CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

✨ Changes to SwiftTreeSitter

Open mattmassicotte opened this issue 5 months ago • 0 comments

Description

I just wanted to let you know about some changes I've (finally!) getting close to finishing. Some API changes have been made to SwiftTreeSitter to improve compatibility with concurrency also fully support query predicate resolution (like locals). Sendable conformance, as is typical, was challenging. In particular, I had to introduce a new MutableTree type. Adopting all this should be relatively easy, but I wanted to give you a heads-up.

There is also some significant new features available in the SwiftTreeSitterLayer sub-library, though I suspect that won't be relevant since you've already got your own solution there.

There is currently no release with this changes, but one is coming soon. You can check out main now, if you want to get an idea.I will make myself available for any help you might need, so just let me know!

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response

mattmassicotte avatar Jan 13 '24 11:01 mattmassicotte