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

Reduce implicit dependencies on GAP packages #909

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

fingolfin
Copy link
Member

These changes avoid some direct or indirect access to functionality
provided by GAP packages (namely CTblLib, GAPDoc, SmallGrp).

The ultimate goal is to switch GAP.jl to start GAP with -A or even
--bare (or something equivalent) and then leave it to users to load
packages. We could also have a GAP_full.jl or so which loads GAP.jl
and all default packages etc., but that's all very hypothetical: These
changes are harmless either way, even if everything else stays as it is.

@mohamed-barakat
Copy link
Contributor

Wonderful!

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #909 (d5fe549) into master (72441a3) will increase coverage by 0.01%.
The diff coverage is 83.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #909      +/-   ##
==========================================
+ Coverage   75.55%   75.57%   +0.01%     
==========================================
  Files          51       51              
  Lines        4160     4163       +3     
==========================================
+ Hits         3143     3146       +3     
  Misses       1017     1017              
Impacted Files Coverage Δ
src/ccalls.jl 99.16% <ø> (ø)
pkg/JuliaInterface/gap/helpstring.g 84.35% <83.33%> (+0.12%) ⬆️

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.

Looks good, except for one changed test.

test/macros.jl Show resolved Hide resolved
These changes avoid some direct or indirect access to functionality
provided by GAP packages (namely CTblLib, GAPDoc, SmallGrp).
@fingolfin fingolfin merged commit 7445244 into master Jul 3, 2023
14 checks passed
@fingolfin fingolfin deleted the mh/reduce-deps branch July 3, 2023 20:25
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.

3 participants