-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
It appears that when a teachpack is enabled in one of the Schreibe Dein Programm language levels, the stepper shows no steps, but insists that the program is instantly complete.
Steps to reproduce:
Start DrRacket
Set the language to SDP-Anfänger (using the language menu)
Choose Language > Add Teachpack...
Choose image.rkt from the list of preinstalled teachpacks
Open a new buffer
Enter this program
(define f (lambda (a x b) (* x a)))
(f 3 3 (f 9 10 11))
Click step.
See a stepper with only the text "All of the definitions have been successfully evaluated."
I'm absolutely over the moon to report that this bug appears to affect 8.15, as well, which means that I'm not inclined to block the release on it... I will add a note to the manual tests, to make sure it becomes part of standard testing.
das-g