[armedbear-devel] Patch: top-level::repl keyword evaluation and command case-ignore.
-----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMoPZ2AAoJEHC3KbywAoue0/4H/0jjeUEP6wsARhBKEIZLYWGc E3UV+XaPyz38R+IjpJFR1ne2w+ernfjJ+XJXslHwerUjet02tOrNDW10QzyvvJJP UcBNOJwtLn/m8sCbcDhE8+Y/SFergnx6HP9wqPE5N3u2MEoaWqoW/CrufcCxfo2E 0r8RkTOSssQi8jJP6n+mdcVpEuLhPbtL3oxThRKBwfpUaRdxdqn5muDkiO6j8TKZ hjldBHU02vPKWyOPNAsJN6tN1mcChCvc3/TwOPTCngEAY3wNOswQxrOkB/VQX+Wc cQgBsFj5b11FzrpKjmUe5lCQwvba1K2H2hkYqHvdPu2nobOrkDpx7wiI6nbh9So= =U43j -----END PGP SIGNATURE-----
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:
2) 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:
2) 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.
participants (2)
-
mahmud
-
Ville Voutilainen