-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
(DO NOT MERGE) don't allow identifiers to start with Lm (Letter, modifier) #34549
base: master
Are you sure you want to change the base?
Conversation
@nanosoldier |
@nanosoldier |
Wasn't it busy running the previous tests? The tests take something like 13 hours so might have to wait for quite a while to get the result of the second run. |
Maybe |
Yes, this queued two of them with no way to cancel.
|
There was an error message that the request was ill-formed or something like that, which is why I submitted another. But maybe that was from a previous attempt? |
Ah, Nanosoldier benchmark bot and Nanosoldier Pkgeval bot are fighting of the same check "instance". |
Perhaps it would be helpful if nanosoldier posted immediately that it was doing something with a link to some kind of view of its progress? |
Your test job has completed - possible new issues were detected. A full report can be found here. cc @maleadt |
That would fix some of them, but several are failing with |
It seems like this only affects |
Your test job has completed - possible new issues were detected. A full report can be found here. cc @maleadt |
This seems a strong signal that the breakage is worthwhile. A more detailed survey of the mentioned packages:
|
From triage:
|
As discussed in #28441, #28494, and #34507, it is a bit awkward that identifiers can start with a category-Lm (Letter, modifier) character (such as a superscript). This PR is an experiment to see how breaking it would be to change that. (You can still have Lm characters in identifiers, just not as the first character.)
(Breaks #24567.)
Can we please run PkgEval on this PR?