search for: resetreadlin

Displaying 7 results from an estimated 7 matches for "resetreadlin".

Did you mean: resetreadline
2016 May 24
3
Latest R-devel build failing on OS X
...e.g., for Frederik (who got compilation errors > which I think you confirmed on pre-6 readline). > > I remember you having two different readlines installed on OSX > but the standard Mac binary (from CRAN, i.e. Simon) would use > the old readline version ? > > so that whole resetReadline() solution is now conditionalized inside > > #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 > ... > ... > #endif > > and hence the previous code (which is buggy) is used for > readline versions < 6.3. > As a consequence the bug is...
2016 May 24
2
Latest R-devel build failing on OS X
I had a regression in config.site so the nightly build didn't. Retrying.... Looks like it will build, but the ctl-R, ctl-C bug is still present on OSX (w/Simon's libs). This _was_ fixed for a while, was it not? (The NEWS entry is also wrong: The issue existed before readline 6.3) -pd On 24 May 2016, at 12:55 , Martin Maechler <maechler at stat.math.ethz.ch> wrote: > > Can
2016 May 24
2
Latest R-devel build failing on OS X
...onfirmed on pre-6 readline). >>> >>> I remember you having two different readlines installed on OSX >>> but the standard Mac binary (from CRAN, i.e. Simon) would use >>> the old readline version ? >>> >>> so that whole resetReadline() solution is now conditionalized inside >>> >>> #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 >>> ... >>> ... >>> #endif >>> >>> and hence the previous code (which is buggy)...
2016 May 24
0
Latest R-devel build failing on OS X
...tch assumed features not available, e.g., for Frederik (who got compilation errors which I think you confirmed on pre-6 readline). I remember you having two different readlines installed on OSX but the standard Mac binary (from CRAN, i.e. Simon) would use the old readline version ? so that whole resetReadline() solution is now conditionalized inside #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 ... ... #endif and hence the previous code (which is buggy) is used for readline versions < 6.3. As a consequence the bug is only fixed for readline >= 6.3, because t...
2016 May 24
0
Latest R-devel build failing on OS X
...compilation errors >> which I think you confirmed on pre-6 readline). >> >> I remember you having two different readlines installed on OSX >> but the standard Mac binary (from CRAN, i.e. Simon) would use >> the old readline version ? >> >> so that whole resetReadline() solution is now conditionalized inside >> >> #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 >> ... >> ... >> #endif >> >> and hence the previous code (which is buggy) is used for >> readline versions < 6.3. &g...
2016 May 25
1
configure / make problems with R-devel
...>> >>> I remember you having two different readlines installed on OSX >> >>> but the standard Mac binary (from CRAN, i.e. Simon) would use >> >>> the old readline version ? >> >>> >> >>> so that whole resetReadline() solution is now conditionalized inside >> >>> >> >>> #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 >> >>> ... >> >>> ... >> >>> #endif >> >>> &gt...
2016 May 24
0
Latest R-devel build failing on OS X
...gt; >>> > >>> I remember you having two different readlines installed on OSX > >>> but the standard Mac binary (from CRAN, i.e. Simon) would use > >>> the old readline version ? > >>> > >>> so that whole resetReadline() solution is now conditionalized inside > >>> > >>> #if defined(RL_READLINE_VERSION) && RL_READLINE_VERSION >= 0x0603 > >>> ... > >>> ... > >>> #endif > >>> > >>> and hence...