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 293e0c8 commit ad38009Copy full SHA for ad38009
bin/writeTopazFormat.solo
@@ -49,6 +49,6 @@ doit
49
exportTopazFormatTo: (dirRef / 'bitmapcharacterset.gs') pathString
50
logClassCreation: false
51
excludeClassInitializers: false
52
- excludeRemoveAllMethods: true.
+ excludeRemoveAllMethods: false.
53
^ true
54
%
gemstone/bitmapcharacterset.gs
@@ -19,6 +19,9 @@ doit
19
true.
20
21
22
+removeallmethods BitmapCharacterSet
23
+removeallclassmethods BitmapCharacterSet
24
+
25
doit
26
(TestCase
27
subclass: 'BitmapCharacterSetTest'
@@ -35,6 +38,9 @@ doit
35
38
36
39
37
40
41
+removeallmethods BitmapCharacterSetTest
42
+removeallclassmethods BitmapCharacterSetTest
43
44
! Class implementation for 'BitmapCharacterSet'
45
46
! Class methods for 'BitmapCharacterSet'
0 commit comments