R-alpha: bug in passing of empty (...)

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Fri, 12 Sep 1997 12:09:08 +0200


This is too bad (and an old bug at least since 0.49); 
it also breaks some code I have been using in S-plus:

> tst <- function(...) ls(...)

> tst()#--- should really give the same as ls() !!
character(0)

> ls()
  [1] "%in%"                   "As.integer"             "Dir"                   
  [4] "Dir0"                   "Fn12"                   "Slynx"                 
  ......
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-