[Pharo-project] MIMEDocument issue
Here is some nice recursion that kills my pharo image.... (updated to 10246) Here are three MIMEDocument methods: mimeType ^self type type "Deprecated. Use contentType instead." ^ self contentType contentType ^self mimeType asString
Not explicitly, it was loaded as part of another script. Should I load the latest from squeak source? On Mar 2, 2009, at 3:52 PM, Michael Rueger wrote:
Brian Brown wrote:
Here is some nice recursion that kills my pharo image.... (updated to 10246)
Here are three MIMEDocument methods:
mimeType
^self type
that is definitely wrong. Did you load the KomHTTP package?
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Brian Brown CTO AbleLink Technologies, Inc. http://www.ablelinktech.com
On Mar 2, 2009, at 3:56 PM, Brian Brown wrote:
Not explicitly, it was loaded as part of another script. Should I load the latest from squeak source?
On Mar 2, 2009, at 3:52 PM, Michael Rueger wrote:
Brian Brown wrote:
Here is some nice recursion that kills my pharo image.... (updated to 10246)
Here are three MIMEDocument methods:
mimeType
^self type
that is definitely wrong. Did you load the KomHTTP package?
Small update - the KomHttpServer I have in my image is gc.42
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Brian Brown CTO AbleLink Technologies, Inc. http://www.ablelinktech.com
Brian Brown CTO AbleLink Technologies, Inc. http://www.ablelinktech.com
Brian Brown wrote:
On Mar 2, 2009, at 3:56 PM, Brian Brown wrote:
Not explicitly, it was loaded as part of another script. Should I load the latest from squeak source?
No, the fix is not in there yet. You need the one from the PharoInbox, it's still work in progress. As a quick fix you should be able to revert the mimeType method. Michael
participants (2)
-
Brian Brown -
Michael Rueger