(*print-pretty* t)
(*package* original-package))
- ;; REMOVEME (In the flaky7 branch, I've been having
- ;; problems with the pretty printer...)
- (setf *print-pretty* nil)
-
;; Before we start our own output, finish any pending output.
;; Otherwise, if the user tried to track the progress of
;; his program using PRINT statements, he'd tend to lose
(/hexstr arguments)
;; REMOVEME
+ #|
(/show0 "cold/low (LENGTH ARGUMENTS)=..")
(/hexstr (length arguments))
(dolist (argument arguments)
(/primitive-print "Argument type is a LIST."))
(t
(/primitive-print "Argument type is not a SYMBOL or LIST."))))))
+ |#
(multiple-value-bind (name sb!debug:*stack-top-hint*)
(find-interrupted-name)
(defun repl (noprint)
(/show0 "entering REPL")
-
-
- ;; REMOVEME after debugging
- (setf *print-pretty* nil)
-
(let ((eof-marker (cons :eof nil)))
(loop
;; FIXME: It seems bad to have GC behavior depend on scrubbing the
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.pre7.86.flaky7.11"
+"0.pre7.86.flaky7.13"