Displaying 5 results from an estimated 5 matches for "rikivillalba".
2024 May 14
1
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Dear Ricardo Villalba,
Thank you for spotting this corner case!
? Mon, 13 May 2024 11:37:57 -0300
Ricardo Villalba <rikivillalba at gmail.com> ?????:
> I track the messages to be coded here:
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
> and here
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/seq.c#L102...
2024 May 14
1
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Dear Ricardo Villalba,
Thank you for spotting this corner case!
? Mon, 13 May 2024 11:37:57 -0300
Ricardo Villalba <rikivillalba at gmail.com> ?????:
> I track the messages to be coded here:
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
> and here
> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/seq.c#L102...
2024 May 14
1
Altrep and translations (was " Description of error is untranslated when ....")
>>>>> Ivan Krylov via R-help
>>>>> on Tue, 14 May 2024 08:08:58 +0300 writes:
> Dear Ricardo Villalba, Thank you for spotting this corner
> case!
> ? Mon, 13 May 2024 11:37:57 -0300 Ricardo Villalba
> <rikivillalba at gmail.com> ?????:
>> I track the messages to be coded here:
>> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
>> and here
>> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e746...
2024 May 14
1
Altrep and translations (was " Description of error is untranslated when ....")
>>>>> Ivan Krylov via R-help
>>>>> on Tue, 14 May 2024 08:08:58 +0300 writes:
> Dear Ricardo Villalba, Thank you for spotting this corner
> case!
> ? Mon, 13 May 2024 11:37:57 -0300 Ricardo Villalba
> <rikivillalba at gmail.com> ?????:
>> I track the messages to be coded here:
>> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e7469db3e904f0/src/main/altclasses.c#L580
>> and here
>> https://github.com/r-devel/r-svn/blob/abe625945c4402cd2bb97b5a64e746...
2024 May 13
2
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Hello everyone
When asking to create sequence longer than 2^48 (which is forbidden) the
same error message appears translated and untranslated depending on whether
R_XLEN_T_MAX is reached or exceeded
while not an error o problem beyond that of the untranslated text, i find
this weird. ?could it be fixed in any manner?
R_XLEN_T_MAX <- 4503599627370496
> length(1:(R_XLEN_T_MAX - 1))
[1]