Differences From Artifact [5348abd36a]:
- File commonmod.scm — part of check-in [8c1d89ef36] at 2021-05-18 22:20:04 on branch v1.6584-ck5 — main.db starting again. (user: matt, size: 146621) [annotate] [blame] [check-ins using]
To Artifact [47e2c99089]:
- File commonmod.scm — part of check-in [0dbc0e6225] at 2021-06-01 05:43:13 on branch v1.6584-tcp6 — wip, getting closer to tcp6 based approach working (user: matt, size: 146608) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
3779 3780 3781 3782 3783 3784 3785 | (define (string->sexpr instr) (handle-exceptions exn (begin (debug:print 0 *default-log-port* "ERROR: string->sexpr bad input \""instr"\"") #f) (with-input-from-string instr | | | 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 | (define (string->sexpr instr) (handle-exceptions exn (begin (debug:print 0 *default-log-port* "ERROR: string->sexpr bad input \""instr"\"") #f) (with-input-from-string instr read))) ) |