-
Notifications
You must be signed in to change notification settings - Fork 271
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
Add a transcript showing that #5178 is fixed #5263
Conversation
`@source{some ability member}` now shows the source of the ability. Fixes unisonweb#5178.
Sorry for the delay, I'm having some trouble testing this locally. I wanted to just add a
Is that expected? Maybe user error though. |
This comment was marked as outdated.
This comment was marked as outdated.
So, I think it might not be fixed, but the transcript is still good for when we do fix it; we should add the eg
|
Oh, thanks for catching this! From the original issue, I thought the error was happening during typechecking (and maybe it had been?), so I figured even
|
Me too! cc @ChrisPenner if you happen to know why |
Do we have any way to track “known failures” in This is different than “unexpected success”, as “unexpected success” are tests that are supposed to fail, whereas “known failures” are tests that should succeed but involve known bugs (like the one here). The salient difference being that when I see “unexpected success” my reaction is “What did I break?”, but with “fixed a known failure” my reaction is “Sweet! We already have a test case for this!” |
An interesting thing with this is that |
We could add another directory for it and another mode to the
Makes sense!
Agreed, it does seem like this should be an error. I'm guessing that the error is being detected in OutputMessages which is probably an oversight. |
Converted to draft based on the above conversation that #5178 isn't fixed yet. |
I'm afraid I don't have any insights at a glance here 🤔 |
Closing, as the known-failure version of this transcript is included in #5394. |
@source{some ability member}
now shows the source of the ability.Fixes #5178.