Skip to content

Conversation

@ancapdev
Copy link
Contributor

@ancapdev ancapdev commented Jan 7, 2026

Enums in C are int, which are 4 bytes. Using single bytes is valid for representation, but not when sharing memory across the Julia/C boundary. This seems to fix the iteration example in #145.

@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.64%. Comparing base (6e1e3f4) to head (b24e4c1).

Files with missing lines Patch % Lines
src/bson.jl 50.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   80.64%   80.64%           
=======================================
  Files          11       11           
  Lines        1648     1648           
=======================================
  Hits         1329     1329           
  Misses        319      319           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ancapdev
Copy link
Contributor Author

ancapdev commented Jan 8, 2026

To the maintainers, do you have a governance process for packages under this org? For example, is there a set of assigned maintainers to each package that can be contacted to push through changes? This particular bug is critical and needs patching for 1.12 usage. I've made a few patches myself to this package over the years and wouldn't mind being added to the maintainers list and help get changes merged in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant