-
-
Notifications
You must be signed in to change notification settings - Fork 378
Differentiating #### from # #17879
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
base: Pharo13
Are you sure you want to change the base?
Differentiating #### from # #17879
Conversation
…missing something (my code was not in the reverted PR so I gave up understanding).
This is strange
But I do not get the method that is breaking. |
|
In my image with the changes I could recompile all the classes without any problems. |
Reparsing got it!
To me this not nice that the compiler does not report it correctly. |
Two kinds of tests
|
… course changing the test)
I regenerated the snippet |
|
May be the faulty parametrized test instance |
I do not get it.
|
|
With DrTests I can access the failing tests this points to
|
This test was passed with a block raising an runtime syntactical error I do not even get how this because #### is not forbidden by the scanner. OK we can get a string but the string should be scanned after. So may be it was not. |
…missing something (my code was not in the reverted PR so I gave up understanding).