dartist / dart-bignum

Other
14 stars 11 forks source link

Compiling to js is being blocked by following bug #1

Closed adam-singer closed 12 years ago

adam-singer commented 12 years ago

http://code.google.com/p/dart/issues/detail?id=4732

Since its depending on some code from fixednum library, which also depends on the import/prefix of dart:math. Possible work around is not to prefix dart:math which would require a reworking some of the unit tests or vm related scripts.

adam-singer commented 12 years ago

Closed