[Pharo-project] MCSqueaksourceRepository
What is the plan for this class? There don't seem to be any mentions of it in the list archives, it doesn't seem to be used, and doesn't exist in Squeak... Thanks, Sean -- View this message in context: http://forum.world.st/MCSqueaksourceRepository-tp4636737.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
That was a quick hack to support a decent menu item entry when adding a repository. That saved me so far 39 * 'http://www.squeaksource.com/'.size characters :P On 2012-06-26, at 19:58, Sean P. DeNigris wrote:
What is the plan for this class? There don't seem to be any mentions of it in the list archives, it doesn't seem to be used, and doesn't exist in Squeak...
Thanks, Sean
-- View this message in context: http://forum.world.st/MCSqueaksourceRepository-tp4636737.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 26 Jun 2012, at 20:02, Camillo Bruni wrote:
That saved me so far 39 * 'http://www.squeaksource.com/'.size characters :P
Arch, is that a dot (.) between the string and size ?? My eyes hurtâ¦.
On 2012-06-26, at 20:06, Sven Van Caekenberghe wrote:
On 26 Jun 2012, at 20:02, Camillo Bruni wrote:
That saved me so far 39 * 'http://www.squeaksource.com/'.size characters :P
Arch, is that a dot (.) between the string and size ??
My eyes hurtâ¦.
aiaiai what a misfortunate fat finger :D
In your case I would diagnose that as a 'Ruby Fat Finger' ;-) On 26 Jun 2012, at 20:27, Camillo Bruni wrote:
On 2012-06-26, at 20:06, Sven Van Caekenberghe wrote:
On 26 Jun 2012, at 20:02, Camillo Bruni wrote:
That saved me so far 39 * 'http://www.squeaksource.com/'.size characters :P
Arch, is that a dot (.) between the string and size ??
My eyes hurtâ¦.
aiaiai what a misfortunate fat finger :D
On Jun 26, 2012, at 8:51 PM, Sven Van Caekenberghe wrote:
In your case I would diagnose that as a 'Ruby Fat Finger' ;-)
:) We should learn and take what is good there. - good nice support for file - string manipulation - ` with the new small kernel it will be interesting to see coral
Camillo Bruni-3 wrote
That was a quick hack to support a decent menu item entry when adding a repository.
Well, it's not necessarily a bad design. If we can keep them, I'd like to add class inst vars to MCHttpRepository for user and password, so we can supply credentials to be used for each ss3/ss/etc... Sean -- View this message in context: http://forum.world.st/MCSqueaksourceRepository-tp4636737p4637040.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (4)
-
Camillo Bruni -
Sean P. DeNigris -
Stéphane Ducasse -
Sven Van Caekenberghe