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

Jet Version Update #261

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Ochibobo
Copy link

Due to the error thrown by JET versions less than 0.9.12 that were previously used in this package, this PR seeks to update the JET version to 0.9.12. The change also led to the update of the Julia compat version to 1.10.

Having updated JET, an error was detected on the Parsers.jl file where some types being passed to the definitions dictionary in the parse_proto_file function did not contain the name field. This PR restricts the types passed to those that have the name field; which happen to be the allowed set of types that can be value of the definitions dictionary.

These changes make the tests pass, at least locally.

…e Julia version in ci and updated the parse_proto_file function in Parsers.jl to fix issues raised by JET
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.82%. Comparing base (2e80936) to head (34461d3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
- Coverage   92.99%   92.82%   -0.18%     
==========================================
  Files          25       25              
  Lines        2812     2814       +2     
==========================================
- Hits         2615     2612       -3     
- Misses        197      202       +5     

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

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