[Pharo-users] Loading specific commits from ConfigurationOf

2015-04-03 Thread Peter Uhnák
Hi, is it possible to depend on a specific commit instead of preconfigured? For example I would like to load Roassal2, where one of the packages is Trachel, and I want to load 'Trachel-AlexandreBergel.265'. Currently I have in my ConfigurationOfMyProject ~ project: 'Roassal2'

Re: [Pharo-users] Devnology presentation slides

2015-04-03 Thread Stephan Eggermont
On 03/04/15 19:30, stepharo wrote: Hi stefan what were the reactions of the audience? We managed to make them think. We had a very small, and very knowledgable group, so we had lots of difficult and interesting questions and discussions. The thing that impressed them the most was the incredi

Re: [Pharo-users] DynaCASE

2015-04-03 Thread Peter Uhnák
> > With Alex and a student visiting my lab at the moment, we are working > on BPMN visualisation. > We would certainly be interested in that. Unfortunately it was completely out of me scope to implement BPMN this semester time-wise, that's why we settled for BORM and partially DEMO. Peter

Re: [Pharo-users] Non-evaluating and / or

2015-04-03 Thread Jan B.
Of course, how could I have missed it before, thank you both :) Jan Blondeau Vincent wrote > Hello, > > You should but a block after "and:". > If you don't, the instruction will be always executed... > The block represents a kind of conditional action. > > So if you want to do it works : > fal

Re: [Pharo-users] DynaCASE

2015-04-03 Thread Jan B.
I'm sorry for not replying for such long time. Thank you for sharing. I recommend loading via my baseline from github, which automatically loads all prerequisites including DynaCASE itself: Gofer new url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFi

Re: [Pharo-users] Devnology presentation slides

2015-04-03 Thread stepharo
Hi stefan what were the reactions of the audience? Stef Le 2/4/15 23:18, Stephan Eggermont a écrit : Yesterday, Diego and I presented Pharo at the Devnology meeting in Arnhem. http://www.slideshare.net/StephanEggermont/pharo-devnology20150401 Stephan

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Dmitri Zagidulin
On Fri, Apr 3, 2015 at 12:41 PM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > > nice ideas. though beginners may not have any favourite projects. > are there any stats on which projects are popular so those can be chosen > for > testing? You're right. I think by 'favorite', I meant m

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Martin Bähr
Excerpts from Dmitri Zagidulin's message of 2015-04-03 18:28:01 +0200: > Ideas for beginners, for Sprints etc: > > * Adding class comments/documentation, as mentioned, is a fantastic idea. > Maybe we can provide some code snippets, that will bring up a list of > classes with missing comments (or w

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Jigyasa Grover
Thanks Dmitri ! Will try to contribute as much as I can :) On Fri, Apr 3, 2015 at 9:58 PM, Dmitri Zagidulin wrote: > Ideas for beginners, for Sprints etc: > > * Adding class comments/documentation, as mentioned, is a fantastic idea. > Maybe we can provide some code snippets, that will bring up a

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Dmitri Zagidulin
Ideas for beginners, for Sprints etc: * Adding class comments/documentation, as mentioned, is a fantastic idea. Maybe we can provide some code snippets, that will bring up a list of classes with missing comments (or with too-short comments, less than X characters). People can coordinate (on IRC, o

Re: [Pharo-users] Pharo 3.0 Refactoring

2015-04-03 Thread Ben Coman
On Fri, Apr 3, 2015 at 11:56 PM, Hartmut wrote: > The Debugger complains that the pushed instance variable were there two > times: Hi Hartmut, Thanks for letting us know. However with limited resources the focus is on Pharo 4 being released very soon. I'd suggest downloading Pharo 4 and seein

[Pharo-users] Pharo 3.0 Refactoring

2015-04-03 Thread Hartmut
To whom it may concern while refactoring I try to push down an instance variable. The Debugger complains that the pushed instance variable were there two times: TopVO ist the subclass ... -- Hartmut Krasemann
 Königsberger Str. 41 c 
D 22869 Schenefeld
 Tel. 040.8307097
 Mobil 0171.6451283


Re: [Pharo-users] Tabs in Playground ?

2015-04-03 Thread Alexandre Bergel
Hi Cyril, Maybe it is sufficient for you to work with an inspector. For example, define the method gtInspectorExampleIn: composite ^ composite table title: 'Example'; display: [ { #one -> 'hello' . #two -> 'world'} ]; column: 'Key'

Re: [Pharo-users] Tabs in Playground ?

2015-04-03 Thread Martin Bähr
Excerpts from kilon alios's message of 2015-04-03 15:05:33 +0200: > No its not possible. There is a workaround which is kinda ironic. > > You can use the old workspace as a container for multiple Playgrounds, each > tab will contain a new playground. > > So issues the command Workspace open in a

Re: [Pharo-users] Tabs in Playground ?

2015-04-03 Thread kilon alios
No its not possible. There is a workaround which is kinda ironic. You can use the old workspace as a container for multiple Playgrounds, each tab will contain a new playground. So issues the command Workspace open in a plaground and then go to the righ menu (down arrow) , choose window group and

Re: [Pharo-users] Oracle on Linux

2015-04-03 Thread Norbert Hartl
> Am 03.04.2015 um 00:19 schrieb Esteban A. Maringolo : > > My position is that OpenDBX as a library, independently of Pharo, is a dead > end. It might have been a good candidate in the past, but today it has no > real use. > > But it is also true that for Pharo it is the only option you have

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Marcus Denker
> On 03 Apr 2015, at 14:36, Jigyasa Grover wrote: > > Ohk. > No issues :) > Looking forward to other Pharo Sprints focusing on beginners :D > Yes… maybe other people have ideas? Marcus

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Peter Uhnák
On Fri, Apr 3, 2015 at 1:07 PM, Jigyasa Grover wrote: > Hey Marcus > Anything up there for the beginners ? > I often find it interesting to try to tackle more complex issues even though I know I will not be able to fix it - because I always learn a lot about the system from it. Peter

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Jigyasa Grover
Hey Sean Sure ! Am up for it Could you suggest any specific task ? Thanks Jigyasa Grover On Fri, Apr 3, 2015 at 6:06 PM, Jigyasa Grover wrote: > Ohk. > No issues :) > Looking forward to other Pharo Sprints focusing on beginners :D > > On Fri, Apr 3, 2015 at 6:00 PM, Marcus Denker > wrote: > >>

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Jigyasa Grover
Ohk. No issues :) Looking forward to other Pharo Sprints focusing on beginners :D On Fri, Apr 3, 2015 at 6:00 PM, Marcus Denker wrote: > > On 03 Apr 2015, at 13:07, Jigyasa Grover > wrote: > > Hey Marcus > Anything up there for the beginners ? > > > Not really yet… I am focusing myself on Pharo

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Marcus Denker
> On 03 Apr 2015, at 13:07, Jigyasa Grover wrote: > > Hey Marcus > Anything up there for the beginners ? > Not really yet… I am focusing myself on Pharo4… where we are not in a state that simple things are done (which often are cleanups). > On Fri, Apr 3, 2015 at 4:35 PM, Marcus Denker

[Pharo-users] Tabs in Playground ?

2015-04-03 Thread Cyril Ferlicot
​​Hi ! Is it possible to have multiple tabs on the playground ? It seems so but i don't find how to do it simply. -- Cheers Cyril Ferlicot

Re: [Pharo-users] Devnology presentation slides

2015-04-03 Thread Tudor Girba
Nice. Thanks, Doru On Thu, Apr 2, 2015 at 11:18 PM, Stephan Eggermont wrote: > Yesterday, > > Diego and I presented Pharo at the Devnology meeting in Arnhem. > > http://www.slideshare.net/StephanEggermont/pharo-devnology20150401 > > Stephan > > > -- www.tudorgirba.com "Every thing has its o

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Jigyasa Grover
Hey Marcus Anything up there for the beginners ? On Fri, Apr 3, 2015 at 4:35 PM, Marcus Denker wrote: > > On 28 Mar 2015, at 09:20, Marcus Denker wrote: > > > This means having a look at the issue tracker to find some issue that are > interesting to work on could be an idea. > > Maybe a trello

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Marcus Denker
> On 28 Mar 2015, at 09:20, Marcus Denker wrote: > >> >> This means having a look at the issue tracker to find some issue that are >> interesting to work on could be an idea. >> >> Maybe a trello board could be used to sync for the remote sprinters. >> > > https://trello.com/b/OQ2k210W

Re: [Pharo-users] Non-evaluating and / or

2015-04-03 Thread Peter Uhnák
Hi, that's because you need to pass a block, since you want to postpone to execution. i.e. false and: [Transcript open]. (otherwise the binary operation Transcript open will take precedence over keyword false and:) You can always look at the implementation of those things — I always learn somethin

Re: [Pharo-users] Non-evaluating and / or

2015-04-03 Thread Blondeau Vincent
Hello, You should but a block after "and:". If you don't, the instruction will be always executed... The block represents a kind of conditional action. So if you want to do it works : false and: [ Transcript open ] Hoping that it will help, Best, Vincent BLONDEAU -Message d'origine- De

[Pharo-users] Non-evaluating and / or

2015-04-03 Thread Jan B.
Hello I would like to ask how to do non-evaluating and. As far as I know, & should be evaluating and and: should be non-evaluating. However, I need to find a way how to use it properly. In "conventional" languages I would expect to work it like in following example... false and: Transcript open

Re: [Pharo-users] Voyage performance issue

2015-04-03 Thread Esteban Lorenzano
could be. Write is not a fast action now with the mongo driver. Take into account that each object generates a graph of dictionaries who are committed to the DB. Depending on the complexity of that graph, you will have larger write times. you can try measuring time of two separated operations:

Re: [Pharo-users] OrderedCollection remove:

2015-04-03 Thread Ramon Leon
On 04/01/2015 11:22 PM, Peter Uhnák wrote: col := #(1 2 3 4 5) asOrderedCollection. col do: [ :each | col remove: each. ]. col As a general rule in Smalltalk, a lot of hassle can be avoided avoiding loops. If you think you need a loop, stop and find a better way, it likely already exists, in