Skip to content

R-alpha: 0.50-a1 -- "more lost comments"

1 message · Martin Maechler

#
In CHANGES, it says

------------------------------------------------------------
........
------------------------------------------------------------
I think we could live with the above advertized behavior.
Unfortunately, in the following case 'xx1' even a comment BEFORE the last
statement is lost 
 ((because the last statement is so trivial ???,
   it is NOT lost in the  'xx1a' example  (and in others I tried)) :

This is in plain  0.50-a1 :
+  ##--- a Start-comment ... (lost in 0.50-a1)
+  x
+ }
function (x) 
{
        x
}
+   ##--- a Start-comment ... (ok in 0.50-a1)
+   x+1
+ }
function (x) 
{
        ##--- a Start-comment ... (ok in 0.50-a1)
        x + 1
}

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-