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

handle mutable struct definitions #8

Merged
merged 6 commits into from
Aug 19, 2022
Merged

handle mutable struct definitions #8

merged 6 commits into from
Aug 19, 2022

Conversation

BeastyBlacksmith
Copy link
Owner

Fix #6

I couldn't use MutableNamedTuples, since we need a type in Base.

@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #8 (d0eea58) into master (5b853d1) will decrease coverage by 3.64%.
The diff coverage is 84.00%.

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   96.29%   92.64%   -3.65%     
==========================================
  Files           2        1       -1     
  Lines          54       68      +14     
==========================================
+ Hits           52       63      +11     
- Misses          2        5       +3     
Impacted Files Coverage Δ
src/ProtoStruct.jl 92.64% <84.00%> (-3.58%) ⬇️
src/ProtoStructs.jl

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BeastyBlacksmith BeastyBlacksmith merged commit ed91e7c into master Aug 19, 2022
@BeastyBlacksmith BeastyBlacksmith deleted the bbs/mutation branch August 19, 2022 12:25
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.

mutable structs?
1 participant