bug#58068: pretty-print corrupts data modified by set-cdr!

2022-09-25 Thread slbtty
GNU Guile 3.0.8 Using `guile3 < file.scm` to run the code below will makes the result of tp unpredictable (pointing to very random things) I am not sure about the set-cdr! and quote usage. However, i runned the same code in other schemes, mit, chicken, racket/r6rs, gambit, and they all yield tl a

bug#58066: pretty-print will make data modified by set-cdr! to random value

2022-09-25 Thread slbtty
GNU Guile 3.0.8 Using `guile3 < file.scm` to run the code below will makes the result of tp unpredictable (pointing to very random things) (use-modules (ice-9 pretty-print)) (define tl '(1 2)) (define tp (cdr tl)) (set-cdr! tp (cons 3 '())) (pretty-print tl) (pretty-print tp) --- However, if

bug#50562: Wrong link at the "further reading" section of doc.

2021-09-13 Thread slbtty
Dorai Sitaram’s online Scheme tutorial, Teach Yourself Scheme in Fixnum Days, is no longer at the link as indicated by current guile doc. The new link is https://ds26gte.github.io/tyscheme/index.html Link to the wrong guile doc -> https://www.gnu.org/software/guile/manual/html_node/Further-Readin

bug#50561: Wrong link at the "further reading" section of doc.

2021-09-13 Thread slbtty
Dorai Sitaram’s online Scheme tutorial, Teach Yourself Scheme in Fixnum Days, is no longer at the link as indicated by current guile doc. The new link is https://ds26gte.github.io/tyscheme/index.html Link to the wrong guile doc -> https://www.gnu.org/software/guile/manual/html_node/Further-Readi