uber / piranha

A tool for refactoring code related to feature flag APIs
Apache License 2.0
2.27k stars 190 forks source link

Fix 3rd party dependency that's breaking the build #655

Closed danieltrt closed 6 months ago

danieltrt commented 6 months ago

Build Failure Resolution

I've encountered a build failure due to a recent update in the tree-sitter-kotlin dependency, which has led to conflicting versions of the tree-sitter crate.

Previously, we were pointing to the latest version rather than specifying a fixed version (which was updated two weeks ago).

To resolve this issue, I've reverted the dependency to the last known working version, 0.3.1, which appears to function correctly on my end.

For a detailed version history, please check the tree-sitter-kotlin releases.

danieltrt commented 6 months ago

Seems like there's an orthogonal test failing? I assume some grammar changed