File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,22 @@ Installer installGitInfrastructure.
1212author initials which might fail these tests. So we set some dummy initials here to avoid this."
1313(Smalltalk at: #MetacelloPlatform ) current authorName: ' BabylonianInstallation' .
1414
15+ " Load patches for text anchor placement"
16+ FileStream fileIn: ' TextAnchorPlacement.cs' .
17+
1518" Load Babylonian into image"
1619(Smalltalk at: #Metacello ) new
1720 baseline: ' BabylonianProgramming' ;
1821 repository: ' filetree:///home/runner/work/babylonian-programming-smalltalk/babylonian-programming-smalltalk/packages' ;
1922 load: ' tests' .
2023
2124" Prepare Image a little bit"
25+ PluggableSystemWindow allInstances do: #abandon .
26+ PreferenceWizardMorph allInstances do: #abandon .
2227SystemBrowser default: BPBrowser .
2328
29+ ((Smalltalk at: #BPFancyStar )>> #initialize ) browse.
30+
2431TranscriptStream redirectToStdOut: false .
2532Deprecation suppressed: false .
2633
You can’t perform that action at this time.
0 commit comments