dr-geo
[Top][All Lists]
Advanced

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

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


From: hilaire
Subject: [Dr. Geo] [Bug 1780820] [NEW] Replace #binaryReadStream with #readStream
Date: Mon, 09 Jul 2018 16:07:25 -0000

Public bug reported:

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.

** Affects: drgeo
     Importance: Critical
         Status: New


** Tags: core

** Tags removed: co
** Tags added: core

** Description changed:

- In transition to the new Pharo7 File system, several #binaryReadStream
- messages should be replaced by #readStream
+ 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 
+ ^ self
+  loadFrom: (filename asFileReference readStream)
+  for: constructor
  
  Add comment for any additional finding.

-- 
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:
  New

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]