#17425: Rational isometry test for quadratic forms over number fields
-------------------------------------+-------------------------------------
       Reporter:  annahaensch        |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  quadratic forms    |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Anna Haensch       |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/annahaensch/ticket/17425         |  8b2f1aa042fae06af40366d50d86b02e17d6e66e
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 I guess that what is wrong is that the source code that you currently
 seeing and editing has nothing to do with your binary that you are
 executing. `sage -b` is not enough to rebuild sage from different version
 (here 6.8 agains 6.4.1).

 The safest way to proceed would be to merge your changes with the last
 version of sage. First discard your changes with `$ git stash`. Then, do
 you know the name of the branch with the last version? Otherwise you
 should be able to guess it from `$ git branch` (should be either `develop`
 or `master` and you can check with `git log MAIN_BRANCH` that the last
 commit says something like `update to version 6.8`). Then just do
 {{{
 $ git merge MAIN_BRANCH
 }}}
 That will fusion your modifications with sage-6.8. Then you should be able
 to run `sage -b` and get it work.

--
Ticket URL: <http://trac.sagemath.org/ticket/17425#comment:22>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to