On Monday, March 3, 2014 4:20:22 PM UTC-5, Fred Gruber wrote:
>
> 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...
>
>
I'm pretty sure this is true, yes.   That is strange because other errors 
do get reported (such as the error about myfunc2 not being defined). 

-- 
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.

Reply via email to