File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 else as.character(el )
88 })
99 payload <- paste(dots , collapse = " " )
10- cat(sprintf(" \0 34 %s\0 36 %s\0 35 " , head , payload ))
10+ cat(sprintf(" \0 01 %s\0 02 %s\0 03 " , head , payload ))
1111}
1212
1313.ess_mpi_message <- function (msg ){
Original file line number Diff line number Diff line change @@ -1183,9 +1183,9 @@ Kill the *ess.dbg.[R_name]* buffer."
11831183
11841184; ; http://jkorpela.fi/chars/c0.html
11851185; ; https://en.wikipedia.org/wiki/ANSI_escape_code#Escape_sequences
1186- (defvar ess-mpi-message-start-delimiter " " )
1187- (defvar ess-mpi-message-field-separator " " )
1188- (defvar ess-mpi-message-end-delimiter " " )
1186+ (defvar ess-mpi-message-start-delimiter " \0 01 " )
1187+ (defvar ess-mpi-message-field-separator " \0 02 " )
1188+ (defvar ess-mpi-message-end-delimiter " \0 03 " )
11891189
11901190(define-obsolete-variable-alias 'ess-mpi-alist 'ess-mpi-handlers " ESS 19.04" )
11911191(defvar ess-mpi-handlers
@@ -1229,7 +1229,7 @@ value from EXPR and then sent to the subprocess."
12291229
12301230(defun ess-mpi-handle-messages (buf )
12311231 " Handle all mpi messages in BUF and delete them.
1232- The MPI message has the form TYPEFIELD... where TYPE is the
1232+ The MPI message has the form TYPEFIELD... where TYPE is the
12331233type of the messages on which handlers in `ess-mpi-handlers' are
12341234dispatched. And FIELDs are strings. Return :incomplete if BUF
12351235ends with an incomplete message."
You can’t perform that action at this time.
0 commit comments