The expansion of SB-SPROF:WITH-PROFILING was missing the parameter to
SAMPLES-MAX-SAMPLES, which broke :SHOW-PROGRESS (thanks to Kilian
Sprotte)
(thanks to Tony Martinez)
* bug fix: the initforms for DEFMETHOD &AUX parameters are only
evaluated once (reported by Kevin Reid)
+ * bug fix: the :SHOW-PROGRESS keyword parameter to SB-SPROF:WITH-PROFILING
+ works again (thanks to Kilian Sprotte)
changes in sbcl-1.0.1 relative to sbcl-1.0:
* new platform: FreeBSD/x86-64, including support for threading.
,@(when show-progress
`((format t "~&===> ~d of ~d samples taken.~%"
(samples-trace-count *samples*)
- (samples-max-samples))))
+ (samples-max-samples *samples*))))
(let ((.last-index. (samples-index *samples*)))
,@body
(when (= .last-index. (samples-index *samples*))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.1.18"
+"1.0.1.19"