We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e641b03 commit e764c47Copy full SHA for e764c47
scripts/prepare_image.st
@@ -33,6 +33,8 @@ Take a screenshot
33
34
"First, ensure that the method is fully compiled and the examples are run"
35
(Smalltalk at: #BPSearchCollection) recompile: #binarySearch:.
36
+((Smalltalk at: #BPSearchCollection)>>#binarySearch:) bpExamples do: [:e | e isActive: true].
37
+BPActiveExamples value runActiveExamples.
38
39
"Second, set up the stage and take the screenshot"
40
browserWindow := (ToolSet default browse: (Smalltalk at: #BPSearchCollection) selector: #binarySearch:) containingWindow.
0 commit comments