-
Notifications
You must be signed in to change notification settings - Fork 38
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
Compilation breaks silently #117
Comments
I just came with a way smaller repro:
If you exchange the trait-call line for |
Fair enough, now can you tell me why do I have that runtime error? |
Looking at the javascript being generated, there is a difference right at the end: This is the version with the trait-call:
And this is the version replacing the trait-call with the actual call
Note that the trait-call generates That I guess this should be reported to the Fable compiler, right? |
Yes, you did right reporting the problem in Fable repository. I am closing this issue as the bug is in Fable compiler. |
Here's a standalone repro, including code from F#+
It prints the first message, and everything behind the following line doesn't seem to execute at all.
The text was updated successfully, but these errors were encountered: