Skip to content

Commit ad38009

Browse files
committed
include removeallmethods statements [ci skip]
1 parent 293e0c8 commit ad38009

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/writeTopazFormat.solo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ doit
4949
exportTopazFormatTo: (dirRef / 'bitmapcharacterset.gs') pathString
5050
logClassCreation: false
5151
excludeClassInitializers: false
52-
excludeRemoveAllMethods: true.
52+
excludeRemoveAllMethods: false.
5353
^ true
5454
%

gemstone/bitmapcharacterset.gs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ doit
1919
true.
2020
%
2121

22+
removeallmethods BitmapCharacterSet
23+
removeallclassmethods BitmapCharacterSet
24+
2225
doit
2326
(TestCase
2427
subclass: 'BitmapCharacterSetTest'
@@ -35,6 +38,9 @@ doit
3538
true.
3639
%
3740

41+
removeallmethods BitmapCharacterSetTest
42+
removeallclassmethods BitmapCharacterSetTest
43+
3844
! Class implementation for 'BitmapCharacterSet'
3945

4046
! Class methods for 'BitmapCharacterSet'

0 commit comments

Comments
 (0)