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

Move GAPFuncs to LibGap.jl and rename it to GAP.Globals #139

Merged
merged 2 commits into from
Nov 6, 2018

Conversation

fingolfin
Copy link
Member

Resolves #123

@fingolfin fingolfin requested a review from sebasguts November 6, 2018 14:56
@codecov
Copy link

codecov bot commented Nov 6, 2018

Codecov Report

Merging #139 into master will increase coverage by 0.07%.
The diff coverage is 90%.

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   55.33%   55.41%   +0.07%     
==========================================
  Files          44       44              
  Lines        2604     2606       +2     
==========================================
+ Hits         1441     1444       +3     
+ Misses       1163     1162       -1
Impacted Files Coverage Δ
JuliaInterface/julia/gaptypes.jl 100% <ø> (+4.34%) ⬆️
JuliaExperimental/julia/gaprat.jl 66.32% <ø> (ø) ⬆️
LibGAP.jl/src/gap.jl 84.21% <100%> (+4.21%) ⬆️
JuliaInterface/src/convert.c 90.9% <50%> (-4.1%) ⬇️
LibGAP.jl/src/ccalls.jl 84% <85.71%> (+17.33%) ⬆️

@@ -7,6 +7,9 @@
// This function is used by LibGAP.jl
jl_value_t * julia_gap(Obj obj)
{
if (obj == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch.

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, it crashed ... :-)

Copy link
Contributor

Choose a reason for hiding this comment

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

Picky computers. . .

@sebasguts sebasguts merged commit f6a5c7d into oscar-system:master Nov 6, 2018
@fingolfin fingolfin deleted the mh/gapfuncs branch November 6, 2018 15: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.

2 participants