Skip to content

Commit

Permalink
Merge pull request #75 from LinqLover/fix/file-service
Browse files Browse the repository at this point in the history
Fix registration of file reader service
  • Loading branch information
Greenscreen23 authored Jul 21, 2022
2 parents 3faf581 + d4caf70 commit ca36f29
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
fileIn/Out
fileReaderServicesForFile: fullName suffix: suffix
"registers the given class as providing services for reading files with Fileservices"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class initialization
initialize

FileServices registerFileReader: self
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
fileIn/Out
services

^ {SimpleServiceEntry
Expand Down
4 changes: 4 additions & 0 deletions packages/SVG-Morphic.package/SVGMorph.class/class/unload.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
initialize-release
unload

FileServices unregisterFileReader: self
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"fromFile:" : "lra 6/12/2022 18:55",
"fromFileStream:" : "lha 5/22/2022 15:49",
"fromString:" : "lra 6/12/2022 16:30",
"services" : "lra 6/12/2022 16:30" },
"initialize" : "ct 7/16/2022 20:12",
"services" : "lra 6/12/2022 16:30",
"unload" : "ct 7/16/2022 20:19" },
"instance" : {
"accept:" : "aes 5/14/2022 17:41",
"composedStyle" : "lra 6/12/2022 18:38",
Expand Down

0 comments on commit ca36f29

Please sign in to comment.