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

Removed libgap module #151

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

sebasguts
Copy link
Contributor

No description provided.

@@ -51,13 +51,10 @@ jl_module_t * get_module_from_string(char * name)
// This function needs to be called after the `gaptypes.jl`
// file is loaded into Julia and the GAP module is present.
// Therefore we do not call in InitKernel, but in the `read.g` file.
Obj Func_InitializeGAPFFEType(Obj self)
Obj Func_InitializeInternalGlobalVariables(Obj self)
Copy link
Member

Choose a reason for hiding this comment

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

It doesn't matter right now, but the name _InitializeInternalGlobalVariables of course does not indicate where it is from; perhaps we should imitate SingularInterface and NormalizInterface, and start using a common name prefix like _JI, at least for our internal functions?

if !libgap.gap_is_initialized
libgap.run_it(GAPPATH)
if !GAP.gap_is_initialized
GAP.run_it(GAPPATH)
Copy link
Member

Choose a reason for hiding this comment

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

The README also needs to be adapted in the same way, i.e., changing libgap.run_it to GAP.run_it

@codecov
Copy link

codecov bot commented Nov 13, 2018

Codecov Report

Merging #151 into master will increase coverage by 0.03%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage      54%   54.04%   +0.03%     
==========================================
  Files          39       39              
  Lines        2324     2326       +2     
==========================================
+ Hits         1255     1257       +2     
  Misses       1069     1069
Impacted Files Coverage Δ
JuliaInterface/julia/gaptypes.jl 100% <ø> (ø) ⬆️
JuliaInterface/src/JuliaInterface.c 95.67% <100%> (ø) ⬆️
LibGAP.jl/src/initialization.jl 92.59% <100%> (+0.28%) ⬆️
JuliaInterface/read.g 100% <100%> (ø) ⬆️
JuliaExperimental/init.g 100% <0%> (ø) ⬆️
JuliaInterface/gap/arith.gi 97.05% <0%> (+0.08%) ⬆️

@sebasguts sebasguts force-pushed the removed_libgap_modules branch from 276440b to 6031011 Compare November 13, 2018 15:26
@sebasguts sebasguts force-pushed the removed_libgap_modules branch from 6031011 to 20f30b6 Compare November 13, 2018 15:30
@fingolfin fingolfin merged commit 44819af into oscar-system:master Nov 13, 2018
@sebasguts sebasguts deleted the removed_libgap_modules branch November 14, 2018 10:09
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