Uh oh!
There was an error while loading. Please reload this page.
Make nullness equivalent warning message clearer. - #18172
Conversation
|
isaacabraham
commented
Dec 23, 2024
Is this failing because of the lack of release notes or have I botched something else? Also - what causes the BSL files to get regenerated? I ended up doing it by hand. |
majocha
commented
Dec 23, 2024
@isaacabraham looks like the only error apart from lack of release notes was this crash. If it passes locally it is most probably good. |
smoothdeveloper
commented
Dec 23, 2024
@isaacabraham setting the environment variable |
By running |
smoothdeveloper
commented
Dec 25, 2024
You can hijack the check of that variable: fsharp/tests/FSharp.Test.Utilities/Compiler.fs Line 1121 in 2c3bdcb Or if you run the suite from command line, using Line 192 in 2c3bdcb |
isaacabraham
commented
Dec 25, 2024
Any idea how to make this green? |
majocha
commented
Dec 25, 2024
Just rerun the CI and hopefully the tests will not crash the CLR this time. To rerun you can close and reopen the PR or just add another commit with release notes. Sorry for the tests being a bit unstable in CI right now. I hope this will help when merged: #18169. |
Uh oh!
There was an error while loading. Please reload this page.
isaacabraham
commented
Jan 2, 2025
For the release notes, what can I do to fix that - which file needs updating? |
psfinaki
commented
Jan 6, 2025
@isaacabraham no need for release notes here, the release notes check in this PR is already lifted and the CI is green :) FYI, when there is a need for them, the respective comment points to the exact release note which requires an update. |
psfinaki
left a comment
There was a problem hiding this comment.
Right, this is a more helpful diagnostic, thanks!
Description
Fixes#18171. Warning now reads:
Checklist
NO_RELEASE_NOTES