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

Remove special branch for some julia v1.6.0-DEV versions #149

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

lgoettgens
Copy link
Collaborator

This branch contains some special code for versions between JuliaLang/julia#36962 (v1.6.0-DEV.816) and JuliaLang/julia#37484 (v1.6.0-DEV.875).

I think Aqua should not need to support DEV builds that are more than 2 years old.
Thus I propose to remove the branch.

@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Merging #149 (420a1fe) into master (e391873) will increase coverage by 0.18%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   76.96%   77.14%   +0.18%     
==========================================
  Files          11       11              
  Lines         725      722       -3     
==========================================
- Hits          558      557       -1     
+ Misses        167      165       -2     
Flag Coverage Δ
unittests 77.14% <100.00%> (+0.18%) ⬆️

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

Impacted Files Coverage Δ
src/piracy.jl 91.04% <ø> (ø)
src/Aqua.jl 73.07% <100.00%> (+4.11%) ⬆️

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

@@ -105,7 +105,7 @@ end
is_foreign(@nospecialize(T::TypeVar), pkg::Base.PkgId) = is_foreign(T.ub, pkg)

# Before 1.7, Vararg was a UnionAll, so the UnionAll method will work
@static if VERSION >= v"1.7"
@static if VERSION >= v"1.7-"
Copy link
Collaborator

@fingolfin fingolfin Jun 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, what is the difference in behavior here?

Copy link
Collaborator Author

@lgoettgens lgoettgens Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry, I missed that in the description.
The new comparison is also true for all beta's and rc's before the 1.7 release. As the behavior tested here was changed before the 1.7 feature freeze, this should be changed, as it currently breaks tests on e.g. 1.7.0-beta1 and 1.7.0-rc3. Changing this fixes it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, so this is for a hypothetical scenario were someone is today using a beta version of an outdated non-LTS Julia version... got it ;-)

@fingolfin fingolfin merged commit 4d4ac8d into JuliaTesting:master Jun 25, 2023
17 checks passed
@lgoettgens lgoettgens deleted the lg/versioncheck branch June 25, 2023 20:20
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