MessageNotUnderstood: ZdcSocketStream>>position
Hi, I get this error with Zinc only when I'm behind a proxy, if from the Monticello Browser I try to see the changes of a certain package: 'Could not load FileSystem-Core-MarcusDenker.99.mcz: MessageNotUnderstood: ZdcSocketStream>>position' Is this a knows issues? If not I can provide more details. I noticed this on the latest Pharo 3 image. Cheers, Andrei
Hi Andrei, On 08 Jul 2013, at 11:02, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi,
I get this error with Zinc only when I'm behind a proxy, if from the Monticello Browser I try to see the changes of a certain package:
'Could not load FileSystem-Core-MarcusDenker.99.mcz: MessageNotUnderstood: ZdcSocketStream>>position'
Is this a knows issues?
Yes, and it is already fixed: === Name: Zinc-HTTP-SvenVanCaekenberghe.372 Author: SvenVanCaekenberghe Time: 30 June 2013, 9:06:10.101049 pm UUID: 98ea090f-27d4-498e-8111-95e954d010a9 Ancestors: Zinc-HTTP-SvenVanCaekenberghe.371 Fixed a typo in ZnStringEntity>>#readFrom: (thanks Paul DeBruicker for reporting the issue) === Basically, #position was sent to the socket stream while it should have been sent to a string stream which is properly positionable. The #position / #position: interface makes little to no sense for streams that do not have their whole content in memory. Then again, certain parser seem to need it. Sven
If not I can provide more details.
I noticed this on the latest Pharo 3 image.
Cheers, Andrei
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
Is this a knows issues?
Yes, and it is already fixed:
=== Name: Zinc-HTTP-SvenVanCaekenberghe.372 Author: SvenVanCaekenberghe Time: 30 June 2013, 9:06:10.101049 pm UUID: 98ea090f-27d4-498e-8111-95e954d010a9 Ancestors: Zinc-HTTP-SvenVanCaekenberghe.371
Fixed a typo in ZnStringEntity>>#readFrom: (thanks Paul DeBruicker for reporting the issue) ===
Basically, #position was sent to the socket stream while it should have been sent to a string stream which is properly positionable. The #position / #position: interface makes little to no sense for streams that do not have their whole content in memory. Then again, certain parser seem to need it.
Super. Thanks for the info. Cheers, Andrei
On Jul 8, 2013, at 11:16 AM, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Is this a knows issues?
Yes, and it is already fixed:
=== Name: Zinc-HTTP-SvenVanCaekenberghe.372 Author: SvenVanCaekenberghe Time: 30 June 2013, 9:06:10.101049 pm UUID: 98ea090f-27d4-498e-8111-95e954d010a9 Ancestors: Zinc-HTTP-SvenVanCaekenberghe.371
Fixed a typo in ZnStringEntity>>#readFrom: (thanks Paul DeBruicker for reporting the issue) ===
Basically, #position was sent to the socket stream while it should have been sent to a string stream which is properly positionable. The #position / #position: interface makes little to no sense for streams that do not have their whole content in memory. Then again, certain parser seem to need it.
Super. Thanks for the info.
We should do a merge with the upstreamâ¦. Marcus
On 08 Jul 2013, at 11:17, Marcus Denker <marcus.denker@inria.fr> wrote:
On Jul 8, 2013, at 11:16 AM, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Is this a knows issues?
Yes, and it is already fixed:
=== Name: Zinc-HTTP-SvenVanCaekenberghe.372 Author: SvenVanCaekenberghe Time: 30 June 2013, 9:06:10.101049 pm UUID: 98ea090f-27d4-498e-8111-95e954d010a9 Ancestors: Zinc-HTTP-SvenVanCaekenberghe.371
Fixed a typo in ZnStringEntity>>#readFrom: (thanks Paul DeBruicker for reporting the issue) ===
Basically, #position was sent to the socket stream while it should have been sent to a string stream which is properly positionable. The #position / #position: interface makes little to no sense for streams that do not have their whole content in memory. Then again, certain parser seem to need it.
Super. Thanks for the info.
We should do a merge with the upstreamâ¦.
Marcus
Yes, you are absolutely right. Whenever you are ready: https://pharo.fogbugz.com/f/cases/11089/Update-Zn-Zdc-July-2013 Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
participants (3)
-
Andrei Vasile Chis -
Marcus Denker -
Sven Van Caekenberghe