-
Notifications
You must be signed in to change notification settings - Fork 323
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
Erroring with No_Such_Method.Error
without any details
#6451
Comments
This is as expected and consequences of #6275 have been described and discussed there. |
Removed the regression since it is an intentional change. |
It took me a while to realize what you mean!
OK, so if I modify the code to from Standard.Base import all
main =
a = 5
if a == 3 then a = 10 else a = 15 then I get the correct error again:
I think this is OK behavior then. Sorry for causing confusion! |
I have just been investigating #6211 and when I create
e.enso
with:and execute it with version
2023.1.1-nightly.2023.4.27
I get useless error:while displaying
No_Such_Method.Error
is correct, it is not providing any details. The #6211 bug description claims there used to be time when better message was displayed:Something must have regressed.
PS: We don't need to display the same text as before, but mentioning
=
and possibly the type of thea
variable (e.g.Integer
) was very valuable.The text was updated successfully, but these errors were encountered: