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

Two fixes for setup.jl #593

Merged
merged 3 commits into from Dec 22, 2020
Merged

Conversation

fingolfin
Copy link
Member

No description provided.

This avoids potential issues with all kinds of junk in those startup files.
This should make them more robust when a user has multiple Julia versions
installed in parallel by creating symlinks like `julia-1.5` pointing to
the actual Julia executables.
@codecov
Copy link

codecov bot commented Dec 22, 2020

Codecov Report

Merging #593 (349df20) into master (9de5d40) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #593   +/-   ##
=======================================
  Coverage   77.16%   77.16%           
=======================================
  Files          45       45           
  Lines        3766     3766           
=======================================
  Hits         2906     2906           
  Misses        860      860           
Impacted Files Coverage Δ
src/setup.jl 93.51% <100.00%> (ø)

The upgrade to 0.11 (and/or to Nemo 0.18.5) breaks some of our
tests as printing changes. Since the new printing is IMHO worse,
we should investigate this further; in the meantime, fix the CI tests
by restricting the AbstractAlgebra version.
@fingolfin fingolfin merged commit 65ee87c into oscar-system:master Dec 22, 2020
@fingolfin fingolfin deleted the mh/fix-setup branch December 22, 2020 16: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.

None yet

1 participant