box2dweb-closure
box2dweb-closure copied to clipboard
Compiler warnings.
With the new google closure compiler, you have like 700 warnings... Mostly because private members are accessed publicly.
Actually i have a version of your box2d, where i have fixed all the private warnings, and a lot renaming of functions so they fit the gjslint.
If i push to this branch would you accept them, or should i just leave them in my branch ? I was just thinking it might be a good idea to have the right naming convention, in this branch as well.
I guess you can just have a look at my branch and merge what ever changes you want. :-D
I would not accept a push with renaming, because I want people to need to make as few changes as possible to switch over from a different Box2D implementation.
Also, it looks like at least some of your warnings fixes made things public that are supposed to be private. The correct fix would be to fix the accesses, not make them public.
Roger that.. Ill keep the fork up, if anyone wants a gjslinted version.
I just did some work to reduce the number of warnings in my fork (I took care of about half of them so far), and added a mention of your fork in the readme to help anybody who wants a gjslinted version.
Super...
I'll keep the linted version up-to-date...
I'm so busy complaining that i forgot to thank you for making a google closure version of Box2D :D So thank you :D