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

Use custom printing of UUIDs instead of relying on Base #275

Merged

Conversation

lgoettgens
Copy link
Collaborator

@lgoettgens lgoettgens commented Apr 2, 2024

Julia changed the printing in JuliaLang/julia#52795 which then made our tests fail as we check against a concrete string.

Resolves #274.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.46%. Comparing base (e4403bd) to head (1b1a729).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #275      +/-   ##
==========================================
+ Coverage   75.20%   75.46%   +0.26%     
==========================================
  Files          11       11              
  Lines         750      750              
==========================================
+ Hits          564      566       +2     
+ Misses        186      184       -2     
Flag Coverage Δ
unittests 75.46% <100.00%> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@lgoettgens lgoettgens enabled auto-merge (squash) April 2, 2024 14:43
@lgoettgens lgoettgens disabled auto-merge April 2, 2024 14:44
@lgoettgens lgoettgens enabled auto-merge (squash) April 2, 2024 14:47
@lgoettgens lgoettgens merged commit 6e1c40d into JuliaTesting:master Apr 2, 2024
25 checks passed
@lgoettgens lgoettgens deleted the lg/fix-uuid-printing-test branch April 2, 2024 14:54
@lgoettgens lgoettgens restored the lg/fix-uuid-printing-test branch April 2, 2024 14:54
@lgoettgens lgoettgens deleted the lg/fix-uuid-printing-test branch April 2, 2024 14:54
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.

Test fails on 1.11 and nightly
1 participant