[Pharo-users] "temp appears to be unused"

2013-09-08 Thread Davide Varvello
Hi Folks,
Is there a way to remove the warning: temporaryVariable "appears to be
unused. Ok to remove it?" when saving a method? I can't find anything on
settings

Cheers
 Davide



--
View this message in context: 
http://forum.world.st/temp-appears-to-be-unused-tp4707111.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] "temp appears to be unused"

2013-09-08 Thread Marcus Denker

On Sep 8, 2013, at 9:17 AM, Davide Varvello  wrote:

> Hi Folks,
> Is there a way to remove the warning: temporaryVariable "appears to be
> unused. Ok to remove it?" when saving a method? I can't find anything on
> settings
> 
Yes, in Pharo3 adding settings for those is on my TODO list… in the long
term (after the better editor support) we want to just have nonintrusive warning
(squiggly line under the variable).


On Pharo2, you can turn off "more Warnings" in the Setting (under Compiler).

Marcus



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] "temp appears to be unused"

2013-09-08 Thread Davide Varvello
Thanks Marcus, I'm on Pharo2
Cheers
Davide


Marcus Denker-4 wrote
> Yes, in Pharo3 adding settings for those is on my TODO list… in the long
> term (after the better editor support) we want to just have nonintrusive
> warning
> (squiggly line under the variable).
> 
> 
> On Pharo2, you can turn off "more Warnings" in the Setting (under
> Compiler).
> 
>   Marcus
> 
> 
> 
> signature.asc (210 bytes)
> ;





--
View this message in context: 
http://forum.world.st/temp-appears-to-be-unused-tp4707111p4707122.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] "temp appears to be unused"

2013-09-08 Thread Mariano Martinez Peck
Hi Davide,

Yes, in Pharo 2.0 it is possible. Open the setting browser. Type
"compiler", enter, and unclick "More Warnings" option.
Cheers,


On Sun, Sep 8, 2013 at 4:48 AM, Davide Varvello  wrote:

> Thanks Marcus, I'm on Pharo2
> Cheers
> Davide
>
>
> Marcus Denker-4 wrote
> > Yes, in Pharo3 adding settings for those is on my TODO list… in the long
> > term (after the better editor support) we want to just have nonintrusive
> > warning
> > (squiggly line under the variable).
> >
> >
> > On Pharo2, you can turn off "more Warnings" in the Setting (under
> > Compiler).
> >
> >   Marcus
> >
> >
> >
> > signature.asc (210 bytes)
> > 
>
>
>
>
>
> --
> View this message in context:
> http://forum.world.st/temp-appears-to-be-unused-tp4707111p4707122.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


-- 
Mariano
http://marianopeck.wordpress.com


Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Camillo Bruni
=> user mailing question , see followup there

On 2013-09-08, at 14:15, Tobias Pape  wrote:

> [subject said it all].
> 
> Best
>   -Tobias
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Camillo Bruni
Hi,
which pharo version are you using?


I assume 3.0, 
- CMD-F CMD-C ([F]ind [C]lass)
- similar for [M]ethods, [P]ackages and pro[T]ocols
- check the triangle on the top right of the Nautilus window and you can see a 
complete list of all commands.

On 2013-09-08, at 14:15, Tobias Pape  wrote:

> [subject said it all].
> 
> Best
>   -Tobias
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Tobias Pape
Am 08.09.2013 um 19:22 schrieb Camillo Bruni :

> Hi,
> which pharo version are you using?
> 
> 
> I assume 3.0, 

Yes, but i had hands on a 2.0 image,
I was also unable to find that :) 

> - CMD-F CMD-C ([F]ind [C]lass)
> - similar for [M]ethods, [P]ackages and pro[T]ocols
> - check the triangle on the top right of the Nautilus window and you can see 
> a complete list of all commands.


Ah well. Ok that was unexpected for me:)

thans
-Tobias


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Stéphane Ducasse

On Sep 8, 2013, at 7:27 PM, Tobias Pape  wrote:

> Am 08.09.2013 um 19:22 schrieb Camillo Bruni :
> 
>> Hi,
>> which pharo version are you using?
>> 
>> 
>> I assume 3.0, 
> 
> Yes, but i had hands on a 2.0 image,
> I was also unable to find that :) 
> 
>> - CMD-F CMD-C ([F]ind [C]lass)
>> - similar for [M]ethods, [P]ackages and pro[T]ocols
>> - check the triangle on the top right of the Nautilus window and you can see 
>> a complete list of all commands.
> 
> 
> Ah well. Ok that was unexpected for me:)

Yes you should have a setting to get the old shortcuts because they do not work 
everywhere. So implementor in Nautiluys is B+m
but in the pane it is cmd m and this is disturbing.

You should also get a description of all the binding but I forgot where.

Stef

> 
> thans
>   -Tobias




Re: [Pharo-users] The Pharo Advantage: what is it for you?

2013-09-08 Thread Stéphane Ducasse
Thanks!
We need more configruationOf :)


On Sep 7, 2013, at 11:52 PM, Hernán Morales Durand  
wrote:

> I have added last night a ConfigurationOfXPath. You should see it in the 
> Configuration Browser now.
> Cheers,
> 
> Hernán
> 
> 
> 2013/9/7 Stéphane Ducasse 
> you can load the package directly
> We should add a configuration which is indeed missing.
> 
> Gofer new 
>   smalltalkhubUser: 'PharoExtras' project: 'XPath';
>   package: 'XPath'; 
>   load
>   
> Now I suggest you to have a look at the book chapter on Gofer in deepInPharo 
> because this is explained.
> You can also check the ConfigurationBrowser because it gets all the 
> configurations that people published
> and sort according if there are made to load in your system.
> There will be much more in the future and they will be tested.
> 
> 
> Stef
> 
> 
> 
> 
>> Camillo, you're correct, the slide should contain "configuration;". When 
>> added, the load is successful, thanks.
>> 
>> Now I'm stuck on trying to load Xpath for slide 74
>> 
>> data := 'http://picasaweb.google.com/data/feed/api/all?q=puppy' asUrl 
>> retrieveContents. 
>> doc := XMLDOMParser parse: data. 
>> path := XPath for: 'entry/content/@src'. 
>> urls := path in: doc. url := urls anyOne. 
>> 
>> Debugger shows
>> 
>> 'Unable to resolve ConfigurationOfXPath'
>> 
>> Thanks again, Steve
>> 
>> 
>> 
>> From: stephane.duca...@inria.fr
>> Date: Fri, 6 Sep 2013 22:40:50 +0200
>> To: pharo-users@lists.pharo.org
>> Subject: Re: [Pharo-users] The Pharo Advantage: what is it for you?
>> 
>> 
>> On Sep 6, 2013, at 10:16 PM, S. Garth Holland  
>> wrote:
>> 
>> 
>> Hello, I'm new to this list.
>> 
>> Hello and welcome
>> 
>> Let us know if you get more questions. 
>> 
>> Stef
>> 
>> 
>> I tried one of the examples in 
>> http://www.slideshare.net/pharoproject/pharo-tutorial-at-ecooptutorial 
>> 
>> Slide 70. Gofer new smalltalkhubUser: 'PharoExtras' project: 'XMLParser'; 
>> loadStable.
>> 
>> The debugger pops up with the message 'Could not find a valid 
>> ConfigurationReference'
>> 
>> Any suggestions on why this happened?
>> 
>> Thank you, Steve
>> 
>> OS: windows 7 64 bit.
>> 
>> Using path: C:\Dev\Smalltalk\Pharo\Pharo2.0-win\Pharo2.0 
>> 
>> =
>> 
>> phil at highoctane.be wrote: > Hello, > > As part of the defense of a budget 
>> and technology choices, what would you > guys list as a key advantage of 
>> using Pharo for creating software solutions? > > My current stack is: > > 
>> Pharo 2.0 > Seaside 3 (including Seaside-REST) > Magritte 3 >Twitter 
>> Bootstrap > > + a couple of data storage stuff (DBXTalk, Phriak, Voyage) > + 
>> STOMP > > + Amber if needed > > I've been test driving the whole stack for a 
>> while and even if there are > some quirks, it looks like good enough for 
>> what I want to achieve. > > Now, my question: what is the Pharo advantage 
>> you would put forward vs > other choices (like LAMP, Java, Rails etc). > > I 
>> am aware of what those could be but I am more looking for what makes you > 
>> tick when using the technology (like: "it is fun to work with", "no more > 
>> Java for me, due to ...", "speeds dev time by ...", "not> 
>> NSA-backdoor-enabled") > > This is the kind of thing we should have in stock 
>> for helping the > Consortium members get buy in from people giving a yes on 
>> budgets. > > Thanks in advance for your help! (BTW, I am going to use this 
>> on monday > morning for defending our position on a significant project). > 
>> > Phil > > Yesterday I came across this very nice Pharo tutorial [1] by 
>> Damien & Camille. Some slides I think that relate are: * 47-49 syntax 
>> comparisons to another typical language * 72-75 easy web interaction * 80 
>> serializing continuations / exception context (this is massively 
>> impressive!) * 81 powerful breakpoints 
>> [1]http://www.slideshare.net/pharoproject/pharo-tutorial-at-ecooptutorialcheers
>>  -ben
> 
> 



Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Camillo Bruni
On 2013-09-08, at 15:49, Stéphane Ducasse  wrote:
> On Sep 8, 2013, at 7:27 PM, Tobias Pape  wrote:
>> Am 08.09.2013 um 19:22 schrieb Camillo Bruni :
>> 
>>> Hi,
>>> which pharo version are you using?
>>> 
>>> 
>>> I assume 3.0, 
>> 
>> Yes, but i had hands on a 2.0 image,
>> I was also unable to find that :) 
>> 
>>> - CMD-F CMD-C ([F]ind [C]lass)
>>> - similar for [M]ethods, [P]ackages and pro[T]ocols
>>> - check the triangle on the top right of the Nautilus window and you can 
>>> see a complete list of all commands.
>> 
>> 
>> Ah well. Ok that was unexpected for me:)
> 
> Yes you should have a setting to get the old shortcuts because they do not 
> work everywhere. So implementor in Nautiluys is B+m
> but in the pane it is cmd m and this is disturbing.


well... first make sure the new ones work everywhere, the old ones are far from 
productive


signature.asc
Description: Message signed with OpenPGP using GPGMail


[Pharo-users] Unstable CI Slaves

2013-09-08 Thread Camillo Bruni
2 linux slaves are down
1 windows slave is down

=> I sent reports to ci.inria.fr since I couldn't reach the slaves via ssh nor 
the cloud stack interface


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [Pharo-users] "temp appears to be unused"

2013-09-08 Thread Davide Varvello
Yep, tx
Davide


Mariano Martinez Peck wrote
> Hi Davide,
> 
> Yes, in Pharo 2.0 it is possible. Open the setting browser. Type
> "compiler", enter, and unclick "More Warnings" option.
> Cheers,





--
View this message in context: 
http://forum.world.st/temp-appears-to-be-unused-tp4707111p4707228.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] [Pharo-dev] What is the replacement for CMD-F to find a class in nautilus? [EOM]

2013-09-08 Thread Stéphane Ducasse
>> Yes you should have a setting to get the old shortcuts because they do not 
>> work everywhere. So implementor in Nautiluys is B+m
>> but in the pane it is cmd m and this is disturbing.
> 
> well... first make sure the new ones work everywhere, the old ones are far 
> from productive

well it is a question of view on the problem.  
Some of the them are not even nice to type like when you press shift on the 
second one.

Stef