bug#32040: Potential REPL Server Bug (with a Patch)

2018-07-02 Thread isaac lewis
se of dynamic-wind (that was likely the result of a typo). A patch is given below. Sincerely, Isaac Lewis >From 6dedc1a6d64ecbf6f1c9a4e60a6ea4a46c5b55ff Mon Sep 17 00:00:00 2001 From: Isaac Lewis Date: Mon, 2 Jul 2018 11:37:27 -0400 Subject: [PATCH] Fix a bug in the REPL server. --- modul

bug#26955:

2017-05-23 Thread isaac lewis
This bug appears to have been fixed in version 2.2.

bug#26955: macroexpand: documentation and actual behavior differ

2017-05-16 Thread isaac lewis
Guile version: 2.0.11 Machine type: x86_64-unknown-linux-gnu === Bug === The first 3 examples given in the documentation for 'macroexpand' in section 9.4.2 do not expand to the printed results; for example (macroexpand '(+ 1 2)) yields => # instead of '(+ 1 2)