Squeaksource to SqueakMap problem ?

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

Squeaksource to SqueakMap problem ?

Roel Wuyts
Hi Lukas,

I have RoelTyper on SqueakSource, but an older version of it is  
available on SqueakMap. So I wanted to use the facility of  
SqueakSource to do a 'SqueakMap' release. When logged in and viewing  
the release I want to use on SqueakMap, I press the 'SqueakMap  
Release' button, but then get a page with a bug description in Mantis  
( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand  
what is going on here - is it an automatic redirection to that bug  
page because the creation of a SqueakMap entry does not work currently ?


PS: For people using or wanting to use RoelTyper, please use the  
latest one on SqueakSource ( http://www.squeaksource.com/ 
RoelTyper.html ) . It is faster and some things have been refactored  
in the meantime. I'll try to get the one on SqueakMap up as soon as  
possible.

--
Roel

Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Göran Krampe
Hi fellas!

> Hi Lukas,
>
> I have RoelTyper on SqueakSource, but an older version of it is
> available on SqueakMap. So I wanted to use the facility of
> SqueakSource to do a 'SqueakMap' release. When logged in and viewing
> the release I want to use on SqueakMap, I press the 'SqueakMap
> Release' button, but then get a page with a bug description in Mantis
> ( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand
> what is going on here - is it an automatic redirection to that bug
> page because the creation of a SqueakMap entry does not work currently ?

Have no idea - but for the record - SqueakMap has AFAIK not changed. The
mechanism should hopefully work, I haven't looked at it - Avi wrote the SM
side in the first place IIRC.

One thing that MAY have something to do with this is the fact that SM is
now on map.squeak.org, but that is just a long shot.

> PS: For people using or wanting to use RoelTyper, please use the
> latest one on SqueakSource ( http://www.squeaksource.com/
> RoelTyper.html ) . It is faster and some things have been refactored
> in the meantime. I'll try to get the one on SqueakMap up as soon as
> possible.

You can make a release manually on SM of course. :)

regards, Göran

PS. If anyone has ideas on making SS/SM integration even better - holler.


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Philippe Marschall
In reply to this post by Roel Wuyts
2007/2/19, Roel Wuyts <[hidden email]>:

> Hi Lukas,
>
> I have RoelTyper on SqueakSource, but an older version of it is
> available on SqueakMap. So I wanted to use the facility of
> SqueakSource to do a 'SqueakMap' release. When logged in and viewing
> the release I want to use on SqueakMap, I press the 'SqueakMap
> Release' button, but then get a page with a bug description in Mantis
> ( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand
> what is going on here - is it an automatic redirection to that bug
> page because the creation of a SqueakMap entry does not work currently ?

Creating SqueakMap releases from SqueakSource does not work because of bug 2753.

Cheers
Philippe

> PS: For people using or wanting to use RoelTyper, please use the
> latest one on SqueakSource ( http://www.squeaksource.com/
> RoelTyper.html ) . It is faster and some things have been refactored
> in the meantime. I'll try to get the one on SqueakMap up as soon as
> possible.
>
> --
> Roel
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Göran Krampe
Hi!

> 2007/2/19, Roel Wuyts <[hidden email]>:
>> Hi Lukas,
>>
>> I have RoelTyper on SqueakSource, but an older version of it is
>> available on SqueakMap. So I wanted to use the facility of
>> SqueakSource to do a 'SqueakMap' release. When logged in and viewing
>> the release I want to use on SqueakMap, I press the 'SqueakMap
>> Release' button, but then get a page with a bug description in Mantis
>> ( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand
>> what is going on here - is it an automatic redirection to that bug
>> page because the creation of a SqueakMap entry does not work currently ?
>
> Creating SqueakMap releases from SqueakSource does not work because of bug
> 2753.

Ok, but more specifically? This *has* worked before so what has changed?
The setup of SS? AFAICT naively from the mantis issue the URL lacks both
protocol and hostname - is that the problem? And what is the talk about
"proxy" in the issue summary?

Just "rewriting HttpSocket" is not really a solution :). Figuring out in
more detail why it has stopped working would be nice though.

regards, Göran


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Philippe Marschall
2007/2/19, Göran Krampe <[hidden email]>:

> Hi!
>
> > 2007/2/19, Roel Wuyts <[hidden email]>:
> >> Hi Lukas,
> >>
> >> I have RoelTyper on SqueakSource, but an older version of it is
> >> available on SqueakMap. So I wanted to use the facility of
> >> SqueakSource to do a 'SqueakMap' release. When logged in and viewing
> >> the release I want to use on SqueakMap, I press the 'SqueakMap
> >> Release' button, but then get a page with a bug description in Mantis
> >> ( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand
> >> what is going on here - is it an automatic redirection to that bug
> >> page because the creation of a SqueakMap entry does not work currently ?
> >
> > Creating SqueakMap releases from SqueakSource does not work because of bug
> > 2753.
>
> Ok, but more specifically? This *has* worked before so what has changed?
Squeak has changed, we updated.

> The setup of SS? AFAICT naively from the mantis issue the URL lacks both
> protocol and hostname - is that the problem? And what is the talk about
> "proxy" in the issue summary?
>
> Just "rewriting HttpSocket" is not really a solution :).

Yes, it needs to be kicked and replaced with Curl plugin. There is no hope.

> Figuring out in
> more detail why it has stopped working would be nice though.

Please first have a look at the code of HttpSocket.

Cheers
Philippe

> regards, Göran
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Göran Krampe
Hi!

>> Figuring out in
>> more detail why it has stopped working would be nice though.
>
> Please first have a look at the code of HttpSocket.

I have seen that code, at least in parts. I know it sucks plenty. But I
still would like to know why it has stopped working. :)

regards, Göran


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Roel Wuyts
Guess manual will have to do for the moment then :-(  Too bad, I  
really liked to not have to manually publish code in different places.

In the meantime, maybe the button could be removed from SqueakMap ?

On 19 Feb 2007, at 19 February/13:21, Göran Krampe wrote:

> Hi!
>
>>> Figuring out in
>>> more detail why it has stopped working would be nice though.
>>
>> Please first have a look at the code of HttpSocket.
>
> I have seen that code, at least in parts. I know it sucks plenty.  
> But I
> still would like to know why it has stopped working. :)
>
> regards, Göran
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Göran Krampe
Hi!

> Guess manual will have to do for the moment then :-(  Too bad, I
> really liked to not have to manually publish code in different places.
>
> In the meantime, maybe the button could be removed from SqueakMap ?

I presume you meant "SqueakSource"? SM has no button related to this
AFAIK. :)

And again, if someone could give some more info on the specific issue and
if there is anything I can do about it on my end (SM) I will try.

regards, Göran


Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

keith1y
Göran Krampe wrote:

> Hi!
>
>  
>> Guess manual will have to do for the moment then :-(  Too bad, I
>> really liked to not have to manually publish code in different places.
>>
>> In the meantime, maybe the button could be removed from SqueakMap ?
>>    
>
> I presume you meant "SqueakSource"? SM has no button related to this
> AFAIK. :)
>
> And again, if someone could give some more info on the specific issue and
> if there is anything I can do about it on my end (SM) I will try.
>
> regards, Göran
Yes!

Just add a small feature to squeakmap that enables you to tell squeak
map that the version to provide is the latest version on squeaksource
whatever that may be.

That way a squeakmap release can track a squeaksource release.

Keith

       
       
               
___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html

Reply | Threaded
Open this post in threaded view
|

Re: Squeaksource to SqueakMap problem ?

Milan Zimmermann-2
In reply to this post by Roel Wuyts
On 2007 February 19 03:50, Roel Wuyts wrote:
> Hi Lukas,
>
> I have RoelTyper on SqueakSource, but an older version of it is
> available on SqueakMap. So I wanted to use the facility of
> SqueakSource to do a 'SqueakMap' release.

I do not remember the details (there may be something from me on the list
around september) , but I tried mid-last year, and it failed to release from
SqueakSource to SqueakMap. I ended up copying the mcz to SM.

Milan

> When logged in and viewing
> the release I want to use on SqueakMap, I press the 'SqueakMap
> Release' button, but then get a page with a bug description in Mantis
> ( http://bugs.impara.de/view.php?id=2753 ). I don't quite understand
> what is going on here - is it an automatic redirection to that bug
> page because the creation of a SqueakMap entry does not work currently ?
>
>
> PS: For people using or wanting to use RoelTyper, please use the
> latest one on SqueakSource ( http://www.squeaksource.com/
> RoelTyper.html ) . It is faster and some things have been refactored
> in the meantime. I'll try to get the one on SqueakMap up as soon as
> possible.
>
> --
> Roel