guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUG (1.8): can't redefine /debug/


From: Michael Tiedtke
Subject: BUG (1.8): can't redefine /debug/
Date: Sun, 21 Jun 2015 08:53:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

As the bug database doesn't allow filing bugs even when you have a Savannah account I'm sending this to the mailing list.
 (Errore: Azione Non Disponibile: L'Appartenenza al Progetto è richiesta per inserire elementi in questo gestore.)

I never got used to that second REPL (usually of the hosting system) which they called debug. My own debug procedure produces simple debug messages and it is defined in my "pretext.scm". But when I want to override the core binding I only get strange error messages in Guile 1.8.

With this header in the module:

(define-module (pretext)
  #:replace (list-head debug))

it tells me something about a mutex when I try to load it:

address@hidden:~/Desktop/viper$ guile
guile> (use-modules (pretext))
ERROR: mutex already locked by current thread
ABORT: (misc-error)
guile>

BTW this is not specific to /debug/ but the same for /list-head/ alone

NB I've got the element "." in the list %load-path to be able to load my own modules.
(set! %load-path (cons "." %load-path)) ; nui0 project addition

reply via email to

[Prev in Thread] Current Thread [Next in Thread]