lukewagner / polyfill-prototype-1

Experimental WebAssembly polyfill library and tools
Apache License 2.0
241 stars 42 forks source link

Don't force a decimal point in a constant that is going straight into an fround() call #13

Closed kripken closed 9 years ago

kripken commented 9 years ago

It's unnecessary and it breaks the tests.

lukewagner commented 9 years ago

How does the decimal point break validation? The change sounds fine as an optimization, though.

kripken commented 9 years ago

Merged with that nit fixed.

The issue wasn't validation, it was that it broke your tests.