Skip to content

Fix CI on nightly #60

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

Merged
merged 2 commits into from
Oct 2, 2022
Merged

Fix CI on nightly #60

merged 2 commits into from
Oct 2, 2022

Conversation

LilithHafner
Copy link
Member

@LilithHafner LilithHafner commented Sep 22, 2022

The errors were due to changes in internals in Base/sort.jl which gave 1) rise to a method ambiguity (fixed by narrowing the type signature of sort!(::RadixSort)) and 2) cause the floating point optimizations to take place even when alg=RadixSort (fixed by defining uint_mapping(::Sort.Float.Left, ::IEEEFloat))

Lilith Hafner added 2 commits September 22, 2022 10:57
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2022

Codecov Report

Merging #60 (0fcf5f4) into master (d0a9007) will decrease coverage by 1.43%.
The diff coverage is 54.54%.

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   97.84%   96.40%   -1.44%     
==========================================
  Files           1        1              
  Lines         325      334       +9     
==========================================
+ Hits          318      322       +4     
- Misses          7       12       +5     
Impacted Files Coverage Δ
src/SortingAlgorithms.jl 96.40% <54.54%> (-1.44%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@LilithHafner LilithHafner merged commit 6174e49 into master Oct 2, 2022
@LilithHafner LilithHafner deleted the fix-tests-on-nightly branch October 2, 2022 01:58
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.

2 participants