Skip to content

Commit

Permalink
fix #exampleWorldCyclesFor: for trunk
Browse files Browse the repository at this point in the history
Complements trunk updates to Process>>#terminate.
  • Loading branch information
LinqLover committed Jan 2, 2024
1 parent 0498ff2 commit 877d5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exampleWorldCyclesFor: aDuration
recording := false.
button target:
[| priorLabel world |
recording ifTrue: [^ Processor terminateActive].
recording ifTrue: [^ Processor activeProcess in: [:process | [process terminate] fork]].
recording := true.
priorLabel := button label.
button label: 'recording... (click to stop)'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"exampleShutDown" : "ct 4/29/2022 18:25",
"exampleSimulation" : "ct 2/9/2022 01:59",
"exampleTdbHalt" : "ct 3/17/2022 00:46",
"exampleWorldCyclesFor:" : "ct 5/25/2022 22:29",
"exampleWorldCyclesFor:" : "ct 1/2/2024 22:02",
"exampleZeroDivision" : "ct 3/13/2022 20:09",
"extraDebuggerButtons" : "ct 3/17/2022 16:38",
"extraDebuggerButtons:" : "ct 3/17/2022 16:38",
Expand Down

0 comments on commit 877d5b8

Please sign in to comment.