X Tutup
Skip to content

Commit 5388665

Browse files
author
Johan Brichau
committed
Move GRDelegatingStream>>greaseNext:putAll:startingAt: to Grease-Core since it is not only required in Pharo (see GsDevKit#33)
1 parent 10552ef commit 5388665

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

repository/Grease-Pharo100-Core.package/GRDelegatingStream.extension/instance/greaseNext.putAll.startingAt..st renamed to repository/Grease-Core.package/GRDelegatingStream.class/instance/greaseNext.putAll.startingAt..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*Grease-Pharo100-Core
1+
streaming
22
greaseNext: anInteger putAll: aCollection startingAt: startIndex
33
stream greaseNext: anInteger putAll: aCollection startingAt: startIndex

repository/Grease-Core.package/GRPlatform.class/instance/version.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version info
22
version
33
"Answer the Grease version"
44

5-
^ (GRVersion major: 1 minor: 18 revision: 1)
5+
^ (GRVersion major: 1 minor: 18 revision: 2)
66
yourself

repository/Grease-Pharo100-Core.package/GRDelegatingStream.extension/properties.json

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

0 commit comments

Comments
 (0)
X Tutup