Replace #binaryReadStream with #readStream

Bug #1780820 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
Critical
Unassigned

Bug Description

In transition to the new Pharo7 File system, several #binaryReadStream messages should be replaced by #readStream.
All in all, only the XML operations are concerned. Image/PNG document should go with a #binaryReadStream

It occurs there bellow, methods body should be rewritten as follow:

DrGeoXml>>#load:for:
^ self
 loadFrom: (filename asFileReference readStream)
 for: constructor

Add comment for any additional finding.

Tags: core

Related branches

tags: added: core
removed: co
description: updated
Changed in drgeo:
milestone: wip → 18.06
Changed in drgeo:
status: New → In Progress
milestone: 18.06 → wip
Changed in drgeo:
milestone: wip → 19.03
status: In Progress → Fix Committed
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.