feat: Support patterns for speculative branch execution [WIP]#78
feat: Support patterns for speculative branch execution [WIP]#78carmanchris31 wants to merge 1 commit intocodechecks:masterfrom
Conversation
b9d741b to
6a67e16
Compare
|
Actually, I'll probably need someone to explain if the previous behavior if possible. There were no tests to go off of so I may have misinterpreted some things now that I'm reading the description more closely:
Should this function/ |
Looks like this may overlap with what was being attempted here: #64 |
|
Hey @carmanchris31, sorry to keep you waiting but for now development around codechecks is frozen as I work on a totally new version. Feel free to fork this project if you need this feature. |
Oh cool thanks for letting me know. Is there any place available to track progress on/contribute to the new version? |
|
@carmanchris31 not yet but I will circle back to you once the official version will be released :) |
Closes #77
Let me know if there are any concerns around this. I focused on one function to keep changes minimal and used existing the
minimatchinstance exposed fromglobto avoid introducing additional dependencies, but there are other possibilities if that's desired.❓ Open question below.