-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update core bindings to Yrs v0.18 #94
Conversation
feat: update `Map` to use `SubscriptionChannel.Unobserve`
…e with `BranchKind`
… `XmlFragment*` counterparts
…multiple events to be exposed in `EventBranch`
@SebastianStehle That's great! Given that, I propagated those changes to all other Can you check these latest changes in the classes of the |
…ntNative` to mirror `yffi` definitions
722c8be
to
33a37b5
Compare
I just pushed some extra commits to fix all unit tests (including some API changes to The macOS tests are failing for some reason but I can check it later. |
@SebastianStehle If you have time, can you please check the latest changes mentioned in my previous comment? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some minor things.
…, `Text`, `XmlElement`, `XmlFragment`, and `XmlText`
@SebastianStehle I checked and replied to your latest comments. I'm not sure I fully understood all of your questions so, please, feel free to push code changes for details that you see are obvious to improve. |
@SebastianStehle I just resolved all the latest comments that were pending. I'd just like to confirm with you if everything here is good to be merged and released, what do you think? I'll also fix the failing macOS tests before merging the PR. By the way, I've not been very active in the repository lately but whenever I find time, I'll try to contribute with the library's core as we agreed on before. 🙂 |
Yes, it is. I would like to know whether it is still needed to keep a reference to the document everywhere. But we can solve this after the PR. |
@SebastianStehle I just realized a few unit tests have been failing because the GitHub Action runner images use .NET 8 by default. We have two options from here:
Bumping a whole .NET version looks like a major change, so I'm leaning towards option #1 but option #2 is something we'll need to do at some point anyway. This is the last detail before I can merge this PR. What do you think? |
@SebastianStehle Also, can I get your approval for the PR? It's still marked as "requested changes". 🙂 |
I'm going to merge this PR regardless of the pending approval. |
Closes #91.
This PR is a WIP. There are some
TODO
comments in the code to be checked.