Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IronJS fails to compile on Mono 2.10 #42

Open
wesleywiser opened this issue Jun 16, 2011 · 1 comment
Open

IronJS fails to compile on Mono 2.10 #42

wesleywiser opened this issue Jun 16, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@wesleywiser
Copy link
Contributor

When compiling IronJS on Mono 2.10, the F# compiler reports the following error:

typecheck error FS0501: The member or object constructor 'TryParse' takes 2 argument(s) but is here given 4. The required signature is 'Numerics.BigInteger.TryParse(value: string, result: byref<Numerics.BigInteger>) : bool'.

at these locations:
\IronJS\Src\IronJS\Runtime.fs(2385,14,2385,66)
\IronJS\Src\IronJS\Compiler.Parser.fs(216,12,216,77)
\IronJS\Src\IronJS\Compiler.Parser.fs(235,12,235,77)

Looks like the mono implementation of BigInteger doesn't have the BigInteger.TryParse(string, NumberStyles, IFormatProvider, out BigInteger) overload, although it does have BigInteger.TryParse(string, out BigInteger).

@fholm
Copy link
Owner

fholm commented Jun 17, 2011

The reason for this is that I renamed a bunch of compile time constants the head master branch a couple of commits back and forgot to update the build script. Will be fixed within the new few days.

@ghost ghost assigned fholm Jun 17, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants