Hello
just wanted to report the following bug to the developers:

In the sage 6 notebook , if I type the following R code (in R mode)
myfunc2<-function(x){
 print(x)
 if (x>1){
     print('x larger than 1')
}


where there is a missing bracket I do not get any errors from sage. It just 
does not define the function myfunc2

This is very serious because if I have a working function and  I update it and 
forget a bracket, Sage will not inform me of the error so I would end up using 
the older version of the function without knowing it...

thanks
Fred

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to