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

make_gap_list ignores exceptions #18039

Closed
jdemeyer opened this issue Mar 23, 2015 · 9 comments
Closed

make_gap_list ignores exceptions #18039

jdemeyer opened this issue Mar 23, 2015 · 9 comments

Comments

@jdemeyer
Copy link

sage: F.<a> = GF(9, modulus="first_lexicographic")
sage: libgap(Matrix(F, 1,1, [1]))
Exception NotImplementedError: NotImplementedError('conversion of (Givaro) finite field element to GAP not implemented except for fields defined by Conway polynomials.',) in 'sage.libs.gap.element.make_gap_list' ignored
Exception sage.ext.interrupt.interrupt.SignalError: SignalError('Segmentation fault',) in 'sage.libs.gap.element.make_gap_list' ignored
NULL

Component: group theory

Author: Jeroen Demeyer

Branch/Commit: 08c5772

Reviewer: Nathann Cohen

Issue created by migration from https://trac.sagemath.org/ticket/18039

@jdemeyer jdemeyer added this to the sage-6.6 milestone Mar 23, 2015
@jdemeyer

This comment has been minimized.

@jdemeyer
Copy link
Author

@jdemeyer
Copy link
Author

Commit: 08c5772

@jdemeyer
Copy link
Author

New commits:

08c5772Allow exceptions in make_gap_list and similar functions

@jdemeyer
Copy link
Author

Author: Jeroen Demeyer

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Mar 23, 2015

comment:4

Good to go,

Nathann

@jdemeyer
Copy link
Author

Reviewer: Nathann Cohen

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Mar 23, 2015

comment:6

Gloops. Thanks.

Nathann

@vbraun
Copy link
Member

vbraun commented Mar 24, 2015

Changed branch from u/jdemeyer/make_gap_list_ignores_exceptions to 08c5772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants