David T. Lewis wrote
I thought that I got rid of all the explicit references to FileDirectory and ReferenceStream, so check to make sure you're using the latest version of OSProcess. Maybe I missed a few of the references, there were quite a few.
I think you're right... don't know what I was looking at :/ The test errors I saw in 1.4 were due to FS differences between 1.4 and 2.0: - In 1.4 #ensureDeleted must be #delete - The only way to get the file delimiter that works in both 1.4 and 2.0 is "(Smalltalk at: #DiskStore) current perform: #delimiter" i.e. the send to #current was added I made the changes and uploaded to OSP and CommandShell sqs repos. It's nice to avoid Platform packages, and the conditionals are currently quarantined on the class-side of OSProcess, but Metacello would remove them from the codebase completely, just leaving a clean message send, where three branches had been... just sayin ;) - Sean -- View this message in context: http://forum.world.st/The-monkey-is-back-in-town-tp4658091p4669670.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.