forked from GsDevKit/zinc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
didn't use fileStreamClass in all of the places I should have...
- Loading branch information
Dale Henrichs
committed
Jul 31, 2012
1 parent
53a9e63
commit 9e6d299
Showing
7 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/ZnFileSystemUtils.class/class/fileNamed.do..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,5 +1,5 @@ | ||
streams | ||
fileNamed: fileName do: block | ||
^ self fileDirectoryClass | ||
^ self fileStreamClass | ||
fileNamed: fileName | ||
do: block |
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/ZnFileSystemUtils.class/class/newFileNamed.do..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,5 +1,5 @@ | ||
streams | ||
newFileNamed: fileName do: block | ||
^ self fileDirectoryClass | ||
^ self fileStreamClass | ||
newFileNamed: fileName | ||
do: block |
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/ZnFileSystemUtils.class/class/oldFileNamed.do..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,5 +1,5 @@ | ||
streams | ||
oldFileNamed: fileName do: block | ||
^ self fileDirectoryClass | ||
^ self fileStreamClass | ||
oldFileNamed: fileName | ||
do: block |
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/ZnFileSystemUtils.class/class/oldFileStreamFor..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 @@ | ||
streams | ||
oldFileStreamFor: fileName | ||
^ self fileDirectoryClass oldFileNamed: fileName | ||
^ self fileStreamClass oldFileNamed: fileName |
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
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/monticello.meta/categories.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 +1 @@ | ||
SystemOrganization addCategory: 'Zinc-FileSystem-Legacy'! | ||
SystemOrganization addCategory: #'Zinc-FileSystem-Legacy'! |
2 changes: 1 addition & 1 deletion
2
repository/Zinc-FileSystem-Legacy.package/monticello.meta/version
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 +1 @@ | ||
(name 'Zinc-FileSystem-Legacy-dkh.3' message 'Zinc Issue #4 (sven)' id '48f4a37c-039c-4b3c-a10f-0d5bcf30dd5e' date '07/29/2012' time '18:01:20' author 'dkh' ancestors ((name 'Zinc-FileSystem-Legacy-SvenVanCaekenberghe.2' message 'fixed a logic problem in ZnFileSystemUtils class>>#downloadPathTo:for:' id '30263aa4-76ea-4db1-8c10-9fd5eae0e1fb' date '07/20/2012' time '13:14:58' author 'SvenVanCaekenberghe' ancestors ((name 'Zinc-FileSystem-Legacy-SvenVanCaekenberghe.1' message 'introduction of the Zinc-FileSystem-Legacy package (including the new ZnFileSystemUtils class) to deal with pre/post FIleSystem introduction in Pharo 2.0 - this is the old code' id '207f349a-f8a3-41da-b78b-8ae9107259a8' date '07/03/2012' time '01:48:48' author 'SvenVanCaekenberghe' ancestors () stepChildren ())) stepChildren ())) stepChildren ()) | ||
(name 'Zinc-FileSystem-Legacy-dkh.5' message 'didn''t use #fileStreamClass in some places where I should have' id '875b9169-9e48-4238-8cfe-493f1c0c6b73' date '07/30/2012' time '18:28:37' author 'dkh' ancestors ((name 'Zinc-FileSystem-Legacy-dkh.3' message 'Zinc Issue #4 (sven)' id '48f4a37c-039c-4b3c-a10f-0d5bcf30dd5e' date '07/29/2012' time '18:01:20' author 'dkh' ancestors ((name 'Zinc-FileSystem-Legacy-SvenVanCaekenberghe.2' message 'fixed a logic problem in ZnFileSystemUtils class>>#downloadPathTo:for:' id '30263aa4-76ea-4db1-8c10-9fd5eae0e1fb' date '07/20/2012' time '13:14:58' author 'SvenVanCaekenberghe' ancestors ((name 'Zinc-FileSystem-Legacy-SvenVanCaekenberghe.1' message 'introduction of the Zinc-FileSystem-Legacy package (including the new ZnFileSystemUtils class) to deal with pre/post FIleSystem introduction in Pharo 2.0 - this is the old code' id '207f349a-f8a3-41da-b78b-8ae9107259a8' date '07/03/2012' time '01:48:48' author 'SvenVanCaekenberghe' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) |