dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1780820] Re: Replace #binaryReadStream with #readStream


From: hilaire
Subject: [Dr. Geo] [Bug 1780820] Re: Replace #binaryReadStream with #readStream
Date: Thu, 21 Mar 2019 09:38:53 -0000

** Changed in: drgeo
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1780820

Title:
  Replace #binaryReadStream with #readStream

Status in Dr. Geo II:
  Fix Released

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1780820/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]