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

fix roundtrip of Tuple{Type{Int}} #485

Merged
merged 1 commit into from
Sep 22, 2023
Merged

fix roundtrip of Tuple{Type{Int}} #485

merged 1 commit into from
Sep 22, 2023

Conversation

JonasIsensee
Copy link
Collaborator

closes #484

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2f9b17e) 85.94% compared to head (96459fd) 85.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #485   +/-   ##
=======================================
  Coverage   85.94%   85.94%           
=======================================
  Files          31       31           
  Lines        4227     4227           
=======================================
  Hits         3633     3633           
  Misses        594      594           
Files Changed Coverage Δ
src/data/writing_datatypes.jl 96.55% <100.00%> (ø)

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

@JonasIsensee JonasIsensee merged commit 4abf486 into master Sep 22, 2023
14 of 15 checks passed
@giordano giordano deleted the TypevsDataType branch February 1, 2024 08:46
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.

Round-trip serialization for Tuple{Type{Int32}} results in Tuple{DataType}
1 participant