Skip to content

Commit 73344f3

Browse files
committed
Loads text anchor patch and cleans up image after build
1 parent d5855fd commit 73344f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/prepare_image.st

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@ Installer installGitInfrastructure.
1212
author 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.
2227
SystemBrowser default: BPBrowser.
2328

29+
((Smalltalk at: #BPFancyStar)>>#initialize) browse.
30+
2431
TranscriptStream redirectToStdOut: false.
2532
Deprecation suppressed: false.
2633

0 commit comments

Comments
 (0)