[Pharo-project] Your earlier problems accessing Monticello
Hi Guido, Some time ago you were unable to access Monticello from inside your particular network situation. http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t... We just were able to solve a similar case. http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal... Would it be possible to verify, first that your old problem still exists, and then try again with the following patch. SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection." ^ self nextInto: (self streamBuffer: count) That would be most helpful. Thx, Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Guido is right now in Lille :P so you have to wait for a week.
From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Aah, all this travelling around, it is a wonder you guys actually get any work done ;-) Seriously, it is a good thing we're in contact and that he might be able to test. On 23 Mar 2013, at 11:21, Camillo Bruni <camillobruni@gmail.com> wrote:
Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Yes, i'm sure this will do the fix. Nevertheless, as soon as i come back home i will send you the confirmation. Thanks 2013/3/23 Camillo Bruni <camillobruni@gmail.com>
Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still
exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return
a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Sorry for the delay, but yes i confirm this solves my issue. What i see is that it is not yet integrated into 3.0 Cheers, Guido. 2013/3/23 Guido Chari <charig@gmail.com>
Yes, i'm sure this will do the fix. Nevertheless, as soon as i come back home i will send you the confirmation.
Thanks
2013/3/23 Camillo Bruni <camillobruni@gmail.com>
Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still
exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return
a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
On 23 Apr 2013, at 19:18, Guido Chari <charig@gmail.com> wrote:
Sorry for the delay, but yes i confirm this solves my issue.
Thanks, that is good to know !
What i see is that it is not yet integrated into 3.0
Yeah, it is ready for inclusion, maybe I gave it the wrong status. https://pharo.fogbugz.com/default.asp?10102 https://pharo.fogbugz.com/f/cases/10102/SocketStream-next-should-not-signal-...
Cheers, Guido.
2013/3/23 Guido Chari <charig@gmail.com> Yes, i'm sure this will do the fix. Nevertheless, as soon as i come back home i will send you the confirmation.
Thanks
2013/3/23 Camillo Bruni <camillobruni@gmail.com> Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
If a slice is proposed, you should "resolve" the case which flags the issue as Fix Review Needed :) Ben On Apr 23, 2013, at 7:40 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 23 Apr 2013, at 19:18, Guido Chari <charig@gmail.com> wrote:
Sorry for the delay, but yes i confirm this solves my issue.
Thanks, that is good to know !
What i see is that it is not yet integrated into 3.0
Yeah, it is ready for inclusion, maybe I gave it the wrong status.
https://pharo.fogbugz.com/default.asp?10102 https://pharo.fogbugz.com/f/cases/10102/SocketStream-next-should-not-signal-...
Cheers, Guido.
2013/3/23 Guido Chari <charig@gmail.com> Yes, i'm sure this will do the fix. Nevertheless, as soon as i come back home i will send you the confirmation.
Thanks
2013/3/23 Camillo Bruni <camillobruni@gmail.com> Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
OK, thx. On 23 Apr 2013, at 19:42, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
If a slice is proposed, you should "resolve" the case which flags the issue as Fix Review Needed
:)
Ben
On Apr 23, 2013, at 7:40 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 23 Apr 2013, at 19:18, Guido Chari <charig@gmail.com> wrote:
Sorry for the delay, but yes i confirm this solves my issue.
Thanks, that is good to know !
What i see is that it is not yet integrated into 3.0
Yeah, it is ready for inclusion, maybe I gave it the wrong status.
https://pharo.fogbugz.com/default.asp?10102 https://pharo.fogbugz.com/f/cases/10102/SocketStream-next-should-not-signal-...
Cheers, Guido.
2013/3/23 Guido Chari <charig@gmail.com> Yes, i'm sure this will do the fix. Nevertheless, as soon as i come back home i will send you the confirmation.
Thanks
2013/3/23 Camillo Bruni <camillobruni@gmail.com> Guido is right now in Lille :P so you have to wait for a week. From what I recall it was exactly that bug we had over in Argentina :)
On 2013-03-23, at 11:03, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Guido,
Some time ago you were unable to access Monticello from inside your particular network situation.
http://forum.world.st/Unable-to-use-Monticello-in-last-images-from-Jenkins-t...
We just were able to solve a similar case.
http://forum.world.st/Problem-downloading-packages-with-Monticello-from-Smal...
Would it be possible to verify, first that your old problem still exists, and then try again with the following patch.
SocketStream>>next: count "Read count elements and return them in a collection. If the receiver is #atEnd before count elements were read, return a smaller collection."
^ self nextInto: (self streamBuffer: count)
That would be most helpful.
Thx,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
participants (4)
-
Benjamin -
Camillo Bruni -
Guido Chari -
Sven Van Caekenberghe