Skip to content
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

Add spec validator and fix discovered issues with spec #6702

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RedBeard0531
Copy link
Contributor

What, How & Why?

NOT TO BE COMMITTED AS-IS: At the very least, the changes in src/ should be committed directly to master then merged into bindgen rather than going directly here.

This is the start of a spec validator. It isn't complete, but it seems like it will catch most common issues, and can be improved on from here.

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed.

Co-authored-by: Christian Melchior <[email protected]>
Co-authored-by: James Stone <[email protected]>
Co-authored-by: realm-ci <[email protected]>
Co-authored-by: Kirill Burtsev <[email protected]>
Co-authored-by: Daniel Tabacaru <[email protected]>
Co-authored-by: Thomas Goyne <[email protected]>
Co-authored-by: Thomas Goyne <[email protected]>
Co-authored-by: Jørgen Edelbo <[email protected]>
Co-authored-by: Michael Wilkerson-Barker <[email protected]>
Co-authored-by: Nicola Cabiddu <[email protected]>
fix entries that went to the wrong change version (#6632)
fix a race in a test (#6651)
Fix a lock order inversion in tests (#6666)
Fix an assertion failure if an async write callback ran during a write transaction (#6661)
Base automatically changed from bindgen to master October 5, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants