#15227: cython debug information directory (patch)
-------------------------------------+-------------------------------------
       Reporter:  felixs             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-5.13
      Component:  cython             |   Resolution:
       Keywords:  cython debug gdb   |    Merged in:
        Authors:  Felix Salfelder    |    Reviewers:
Report Upstream:  Fixed upstream,    |  Work issues:
  in a later stable release.         |       Commit:
         Branch:                     |  f82b4226e689e4d0dc211afc2b8ad6cbfc3031ac
  u/felixs/cython_dbg                |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by felixs):

 > Thuuuuuus I am looking at your patch right now and trying to understand
 how the new spkg system works. And so far it's muuuuuuuuuuuuuch better
 `:-P`

 i didn't use any such system. please excuse if i missed something.


 > By the way, is there a command I can run to test this `--gdb-output`
 option ?

 the patch was successful, if `cython --help | grep outdir` returns 0. also
 you can check this
 {{{
 echo "print 42" > file.pyc
 cython --gdb file.pyc
 cython --gdb-outdir somethingelse
 diff -f cython_debug somethingelse/cython_debug # should return zero.
 }}}

 thanks

--
Ticket URL: <http://trac.sagemath.org/ticket/15227#comment:6>
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/groups/opt_out.

Reply via email to