Uh oh!
There was an error while loading. Please reload this page.
gh-104683: Modernise Argument Clinic parameter state machine - #106362
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AlexWaygood
commented
Jul 3, 2023
(I take it you've checked that all this code is well covered by our tests? :) |
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Jul 3, 2023
It's pretty good checked; I ran into test failures bco. some hickups during implementation :) However, I'll do a proper coverage check before landing. |
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
AlexWaygood
left a comment
There was a problem hiding this comment.
Looks great, providing the test coverage is good. I left a comment about a possible enhancement you could do with the enum, but I think it's probably a case of YAGNI.
Use enum and pattern matching to make the code more readable.
Tools/clinic/#104683