Manuscript (Fall [Issue]21937) Crosscutting and Misc - Base64MimeConverter mimeDecodeToBytes: broken

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

Manuscript (Fall [Issue]21937) Crosscutting and Misc - Base64MimeConverter mimeDecodeToBytes: broken

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Crosscutting and Misc: 1. Pharo Image  •  You are subscribed to this case
The world menu shows a debug menu - and one can debug the problem.

The problem is that #mimeDecodeToBytes: in 70925 is now behaving differently and now working anymore.
So this is a bug - it at least should work the same way as before.

I switched QuickAccess today to use #base64Decoded instead of #Base64MimeConverter now. But many other packages
still use Base64MimeConverter way for the icons (like Seaside, Roassal, ...) that need to be switched.

So I guess the correct way to do it is to fix #mimeDecodeToBytes: using:

mimeDecodeToBytes: aStream
^aStream contents base64Decoded readStream

in Pharo 7 - but deprecate it. Then the external packages could migrate over time.
Priority Priority: 1 – Show Stopper !!!!!! Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

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