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...
Can anyone verify this behavior to make sure is not only on my installation?
thanks
Fred
--
You received this message because you are subscribed to the Google Groups
"sage-support" 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-support.
For more options, visit https://groups.google.com/groups/opt_out.