-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implement SIP-77: Method Block End Markers #24251
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: main
Are you sure you want to change the base?
Conversation
|
Are the tests in the main branch supposed to be working correctly? These changes were fine locally for 3.7.4, but I can't get the main branch to test successfully even without any modifications. |
|
@soronpo I haven't checked why this PR doesn't pass in details as I'm on my phone, but from the diff, I would say that you need to add the object in |
@soronpo looks like your new definition adds a new completion in this test |
Blame the AI, hahaha. I'll check it out, thanks. |
114a0ac to
eeb5a25
Compare
|
It's implemented and the CI should pass now, but currently there is a workaround for the completion tests to prevent suggesting experimental language values. Should the expected completion result change or indeed rejecting the suggestion is the right approach? If so, what is the proper way to implement it? |
|
Thanks, I just noticed #16062 where I did not have the wherewithal to SIP it. |
|
For infix, the trees are I didn't see a test for it, but my motivating example was infix for some reason. Just to double-check becomes |
Implements scala/improvement-proposals#116