-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Disallow mixing of pos.char.ring elements and symbolic variables #21391
Comments
comment:2
In a first scan these doctests would have to be changed:
New commits:
|
Commit: |
Author: Ralf Stephan |
comment:3
Alternatively this could be made a stopgap. Which is better? |
Changed keywords from none to segfault |
comment:4
Adding an example leading to a segmentation fault to the ticket description. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Critical because of segfault and public interest. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Doctest failures. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:15
Doctest failures. |
comment:16
I think this can be closed as duplicate since #24072 has positive review. |
Changed author from Ralf Stephan to none |
Reviewer: Ralf Stephan |
This is to have a place for code examples and discussion of impact of the proposal in https://groups.google.com/forum/?hl=en#!topic/sage-devel/auLwQWtpnz0
The following produces a segmentation fault (Sage 7.4, Ubuntu 14.04 or OS X 10.10.5),
see Ask Sage.
With this branch this gives:
TypeError: Multiplication of symbolic variable and an element of a ring with positive characteristic.
See also sage-support.
CC: @jdemeyer @videlec @slel
Component: symbolics
Keywords: segfault
Branch/Commit: u/rws/disallow_mixing_of_pos_char_ring_elements_and_symbolic_variables @
8de8398
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/21391
The text was updated successfully, but these errors were encountered: