X Tutup
Skip to content

Commit 44fe773

Browse files
committed
Remove GRWorkingWriteStream from Pharo 6+
- fixes SeasideSt#51
1 parent a9fcab9 commit 44fe773

File tree

6 files changed

+5
-20
lines changed

6 files changed

+5
-20
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
processes
2+
thisContext
3+
4+
^ thisContext sender

repository/Grease-Pharo70-Core.package/GRPharoPlatform.class/instance/writeCharacterStreamOn..st

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

repository/Grease-Pharo70-Core.package/GRWorkingWriteStream.class/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

repository/Grease-Pharo70-Core.package/GRWorkingWriteStream.class/instance/reset.st

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

repository/Grease-Pharo70-Core.package/GRWorkingWriteStream.class/properties.json

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

repository/Grease-Pharo70-Core.package/monticello.meta/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'Grease-Pharo70-Core-JohanBrichau.2' message 'Moved TBehavior>>fullName to Behavior>>fullName' id 'cd354707-491c-0d00-89b9-23ec01d5c93f' date '9 December 2017' time '1:17:57.536518 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo70-Core-JohanBrichau.1' message 'branch from Grease-Pharo60-Core-JohanBrichau.4 to start supporting Pharo7 specifics' id '6aaa3511-a51a-0d00-a9b8-5e8804322501' date '18 November 2017' time '4:15:57.894626 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())
1+
(name 'Grease-Pharo70-Core-pmm.3' message 'Remove GRWorkingWriteStream from Pharo 6+- fixes #51' id '6941951f-d231-0d00-becb-c6e70e3dc98b' date '9 September 2018' time '3:40:40.007217 pm' author 'pmm' ancestors ((name 'Grease-Pharo70-Core-JohanBrichau.2' message 'Moved TBehavior>>fullName to Behavior>>fullName' id 'cd354707-491c-0d00-89b9-23ec01d5c93f' date '9 December 2017' time '1:17:57.536518 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo70-Core-JohanBrichau.1' message 'branch from Grease-Pharo60-Core-JohanBrichau.4 to start supporting Pharo7 specifics' id '6aaa3511-a51a-0d00-a9b8-5e8804322501' date '18 November 2017' time '4:15:57.894626 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)
X Tutup