Skip to content

Commit bc919eb

Browse files
committed
have to move a couple of methods between packages to avoid dependency loop ...
1 parent e8e908a commit bc919eb

File tree

11 files changed

+33
-9
lines changed

11 files changed

+33
-9
lines changed

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baseline..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ baseline: spec
136136
with: [ spec loads: #('SMTPMail') ];
137137
project: 'GsCore'
138138
copyFrom: 'GsDevKit'
139-
with: [ spec loads: #('GsCore' 'GsMonticello') ];
139+
with: [ spec loads: #('GsCore' 'GsMonticello' 'GsSqueakCommon-Core') ];
140140
yourself.
141141
spec
142142
package: 'Grease-GemStone-Core'

repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/instance/decoderFor..st

Lines changed: 0 additions & 4 deletions
This file was deleted.

repository/Grease-GemStone-Core.package/GRUtf8GemStoneCodec.class/instance/encoderFor..st

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone200
2+
decoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone200
2+
encoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone230
2+
decoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone230
2+
encoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone240
2+
decoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone240
2+
encoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*Grease-GemStone300
2+
decoderFor: aWriteStream
3+
4+
^ GRUtf8CodecStream on: aWriteStream

0 commit comments

Comments
 (0)