#10611: IPython magic functions in the Sage preparser
------------------------------+---------------------------------------------
   Reporter:  eviatarbach     |       Owner:  was       
       Type:  defect          |      Status:  needs_work
   Priority:  major           |   Milestone:  sage-4.6.2
  Component:  user interface  |    Keywords:            
     Author:  Eviatar Bach    |    Upstream:  N/A       
   Reviewer:                  |      Merged:            
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by robertwb):

  * status:  needs_review => needs_work


Comment:

 Hmm... I'm not so sure "r" should be included in this, as it's more likely
 to be used as a variable. Also, this doesn't handle

 {{{
 sage: ls /path/with/number/100
 sh: -c: line 0: syntax error near unexpected token `('
 sh: -c: line 0: `ls -F /path/with/number/Integer(100)'
 }}}

 I would rather something that looks at the first "word" to see if it's a
 iPython magic function and doesn't preparse at all in that case.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10611#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to