Re: [Pharo-users] Some MongoTalk cleanups

2015-03-15 Thread p...@highoctane.be
Excellent news. I'll look at that tomorrow afternoon. Phil On Sun, Mar 15, 2015 at 9:57 PM, stepharo wrote: > I do not know if it is related and may help but olivier auverlot did > FasterThanLight a pool sharing library. > > MCHttpRepository > location: 'http://www.smalltalkhub.com/mc/RMoD/F

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-15 Thread stepharo
I do not know if it is related and may help but olivier auverlot did FasterThanLight a pool sharing library. MCHttpRepository location: 'http://www.smalltalkhub.com/mc/RMoD/FasterThanLight/main' user: '' password: '' Stef Le 14/3/15 14:41, p...@highoctane.be a écrit : I have been

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] 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 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] 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] Some MongoTalk cleanups

2015-03-04 Thread Stephan Eggermont
On 04/03/15 11:25, Torsten Bergmann wrote: cleaned up MongoTalk a little bit: Nice, thank you. You might want to change baseline17, baseline18 and version170 to point at #'release1.1' of Grease instead of stable c.q. 1.1.9. Stephan

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread p...@highoctane.be
1.7.0 loads fine in 3.0 and my code works nicely. Phil On Wed, Mar 4, 2015 at 1:04 PM, Torsten Bergmann wrote: > Phil wrote: >>Is it in 3.0 repo too? > > No, even when you copy it the #stable for 3.0 points to the old one > because I do not work with such an outdated Pharo version ;) > > You can

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Norbert Hartl
> Am 04.03.2015 um 14:26 schrieb Esteban Lorenzano : > >> >> On 04 Mar 2015, at 14:05, Norbert Hartl wrote: >> >> >>> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann : >>> >>> Phil wrote: Is it in 3.0 repo too? >>> >>> No, even when you copy it the #stable for 3.0 points to the old one

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Esteban Lorenzano
> On 04 Mar 2015, at 14:05, Norbert Hartl wrote: > > >> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann : >> >> Phil wrote: >>> Is it in 3.0 repo too? >> >> No, even when you copy it the #stable for 3.0 points to the old one >> because I do not work with such an outdated Pharo version ;) >>

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread p...@highoctane.be
On Wed, Mar 4, 2015 at 1:04 PM, Torsten Bergmann wrote: > Phil wrote: >>Is it in 3.0 repo too? > > No, even when you copy it the #stable for 3.0 points to the old one > because I do not work with such an outdated Pharo version ;) Well, should work anyway, I'll dump a copy in my own repo and work

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Norbert Hartl
> Am 04.03.2015 um 13:04 schrieb Torsten Bergmann : > > Phil wrote: >> Is it in 3.0 repo too? > > No, even when you copy it the #stable for 3.0 points to the old one > because I do not work with such an outdated Pharo version ;) > > You can try out and adopt to your needs, I use Pharo 4 already

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Torsten Bergmann
Phil wrote: >Is it in 3.0 repo too? No, even when you copy it the #stable for 3.0 points to the old one because I do not work with such an outdated Pharo version ;) You can try out and adopt to your needs, I use Pharo 4 already. Norbert wrote: > are the *-Tests-* package for compatibility reaso

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Norbert Hartl
Thanks Torsten, are the *-Tests-* package for compatibility reasons for pharo 2? Otherwise they should be called *-Tests, right? Norbert > Am 04.03.2015 um 11:25 schrieb Torsten Bergmann : > > Hi, > > cleaned up MongoTalk a little bit: > > - added a new baseline 1.7 with separate test packag

Re: [Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread p...@highoctane.be
Is it in 3.0 repo too? Le 4 mars 2015 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 categorizations > - pri

[Pharo-users] Some MongoTalk cleanups

2015-03-04 Thread Torsten Bergmann
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 categorizations - printOn: in database and collections to print the name - MongoQueries is now "Mongo-Queries"