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

Merged
merged 3 commits into from
Aug 25, 2024
Merged

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

All modified and coverable lines are covered by tests ✅

Project coverage is 84.99%. Comparing base (131c688) to head (3168da1).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #522      +/-   ##
==========================================
+ Coverage   84.97%   84.99%   +0.01%     
==========================================
  Files          36       36              
  Lines        4487     4491       +4     
==========================================
+ Hits         3813     3817       +4     
  Misses        674      674              

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

@JonasIsensee JonasIsensee changed the base branch from master to dev August 24, 2024 12:19
@JonasIsensee JonasIsensee merged commit 3c8884f into dev Aug 25, 2024
15 checks passed
JonasIsensee added a commit that referenced this pull request Aug 26, 2024
* fix attribute loading

* Update ci.yml

* WIP: Mmappable Arrays (#582)

* wip: mmappable arrays

* tests

* include mmap_test

* disable broken mmap on windows

* update warning test

* downgrade testing (#547)

* downgrade testing

* bump compat for Requires

* bump compat for FileIO

* rm UUIDs

* skip Mmap

* remove test that only tests a FileIO feature

---------

Co-authored-by: Jonas Isensee <[email protected]>

* experimental disable commit (#544)

* experimental disable commit

* 1.6 compat and make disable_commit a field of the file

* some code cleanup

* get rid of StorageMessage structs

* chunked storage fix

* clean up filterpipeline

* Draft: experimental plain reconstruction (#522)

* experimental plain reconstruction

* Upgrade

* add test

---------

Co-authored-by: Jonas Isensee <[email protected]>
@JonasIsensee JonasIsensee deleted the plainreconstruction branch August 27, 2024 18:14
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