fix(lib): return early for empty predicate step slice#4440
fix(lib): return early for empty predicate step slice#4440WillLillis merged 1 commit intotree-sitter:masterfrom
Conversation
|
Not sure if I'll have to pull in the CI fix from that PR as well, the failures were very weird and may have been spurious. |
|
Let's see what CI says to that ;) |
|
Absolutely bizarre |
|
Successfully created backport PR for |
|
CI likes it :) (I suspected the refactors were what triggered the CI failures, if germane, not the fix.) |
|
The original failure was because glibc couldn't be found: https://github.com/tree-sitter/tree-sitter/actions/runs/14818456114/job/41602144090?pr=4430 After I pushed a commit editing the install list for cross, it passed on a test PR on my fork but failed in tree-sitter. After clearing the cache on tree-sitter, it passed without any changes. Not sure what could have caused that, maybe something went wrong with GH's runner? In any case at least things are green now. |
|
Possible. Those workflows are... involved. |
This PR pulls the bug fix out of #4430 so that it can be included in our upcoming release.
cc @clason