You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the code that recognizes a source file is part of the sage library and hence is run from a different location than where the edit copy lives, is broken due to the python2.5 -> python2.6 upgrade. Attached fixes this problem and makes matching more robust so that it won't break the next time. To illustrate the problem, currently we have
Currently, the code that recognizes a source file is part of the sage library and hence is run from a different location than where the edit copy lives, is broken due to the python2.5 -> python2.6 upgrade. Attached fixes this problem and makes matching more robust so that it won't break the next time. To illustrate the problem, currently we have
which obviously is NOT the file to edit. It should be
.../sage/devel/...
instead. Attached patch fixes this.Component: misc
Author: Nils Bruin
Reviewer: Tim Dumol
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7961
The text was updated successfully, but these errors were encountered: