l...@stat.uiowa.edu wrote:
> Thanks to Stavros for the report. This should now be fixed in R-devel.
indeed, though i find some of the error messages strange:
(function(a=a) -a)()
# Error in (function(a = a) -a)() :
# element 1 is empty;
# the part of the args list of '-' being
Thanks to Stavros for the report. This should now be fixed in R-devel.
luke
On Wed, 11 Mar 2009, l...@stat.uiowa.edu wrote:
Looks like an infinite recursion in R_isMissing, which I think may be
turned into an infinite loop if the C compiler is doing tail call
optimization. I need to understa
Looks like an infinite recursion in R_isMissing, which I think may be
turned into an infinite loop if the C compiler is doing tail call
optimization. I need to understand why this is written the way it is
and also why another case that I would expect to also have this
problem does not before iden
Stavros Macrakis wrote:
Tested in: R version 2.8.1 (2008-12-22) / Windows
Recursive default argument references normally give nice clear errors.
In the first set of examples, you get the error:
Error in ... :
promise already under evaluation: recursive default argument
reference or earlier
Stavros Macrakis wrote:
> On Mon, Mar 9, 2009 at 5:40 PM, Wacek Kusnierczyk
> wrote:
>
>> Stavros Macrakis wrote:
>>
>>> Tested in: R version 2.8.1 (2008-12-22) / Windows
>>>
>
>
>> when i run these examples, the execution seems to get into an endless
>> loop with no error messag
On Mon, Mar 9, 2009 at 5:40 PM, Wacek Kusnierczyk
wrote:
> Stavros Macrakis wrote:
>> Tested in: R version 2.8.1 (2008-12-22) / Windows
> when i run these examples, the execution seems to get into an endless
> loop with no error messages whatsoever. how much time does it take
> before you get th
Stavros Macrakis wrote:
> Tested in: R version 2.8.1 (2008-12-22) / Windows
>
> Recursive default argument references normally give nice clear errors.
> In the first set of examples, you get the error:
>
> Error in ... :
> promise already under evaluation: recursive default argument
> referenc
Tested in: R version 2.8.1 (2008-12-22) / Windows
Recursive default argument references normally give nice clear errors.
In the first set of examples, you get the error:
Error in ... :
promise already under evaluation: recursive default argument
reference or earlier problems?
(function(a