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 macro for subtypes lowering with additional subtypekey field #94

Merged
merged 4 commits into from
May 23, 2023

Conversation

sairus7
Copy link
Contributor

@sairus7 sairus7 commented May 18, 2023

Not sure if this API covers all cases, maybe some other key types should be added (now its only Symbol).

closes #93 and quinnj/JSON3.jl#12

Project.toml Outdated Show resolved Hide resolved
Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM; thanks for the contribution!

@quinnj
Copy link
Member

quinnj commented May 22, 2023

Ah, looks like we have some CI failures; mind taking a look @sairus7?

@sairus7
Copy link
Contributor Author

sairus7 commented May 23, 2023

Now it should be working.

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch coverage: 91.66% and project coverage change: +0.82 🎉

Comparison is base (4dbad5b) 74.48% compared to head (bff19d2) 75.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
+ Coverage   74.48%   75.31%   +0.82%     
==========================================
  Files           2        2              
  Lines         388      401      +13     
==========================================
+ Hits          289      302      +13     
  Misses         99       99              
Impacted Files Coverage Δ
src/macros.jl 95.65% <91.66%> (+4.74%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@quinnj quinnj merged commit 9cca137 into JuliaData:main May 23, 2023
@sairus7 sairus7 mentioned this pull request Sep 5, 2023
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.

Macro for subtypes lowering with custom type field
2 participants