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

Fix issue 395 #1492

Merged
merged 1 commit into from
Jul 12, 2017
Merged

Fix issue 395 #1492

merged 1 commit into from
Jul 12, 2017

Conversation

james-d-mitchell
Copy link
Contributor

This commit resolves Issue #395 by installing a working method for
DClassOfLClass, DClassOfRClass, and DClassOfHClass, which previously ended in a recursion depth trap. The new methods are more robust and simpler than the previous ones.

This commit resolves Issue 395 by installing a working method for
DClassOfLClass, DClassOfRClass, and DClassOfHClass.
@codecov
Copy link

codecov bot commented Jul 10, 2017

Codecov Report

Merging #1492 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1492      +/-   ##
==========================================
+ Coverage   64.18%   64.19%   +<.01%     
==========================================
  Files         992      992              
  Lines      322200   322198       -2     
  Branches    13096    13096              
==========================================
+ Hits       206814   206837      +23     
+ Misses     112564   112544      -20     
+ Partials     2822     2817       -5
Impacted Files Coverage Δ
lib/semirel.gi 70.69% <100%> (+3.53%) ⬆️
lib/queue.g 66.4% <0%> (-3.2%) ⬇️
src/gap.c 57.47% <0%> (+0.08%) ⬆️
src/hpc/threadapi.c 32.19% <0%> (+0.09%) ⬆️
src/stats.c 72.66% <0%> (+0.13%) ⬆️
src/funcs.c 69.94% <0%> (+0.14%) ⬆️
src/hpc/thread.c 46.65% <0%> (+0.19%) ⬆️
hpcgap/lib/hpc/stdtasks.g 38.87% <0%> (+0.25%) ⬆️
src/objset.c 93.31% <0%> (+0.26%) ⬆️

@fingolfin fingolfin added this to the GAP 4.9.0 milestone Jul 10, 2017
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

I cannot judge this from a mathematical point of view, but the code "looks" clean.

@markuspf markuspf merged commit 324913b into gap-system:master Jul 12, 2017
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.

None yet

3 participants