-
Notifications
You must be signed in to change notification settings - Fork 1.1k
implied behaves abnormally in REPL #5897
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
Labels
Comments
erased implied
behaves abnormally in REPL
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
When evaluating definitions in REPL (`def`, `implied` etc), they are brought in scope for all the subsequent evaluations of the user input. This is done via the `import` mechanism. However, in Dotty, the semantics of the imports changed: by default, the implied values are not imported. This commit makes sure that all the members, including the implied ones, are imported from the previous evaluations of theinput.
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
When evaluating definitions in REPL (`def`, `implied` etc), they are brought in scope for all the subsequent evaluations of the user input. This is done via the `import` mechanism. However, in Dotty, the semantics of the imports changed: by default, the implied values are not imported. This commit makes sure that all the members, including the implied ones, are imported from the previous evaluations of theinput.
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
When evaluating definitions in REPL (`def`, `implied` etc), they are brought in scope for all the subsequent evaluations of the user input. This is done via the `import` mechanism. However, in Dotty, the semantics of the imports changed: by default, the implied values are not imported. This commit makes sure that all the members, including the implied ones, are imported from the previous evaluations of theinput.
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
When evaluating definitions in REPL (`def`, `implied` etc), they are brought in scope for all the subsequent evaluations of the user input. This is done via the `import` mechanism. However, in Dotty, the semantics of the imports changed: by default, the implied values are not imported. This commit makes sure that all the members, including the implied ones, are imported from the previous evaluations of theinput.
anatoliykmetyuk
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 4, 2019
When evaluating definitions in REPL (`def`, `implied` etc), they are brought in scope for all the subsequent evaluations of the user input. This is done via the `import` mechanism. However, in Dotty, the semantics of the imports changed: by default, the implied values are not imported. This commit makes sure that all the members, including the implied ones, are imported from the previous evaluations of the input.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This problem only occurs in REPL and can be passed normally using dotc compilation.
The text was updated successfully, but these errors were encountered: