> Steve Grubb
> on Fri, 21 Jul 2017 13:53:12 -0400 writes:
> Hello Martin,
> On Friday, July 21, 2017 4:21:21 AM EDT Martin Maechler wrote:
>> I have now created an account for you.
> Thanks. Is that the preferred method of transferring these patches?
in such a case,
Hello Martin,
On Friday, July 21, 2017 4:21:21 AM EDT Martin Maechler wrote:
> I have now created an account for you.
Thanks. Is that the preferred method of transferring these patches?
> >> In examples like the one below, if you have R code that shows symptoms,
> >> it would really help in the
> Martin Morgan
> on Fri, 21 Jul 2017 03:43:48 -0400 writes:
> On 07/20/2017 05:02 PM, Steve Grubb wrote:
>> Hello,
>>
>> There appears to be a break missing in the switch/case for the LISTSXP
case.
>> If this is supposed to fall through, I'd suggest a comment so
> Steve Grubb
> on Thu, 20 Jul 2017 22:20:33 -0400 writes:
> On Thursday, July 20, 2017 7:41:00 PM EDT Duncan Murdoch wrote:
>> Thanks for posting this series of patches. Unfortunately, there's a
>> good chance they'll get lost in all the traffic on R-devel. If you
>
On 07/20/2017 05:02 PM, Steve Grubb wrote:
Hello,
There appears to be a break missing in the switch/case for the LISTSXP case.
If this is supposed to fall through, I'd suggest a comment so that others
know its by design.
Signed-off-by: Steve Grubb
An example is
$ R --vanilla -e "pl = pairli
On Thursday, July 20, 2017 7:41:00 PM EDT Duncan Murdoch wrote:
> Thanks for posting this series of patches. Unfortunately, there's a
> good chance they'll get lost in all the traffic on R-devel. If you
> don't hear that they've been fixed in the next couple of weeks, could
> you post them to bug
Thanks for posting this series of patches. Unfortunately, there's a
good chance they'll get lost in all the traffic on R-devel. If you
don't hear that they've been fixed in the next couple of weeks, could
you post them to bugs.r-project.org, and post future patches there as well?
In examples
Hello,
There appears to be a break missing in the switch/case for the LISTSXP case.
If this is supposed to fall through, I'd suggest a comment so that others
know its by design.
Signed-off-by: Steve Grubb
Index: src/main/builtin.c