Re: [Rd] BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)

2016-10-31 Thread luke-tierney
On Mon, 31 Oct 2016, Henrik Bengtsson wrote: Thank you for looking into this Luke. On Thu, Oct 27, 2016 at 9:26 AM, wrote: On unix, unless event polling is enabled Sys.sleep just waits in a select() call (with a SIGINT handler in place) so the elapsed time isn't checked until after the selec

[Rd] S3 dispatch for primitive generics

2016-10-31 Thread Richard Cotton
I seem to recall reading that for primitive generics, S3 will dispatch on class first, then on mode. Unfortunately, I can't find the place that I read this, and I don't trust my memory. 1) Is this correct? Or is it dispatch on class, then on typeof? Or something else? 2) Where is this documente