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

WIP: Type system overhaul #338

Closed
wants to merge 12 commits into from
Closed

WIP: Type system overhaul #338

wants to merge 12 commits into from

Conversation

JonasIsensee
Copy link
Collaborator

This PR is an experiment on JLD2's internal type representation.
Goals are to address #37 and general improvements of type reconstruction.

Central changes are that datatype objects now also contain their fieldnames + field types
and that (julia) datatypes are stored centrally in a _juliatypes group.

@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #338 (14be6ca) into master (cf18c24) will decrease coverage by 0.54%.
The diff coverage is 60.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
- Coverage   86.01%   85.47%   -0.55%     
==========================================
  Files          28       29       +1     
  Lines        2810     3001     +191     
==========================================
+ Hits         2417     2565     +148     
- Misses        393      436      +43     
Impacted Files Coverage Δ
src/data/type_defs.jl 71.42% <0.00%> (-28.58%) ⬇️
src/dataspaces.jl 92.85% <ø> (+0.26%) ⬆️
src/file_header.jl 78.57% <ø> (ø)
src/precompile.jl 0.00% <ø> (ø)
src/data/unknown_types.jl 23.52% <23.52%> (ø)
src/groups.jl 83.33% <71.42%> (+0.48%) ⬆️
src/data/reconstructing_datatypes.jl 86.16% <86.53%> (+12.49%) ⬆️
src/datasets.jl 95.17% <92.85%> (+3.78%) ⬆️
src/JLD2.jl 90.30% <100.00%> (+1.16%) ⬆️
src/backwards_compatibility.jl 75.00% <100.00%> (ø)
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf18c24...14be6ca. Read the comment docs.

@JonasIsensee JonasIsensee changed the title WIP: type system experiments WIP: Type system overhaul Aug 24, 2021
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