Re: [Rd] [R] Somewhat obscure bug in R 3.4.0 building from source

2017-05-22 Thread Prof Brian Ripley
On 22/05/2017 18:16, Peter Carbonetto wrote: Hi Peter, Duncan & Bert, Thank you kindly for the responses. Indeed, doc/NEWS.pdf is included in the source distribution, and then removed upon "make clean". I thought that it might be useful to report this for your benefit, but on closer inspection

Re: [Rd] [R] Somewhat obscure bug in R 3.4.0 building from source

2017-05-22 Thread Peter Carbonetto
Hi Peter, Duncan & Bert, Thank you kindly for the responses. Indeed, doc/NEWS.pdf is included in the source distribution, and then removed upon "make clean". I thought that it might be useful to report this for your benefit, but on closer inspection it appears that I'm getting errors that arise

[Rd] [PATCH] Ensure correct order of evaluation in macro

2017-05-22 Thread Sahil Kang
Hello, I'd like to contribute this small patch (attached) that I think will help prevent some future bugs from occurring in paste.c. By wrapping the macro's arguments in parentheses, we can ensure that the correct order of evaluation will take place during preprocessing. To illustrate, we can