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

Add a few more convenience helpers, tweak code setting them up #125

Merged
merged 2 commits into from
Nov 3, 2018

Conversation

fingolfin
Copy link
Member

No description provided.

@fingolfin fingolfin requested a review from sebasguts November 2, 2018 23:19
@codecov
Copy link

codecov bot commented Nov 2, 2018

Codecov Report

Merging #125 into master will increase coverage by 0.05%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage    54.1%   54.15%   +0.05%     
==========================================
  Files          44       44              
  Lines        2619     2622       +3     
==========================================
+ Hits         1417     1420       +3     
  Misses       1202     1202
Impacted Files Coverage Δ
LibGAP.jl/src/gap.jl 83.33% <100%> (+3.33%) ⬆️

@eval begin
$(func[1])(x::$(types[1]),y::$(types[2])) = GAP.GAPFuncs.$(func[2])(x,y)
Base.$(funcJ)(x::$left,y::$right) = GAP.GAPFuncs.$(funcC)(x,y)
Copy link
Contributor

Choose a reason for hiding this comment

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

If I want to be super picky, it should be funcG I guess . . .

@sebasguts sebasguts merged commit 29de925 into oscar-system:master Nov 3, 2018
@fingolfin fingolfin deleted the mh/convenience branch November 3, 2018 22:54
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