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

Remove confusing error message #2974

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

markuspf
Copy link
Member

@markuspf markuspf commented Nov 7, 2018

When calling Group() with a domain as argument, GAP raised the error
"no longer supported ...", which was not helpful (what is no longer supported?).

We just remove this error condition which will lead to a usage message for the
function Group() to be printed.

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.

Please provide a test case for this

When calling Group with a domain as argument, GAP raised the error
"no longer supported ...", which was not helpful (what is no longer supported?).

We just remove this error condition which will lead to a usage message for the
function Group to be printed.
@codecov
Copy link

codecov bot commented Nov 8, 2018

Codecov Report

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

@@            Coverage Diff             @@
##           master    #2974      +/-   ##
==========================================
+ Coverage   83.81%   83.81%   +<.01%     
==========================================
  Files         682      682              
  Lines      345976   346008      +32     
==========================================
+ Hits       289965   289999      +34     
+ Misses      56011    56009       -2
Impacted Files Coverage Δ
lib/grp.gi 88.99% <100%> (+0.02%) ⬆️
hpcgap/lib/hpc/stdtasks.g 71.98% <0%> (-0.41%) ⬇️
src/ariths.c 99.78% <0%> (-0.22%) ⬇️
lib/read5.g 100% <0%> (ø) ⬆️
src/stats.c 95.3% <0%> (+0.2%) ⬆️
src/iostream.c 63.49% <0%> (+1.14%) ⬆️

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.

Thanks!

@fingolfin fingolfin merged commit 69a22a2 into gap-system:master Nov 8, 2018
@fingolfin fingolfin added release notes: added PRs introducing changes that have since been mentioned in the release notes topic: library labels Apr 15, 2019
@olexandr-konovalov olexandr-konovalov added this to the GAP 4.11.0 milestone Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: added PRs introducing changes that have since been mentioned in the release notes topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants