Skip to content
Prev 2723 / 63424 Next

source(,echo=T) doesn't echo comments (PR#296)

maechler@stat.math.ethz.ch writes:
There's not much more to say. If anyone can think of a better
scheme (perhaps keeping line numbers with the parsed expressions and
rereading the file?)...

The keep.source functionality is also a mixed blessing. It prevents
the system from throwing away things that were commented out and
messing up carefully formatted code, but is also leaves you stuck with
that which was sloppily writte to begin with.

Otherwise we have to rethink the parser.