Greetings,
The latest version of ABCL is double printing the prompt at times as follows:
Armed Bear Common Lisp 1.1.0-dev-svn-13783 Java 1.6.0_29 Apple Inc. Java HotSpot(TM) 64-Bit Server VM Low-level initialization completed in 0.465 seconds. Startup completed in 1.453 seconds. Type ":help" for a list of available commands. CL-USER(1): 3 3 CL-USER(2): 'hello HELLO CL-USER(3): '(a b c) (A B C) CL-USER(4): nil NIL CL-USER(5): CL-USER(5): 77 77 CL-USER(6): (cdr '(hello)) NIL CL-USER(7): nil NIL CL-USER(8): CL-USER(8): 3 3 CL-USER(9):
On Jan 16, 2012, at 20:25, Blake McBride wrote:
Greetings,
The latest version of ABCL is double printing the prompt at times as follows:
Thanks for the report - I can reproduce this and looked at the code, but cannot see how this is possible. Filed as http://trac.common-lisp.net/armedbear/ticket/195 for now.
Rudi
On 30 January 2012 14:56, Rudolf Schlatte rudi@constantly.at wrote:
On Jan 16, 2012, at 20:25, Blake McBride wrote:
Greetings, The latest version of ABCL is double printing the prompt at times as follows:
Thanks for the report - I can reproduce this and looked at the code, but cannot see how this is possible. Filed as http://trac.common-lisp.net/armedbear/ticket/195 for now.
Should be corrected by r14071. Please report if you find any new breakage/regression caused by that fix, our prompting/command-handling code is a bit.. ..flaky at times.
Looks good. Thanks!
On Sat, Aug 11, 2012 at 2:10 PM, Ville Voutilainen < ville.voutilainen@gmail.com> wrote:
On 30 January 2012 14:56, Rudolf Schlatte rudi@constantly.at wrote:
On Jan 16, 2012, at 20:25, Blake McBride wrote:
Greetings, The latest version of ABCL is double printing the prompt at times as
follows:
Thanks for the report - I can reproduce this and looked at the code, but
cannot see how this is possible. Filed as http://trac.common-lisp.net/armedbear/ticket/195 for now.
Should be corrected by r14071. Please report if you find any new breakage/regression caused by that fix, our prompting/command-handling code is a bit.. ..flaky at times.
armedbear-devel@common-lisp.net