Re: [Pharo-users] Tide

2015-03-14 Thread Esteban Lorenzano
> On 13 Mar 2015, at 20:36, stepharo wrote: > >>> Am 13.03.2015 um 14:51 schrieb Esteban Lorenzano : >>> >>> As one of the authors of Tide, I wouldn’t recommend to use it today… unless >>> you are planning to maintain it too, because atm I do not have time to do >>> it and Nico (the other/mai

Re: [Pharo-users] Tide

2015-03-14 Thread Sven Van Caekenberghe
> On 14 Mar 2015, at 09:05, Esteban Lorenzano wrote: > >> >> On 13 Mar 2015, at 20:36, stepharo wrote: >> Am 13.03.2015 um 14:51 schrieb Esteban Lorenzano : As one of the authors of Tide, I wouldn’t recommend to use it today… unless you are planning to maintain it too, b

Re: [Pharo-users] Tide

2015-03-14 Thread stepharo
Yes :P here is the thing: I have far too many children/projects so I decided to keep maintaining just two… and I picked the two I think are contributions more important to community: Voyage and Reef. Also they have the advantage (for me) of being 100% Pharo (for me, this is a big constraint t

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-14 Thread Sean P. DeNigris
Marcus Denker-4 wrote > which version do we pick? We should pick one, rename the callers As someone mentioned earlier in the thread, #doWithIndex: has the advantage of mirroring the argument order (although this still should be documented), and it's the one most people are probably most familiar w

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-14 Thread Sebastian Sastre
In such cases I might use a stream and monitor the `stream position` and iterate with [ stream atEnd ] whileFalse: [ item := stream next. stream position even ifTrue: [ self highlight: item ]. ] from mobile > On 10/03/2015, at 09:11, Sanjay Minni wrote: > > Hi > > when iterating

Re: [Pharo-users] Tide

2015-03-14 Thread p...@highoctane.be
More Reef docs, or a podcast recording (I can pick your brain there, just tell me when). I'd love to use Reef but need help to start. Phil On Sat, Mar 14, 2015 at 9:05 AM, Esteban Lorenzano wrote: > >> On 13 Mar 2015, at 20:36, stepharo wrote: >> Am 13.03.2015 um 14:51 schrieb Esteban Lor

Re: [Pharo-users] Tide

2015-03-14 Thread stepharo
Hi phil there is a draft of a documentation I tried to write from before esteban joined the team but since I did not know it It is on github in the book in the progres folder https://github.com/SquareBracketAssociates/PharoInProgress Stef Le 14/3/15 13:06, p...@highoctane.be a écrit :

Re: [Pharo-users] making .extension files (like .class files)

2015-03-14 Thread stepharo
My suggestion is try to use as much as possible smalltalkhub and monticello before diving into git. The pharo git support is working for people knowing it (= not me for example). Stef Le 8/3/15 10:14, rohit sharma a écrit : hi everyone. I am facing a problem. I cloned a repo. of package. After

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-14 Thread stepharo
Thanks torsten This little steps are really important! Stef Le 4/3/15 11:25, Torsten Bergmann a écrit : Hi, cleaned up MongoTalk a little bit: - added a new baseline 1.7 with separate test packages for "BSON" and "Core", so tests are now separately loadable - more comments and more/better ca

Re: [Pharo-users] making .extension files (like .class files)

2015-03-14 Thread Esteban Lorenzano
I do not understand what are you trying to do. you cloned a repo in your disk, then you have, for example: path/to/myProject/myPackage.package/etc… to use it, you have to add the repository (path/to/myProject) to monticello browser, as a filetree repository. then you can browse and interact e

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-14 Thread p...@highoctane.be
I have been writing more extensive class comments for MongoTalk and Mapless+MongoMapless. Will release next week. Need to remix the Voyage pool with tye Mapless pool and it will quite neat. Note: we need a full features pool once and for all, like JEE DataSources. What we have is okay but still

Re: [Pharo-users] Tide

2015-03-14 Thread p...@highoctane.be
Thx Le 14 mars 2015 14:14, "stepharo" a écrit : > Hi phil > > there is a draft of a documentation I tried to write from before esteban > joined the team > but since I did not know it > It is on github in the book in the progres folder > > https://github.com/SquareBracketAssociates/PharoInPro

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-14 Thread Serge Stinckwich
Sent from my iPhone > On 14 mars 2015, at 14:41, "p...@highoctane.be" wrote: > > I have been writing more extensive class comments for MongoTalk and > Mapless+MongoMapless. > > Will release next week. > > Need to remix the Voyage pool with tye Mapless pool and it will quite neat. > > Note:

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-14 Thread p...@highoctane.be
I can make a video for that. Stay tuned! Phil Le 14 mars 2015 17:45, "Serge Stinckwich" a écrit : > > > Sent from my iPhone > > On 14 mars 2015, at 14:41, "p...@highoctane.be" > wrote: > > I have been writing more extensive class comments for MongoTalk and > Mapless+MongoMapless. > > Will rele

Re: [Pharo-users] making .extension files (like .class files)

2015-03-14 Thread rohit sharma
Actually i was using "if statements" to find which radio button is selected. So alternative of using "If statements" is to extend RadioButtonGroup and adding a method which return " ^buttons detect: [ :b | b state ] ifNone: [ nil ] " and categorized it under *name_of_my_package protocol. This meth

Re: [Pharo-users] [ANN] RProjectConnector V1.0

2015-03-14 Thread Hernán Morales Durand
Hi again, This is how to copy the R Windows dll's to the Pharo VM directory, detecting the installation path using the registry (requires latest OSWindows package). Tested under Windows 8.1 | rPath dlls | (rPath := WinRegistry queryValue: 'InstallPath' fromKey: (WinRegistryKey localMachin

Re: [Pharo-users] pillar source import

2015-03-14 Thread Damien Cassou
Peter Uhnák writes: > Hi, > > is it currently possible to import file contents into pillar? > > For example I have a script stored in my-script.st and I would like to do > something like > > [[[source=my-script.st > ]]] thanks for the feature suggestion. This is now in http://www.smalltalkhub.co

[Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Jigyasa Grover
Whenever I click on Install stable version of GitFileTree (ThierryGoubier .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic version #stable is not defined in Configuration GitFileTree for the current platform. Possible symbolic version values include : #(#bleedingEdge #dev

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Martin Bähr
Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: > Whenever I click on Install stable version of GitFileTree (ThierryGoubier > .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic > version #stable is not defined in Configuration GitFileTree for the curren

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Jigyasa Grover
Does there exist any alternative ? Thanks Jigyasa Grover On Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: > > Whenever I click on Install stable version of GitFileTree (ThierryGoubier