-
Notifications
You must be signed in to change notification settings - Fork 64
Adds support for --allow-duplicate-declarations flag #79
base: master
Are you sure you want to change the base?
Conversation
I'm going to pull this change internally to verify that it doesn't break anything. |
So, I pulled this change to get it reviewed internally and there were some concerns:
Unfortunately, I don't have time to address these myself if you want it done right away. But if you could, I'd be happy to review the changes. I think the first thing to do is to create a test for setting If that works, then I'd like the logic for Thanks a bunch! |
I will try and make these changes when I get a chance. |
I'd like this as well, see #89, is there anyway that I can help to finish this work? |
I can add you to our repo and you can pick up from where I finished. I have been too busy to do anymore on this recently. Alternatively if you just need it working for a project you can checkout the branch and compile your own version of the compiler to use. |
I will likely create a fork for Asana and do the work necessary there. I just want to make sure that this will get merged if done. Thanks for the advice! |
Will this get merged at some point? Thanks for the work @BradMclain |
Adds support for flag
--allow-duplicate-declarations
.Please note was originally implmented by @amralassal here #75 however I needed this feature ASAP so implemented myself.