Re: [Rd] Tcl socket server (tcltk) does not work any more on R 4.3.2

2024-02-20 Thread webmail.gandi.net
.. > Le 20 févr. 2024 à 17:13, Ivan Krylov via R-devel a > écrit : > > В Tue, 20 Feb 2024 12:27:35 +0100 > "webmail.gandi.net" пишет: > >> When R process #1 is R 4.2.3, it works as expected (whatever version >&

[Rd] Tcl socket server (tcltk) does not work any more on R 4.3.2

2024-02-20 Thread webmail.gandi.net
Dear list, It seems that something changed between R 4.2.3 and R 4.3 (tested with 4.3.2) that broke the Tcl socket server. Here is a reproducible example: - R process #1 (Tcl socket server): library(tcltk) cmd <- r"( proc accept {chan addr port} { ;# Make a proc to accept connections