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

Switch to GAP 4.11.0 point release #364

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

fingolfin
Copy link
Member

This actually renders a few other PRs superfluous.

Resolves #306
Resolves #316
Closes #321
Resolves #351
Closes #361

@fingolfin fingolfin added the kind: enhancement New feature or request label Mar 5, 2020
@fingolfin fingolfin requested a review from ThomasBreuer March 5, 2020 23:50
@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #364 into master will increase coverage by 0.07%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #364      +/-   ##
==========================================
+ Coverage   77.77%   77.84%   +0.07%     
==========================================
  Files          58       59       +1     
  Lines        3995     4433     +438     
==========================================
+ Hits         3107     3451     +344     
- Misses        888      982      +94     
Impacted Files Coverage Δ
pkg/GAPJulia/JuliaInterface/src/calls.c 63.06% <0.00%> (-36.30%) ⬇️
pkg/GAPJulia/JuliaInterface/src/calls.h 78.57% <0.00%> (ø)
pkg/GAPJulia/JuliaInterface/src/convert.c 95.23% <0.00%> (+0.50%) ⬆️
pkg/GAPJulia/JuliaInterface/gap/helpstring.g 88.43% <0.00%> (+34.10%) ⬆️

@fingolfin fingolfin force-pushed the mh/gap-4.11.0 branch 3 times, most recently from d215c38 to 46e3b06 Compare March 6, 2020 01:04
Copy link
Member

@ThomasBreuer ThomasBreuer left a comment

Choose a reason for hiding this comment

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

just one minor comment

deps/build.jl Outdated
cd("gap")
run(`./autogen.sh`)
run(`rm -rf gap-$(gap_version)`)
filename = download("https://www.gap-system.org/pub/gap/gap-4.11/tar.bz2/gap-$(gap_version).tar.bz2")
Copy link
Member

Choose a reason for hiding this comment

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

Can we avoid the hard-coded 4.11 in this line (and in etc/travis_install_gap.sh)?

@fingolfin fingolfin merged commit ad8cb71 into oscar-system:master Mar 6, 2020
@fingolfin fingolfin deleted the mh/gap-4.11.0 branch March 6, 2020 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement New feature or request
Projects
None yet
2 participants