Skip to content

Commit eeafe13

Browse files
authored
Merge pull request SeasideSt#194 from tukanos/FixCategories
Class shouldn't have category starting with * that belongs to extensions
2 parents 4e1b9dd + 80e5889 commit eeafe13

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/instance/doTransaction..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*grease-gemstone-core
1+
transactions
22
doTransaction: aBlock
33
"Evaluate aBlock in a transaction.
44
Return true if the transaction succeeds and false if the transaction fails.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*grease-gemstone-core
1+
processes
22
thisContext
33
^ GsContext fromLevel: 3

repository/Grease-Tests-GemStone-Core.package/GRGemStonePlatformTest.class/instance/testIsGemStone.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Grease-Tests-Pharo-Core
1+
tests
22
testIsGemStone
33
self assert: GRPlatform current isGemStone.
44
self deny: GRPlatform current isPharo.

repository/Grease-Tests-GemStone32-Core.package/GRGemStonePlatformTest.class/instance/testIsGemStone.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Grease-Tests-Pharo-Core
1+
tests
22
testIsGemStone
33
self assert: GRPlatform current isGemStone.
44
self deny: GRPlatform current isPharo.

0 commit comments

Comments
 (0)