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

Compiled REPL crashes on untyped assignment with non-existing function #1099

Closed
joukestoel opened this issue Jun 21, 2017 · 1 comment
Closed

Comments

@joukestoel
Copy link
Member

When you type the following in a freshly opened compiled REPL it crashes and closes

a = a()

It shows the following error: Error: Name a is not in scope and then the REPL gets closed

The following does work:

int a = a();

or

value a = a();
@PaulKlint
Copy link
Member

Thanks, will have a look at this

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

2 participants