Guile 2.0.13:
scheme@(guile-user)> (define (foo n)
(if (= n 0)
'done
(foo (1- n
scheme@(guile-user)> ,tracepoint foo
Trap 0: Tracepoint at #.
scheme@(guile-user)> (foo 5)
Trap 0: (foo 5)
Trap 0: | (
l...@gnu.org (Ludovic Courtès) skribis:
> With the attached patch I can build ‘stable-2.0’ with --rounds=2 and
> there are no discrepancies.
>
> I’ll apply it next week if there are no objections.
Pushed as 458ae248ab353af24e27b8fb3e5fe7a8b78ae219!
Ludo’.
Dear Sir:
On the "make check" step for guile-2.0.13, I get an error message as given
below:
Running list.test
Running load.test
Backtrace:
In ice-9/boot-9.scm:
160: 12 [catch #t # ...]
In unknown file:
?: 11 [apply-smob/1 #]
In ice-9/boot-9.scm:
66: 10 [call-with-prompt prompt0