Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (691 - 693 of 1030)

Ticket Resolution Summary Owner Reporter
#696 fixed ccl and slime don't play nicely together (windows 64bit) Gary Byers Alessandro
Description

ccl often hangs when I TAB-complete something in the slime repl. I start the swank server doing

(push #p"path/to/slime/" asdf:*central-registry*) ;in my init file

(require :swank) ; these two from the repl in the cmd window
(swank:create-server)

in the slime repl, I can reliably reproduce the bug typing "swank" and then hitting Tab and Backspace at a fast pace. The same happens when I run ccl as an inferior lisp in emacs.

In both cases, i run ccl with -K utf-8.

Note that it's not slime that hangs, but ccl. When this bug occurs, I can't type on the repl in the "terminal" anymore. I have to close the terminal or hit Ctrl+Break loads of times to kill it.

For what is worth, my slime setup follows:

;;;;;;;;;;;;;;;;;;;
;;; Slime stuff ;;;
;;;;;;;;;;;;;;;;;;;


(add-to-list 'load-path (concat *my-site-lisp-directory* "slime/"))  ;;    load-path for slime
(add-to-list 'load-path (concat *my-site-lisp-directory* "slime/contrib/"))
(require 'slime)                                              ;;    
(setq slime-multiprocessing t)

(setq slime-autodoc-use-multiline-p t)
(setq slime-truncate-lines nil)
(set-language-environment "UTF-8")
(setq slime-net-coding-system 'utf-8-unix)  
(slime-setup '(slime-fancy slime-asdf))  

(setq slime-lisp-implementations
      '((clisp ("c:/Program Files (x86)/clisp-2.48/clisp.exe" "-K" "full"))
	(ccl64 ("C:/Users/ale/MySw/ccl/wx86cl64.exe" "-K" "utf-8"))
	(ccl ("C:/Users/ale/MySw/ccl/wx86cl.exe" "-K" "utf-8"))
	(sbcl ("sbcl"))))
#1026 notabug ccl crashes when testing swank-crew Gary Byers Robert Brown
Description

I recently modified the swank-client and swank-crew packages so that they load into ccl. When I execute (asdf:test-system 'swank-crew) I end up in the Clozure CL kernel debugger. Swank-crew uses threads and locks, so it's possible the code is triggering a Lisp system bug. To reproduce, check out the latest swank-client and swank-crew from their github repositories. Get all other dependencies from quicklisp. Finally, run (asdf:test-system 'swank-crew).

Lisp version: Version 1.8-r15286M (LinuxX8664)

The ARM version of ccl on my Raspberry Pi hangs when I run the swank-crew tests. The debugger does not appear.

#506 fixed ccl-init does not get loaded when CCL cocoa app is started by opening a file Ron Garret
Description

Summary says it all. The ccl-init file only gets loaded when a listener is opened for the first time, which does not automatically happen if CLL is launched by opening a file.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.