-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move GRDelegatingStream>>greaseNext:putAll:startingAt: to Grease-Core…
… since it is not only required in Pharo (see GsDevKit#33)
- Loading branch information
Showing
3 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...instance/greaseNext.putAll.startingAt..st → ...instance/greaseNext.putAll.startingAt..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
*Grease-Pharo100-Core | ||
streaming | ||
greaseNext: anInteger putAll: aCollection startingAt: startIndex | ||
stream greaseNext: anInteger putAll: aCollection startingAt: startIndex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
repository/Grease-Pharo100-Core.package/GRDelegatingStream.extension/properties.json
This file was deleted.
Oops, something went wrong.