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

Draft: experimental plain reconstruction #522

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

Conversation

JonasIsensee
Copy link
Collaborator

Tries to turn committed types into NamedTuple and (non-committed) parametric type signatures into Any.

julia> load("struct_reconstruction.jld2"; plain=true)
Dict{String, Any} with 4 entries:
  "dms" => @NamedTuple{kvvec}((Any[@NamedTuple{first::String, second}(("a", (a = 1,)))],))
  "tms" => @NamedTuple{1::Int64, 2}((1, (a = 1,)))
  "s"   => (a = 1,)
  "ds"  => @NamedTuple{kvvec}((Any[(first = "a", second = (a = 1,))],))

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (28b2185) 86.46% compared to head (7d11c46) 86.38%.

Files Patch % Lines
src/data/reconstructing_datatypes.jl 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #522      +/-   ##
==========================================
- Coverage   86.46%   86.38%   -0.08%     
==========================================
  Files          31       31              
  Lines        4247     4253       +6     
==========================================
+ Hits         3672     3674       +2     
- Misses        575      579       +4     

☔ 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.

None yet

1 participant