-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
This patch fixes these two issues in ABCL 0.22.0:
1) Keyword evaluation in the repl is broken. The repl assumes all keywords are, in fact, repl commands.
2) Repl commands are case sensitive: :help :HELP mean two different things.
The patch also contains tests.
Regards.
- - mahmud
On 27 September 2010 22:54, mahmud bigthingist@gmail.com wrote:
Hi, This patch fixes these two issues in ABCL 0.22.0:
Committed as r12926. The tests left out momentarily, they interacted in an unfortunate manner with the test summary. Thanks for the patch!
On 27 September 2010 22:54, mahmud bigthingist@gmail.com wrote:
- Repl commands are case sensitive: :help :HELP mean two different things.
It seems that commands like :cf foo.lisp no longer work. Did you by accident upcase the stuff after the command? On my platform (linux) file names are case-sensitive so we don't want to upcase anything beyond the command itself...
On 4 October 2010 00:23, Ville Voutilainen ville.voutilainen@gmail.com wrote:
On 27 September 2010 22:54, mahmud bigthingist@gmail.com wrote:
- Repl commands are case sensitive: :help :HELP mean two different things.
It seems that commands like :cf foo.lisp no longer work. Did you by accident upcase the stuff after the command? On my platform (linux) file names are case-sensitive so we don't want to upcase anything beyond the command itself...
The problem actually was that read-line wasn't used for commands. This should be fixed by r12975. Keywords, commands (with and without arguments) and other such stuff seems to work properly now.
armedbear-devel@common-lisp.net