Manuscript (Case [Issue]21867) _Inbox - cannot load/save to ftp repository

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21867) _Inbox - cannot load/save to ftp repository

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
changing MCMczReader>>#zip to 

 

zip
    stream closed ifTrue: [
        zip := nil].
    zip ifNil: [
        zip := ZipArchive new.
        stream binary.
        zip readFrom: (stream closed
        ifTrue: [    filename asFileReference binaryReadStream ]
        ifFalse: [ stream ])
    ].
    ^ zip

 

lets the packages load
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker