diff options
author | jakub-w <jakub-w@riseup.net> | 2021-05-07 22:05:42 +0200 |
---|---|---|
committer | jakub-w <jakub-w@riseup.net> | 2021-05-07 22:05:42 +0200 |
commit | cc460a348950c79843b5c9c9b68b86c92077ace4 (patch) | |
tree | 6eaa226ad63300a89932c3495d2b14ac5c5586b1 /src/geiser/doc.scm | |
parent | 700ac985c1c729ba1005a0a076c683e9f781526f (diff) | |
download | geiser-guile-cc460a348950c79843b5c9c9b68b86c92077ace4.tar.gz geiser-guile-cc460a348950c79843b5c9c9b68b86c92077ace4.tar.bz2 |
Fix Geiser for Guile 3.0.6
Fixes emacs-geiser/guile#9
In geiser-eval REPL meta-command:
All `mod`, `form` and `args` are now syntax objects. The
geiser-guile's logic will handle `mod` and `form` as is because
they're just passed to guile's eval and compile procedures.
`args` are processed by geiser-eval meta-command itself, so
it's necessary to convert it back to a datum. We lose some metadata,
but all elements in the `args` list are also syntax objects so I don't
think it's a big deal.
`syntax->datum` was introduced before guile 2 so this change is
backward compatible.
Diffstat (limited to 'src/geiser/doc.scm')
0 files changed, 0 insertions, 0 deletions