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

Proposal: no undefined behavior #1140

Closed
9 of 10 tasks
densh opened this issue Jan 9, 2018 · 1 comment
Closed
9 of 10 tasks

Proposal: no undefined behavior #1140

densh opened this issue Jan 9, 2018 · 1 comment

Comments

@densh
Copy link
Member

densh commented Jan 9, 2018

Currently, a number of Scala language features that have strictly defined semantics on JVM but are undefined in Scala Native. While this provides greater flexibility in terms of implementation freedom, it burdens the users with harder to debug crashes.

To make the situation more manageable we are going to:

@densh
Copy link
Member Author

densh commented Nov 22, 2018

As of latest master (after #1397 merge) we don't have any expected undefined behavior in the NIR operations except for stack overflows and out-of-memory errors being reported differently than on JVM. I also opened #1396 to track progress on making stack overflows nicer and taking advantage of the fact that we might get rid off stack overflow as a concept altogether.

@densh densh closed this as completed Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant