[Pharo-project] CouchDB and Pharo

2013-01-24 Thread Göran Krampe
Hi! Just noticed your stuff: http://vinsicaves.seasidehosting.st/resources/Developing%20Applications%20with%20Smalltalk%20and%20CouchDB.pdf http://www.smalltalkhub.com/#!/~jmari/SCouchDBViewServer Looks very nice! I also wrote a view server implementation a while ago - I remember I did some

Re: [Pharo-project] CouchDB and Pharo

2013-01-24 Thread Igor Stasenko
On 24 January 2013 10:07, Göran Krampe wrote: > Hi! > > Just noticed your stuff: > > http://vinsicaves.seasidehosting.st/resources/Developing%20Applications%20with%20Smalltalk%20and%20CouchDB.pdf > > http://www.smalltalkhub.com/#!/~jmari/SCouchDBViewServer > > Looks very nice! > indeed! > I also

Re: [Pharo-project] CouchDB and Pharo

2013-01-24 Thread Mariano Martinez Peck
On Thu, Jan 24, 2013 at 8:37 AM, Igor Stasenko wrote: > On 24 January 2013 10:07, Göran Krampe wrote: > > Hi! > > > > Just noticed your stuff: > > > > > http://vinsicaves.seasidehosting.st/resources/Developing%20Applications%20with%20Smalltalk%20and%20CouchDB.pdf > > > > http://www.smalltalkhub.

Re: [Pharo-project] CouchDB and Pharo

2013-01-24 Thread Marcus Denker
On Jan 24, 2013, at 1:05 PM, Mariano Martinez Peck wrote: > > > On Thu, Jan 24, 2013 at 8:37 AM, Igor Stasenko wrote: > On 24 January 2013 10:07, Göran Krampe wrote: > > Hi! > > > > Just noticed your stuff: > > > > http://vinsicaves.seasidehosting.st/resources/Developing%20Applications%20wi

[Pharo-project] dynamically create a block - how?

2013-01-24 Thread Sabine Knöfel
Hi, I want to create a block like this: dayNamesShortBlock ^ ['SoMoDiMiDoFrSa' ] "this works" But in my case, the contents of the block is the result of a method. dayNamesShortBlock ^ [self dayNamesGermanString]. "does not work" dayNamesGermanString ^'SoMoDiMiDoFrSa'

Re: [Pharo-project] ChangesBrowser is too naive Was: TalkFFI: automatic FFI generation for Pharo

2013-01-24 Thread Benjamin
Hello https://code.google.com/p/pharo/issues/detail?id=7310 Hope it can help :) Ben On Jan 23, 2013, at 11:55 PM, Stefan Marr wrote: > > On 23 Jan 2013, at 23:06, Stéphane Ducasse wrote: > >> Do you have a case that we can reproduce and so we fix it? >> One of the problems I fixed yesterday

Re: [Pharo-project] dynamically create a block - how?

2013-01-24 Thread Benjamin
What is not working exactly ? Ben On Jan 24, 2013, at 2:17 PM, Sabine Knöfel wrote: > Hi, > > I want to create a block like this: > > dayNamesShortBlock > ^ ['SoMoDiMiDoFrSa' ] "this works" > > But in my case, the contents of the block is the result of a method. > > dayNamesShortBlock

Re: [Pharo-project] dynamically create a block - how?

2013-01-24 Thread Sabine Knöfel
ups, sorrry. It works. On Thu, Jan 24, 2013 at 2:25 PM, Benjamin Van Ryseghem-2 [via Smalltalk] < ml-node+s1294792n4665098...@n4.nabble.com> wrote: > What is not working exactly ? > > Ben > > On Jan 24, 2013, at 2:17 PM, Sabine Knöfel wrote: > > > Hi, > > > > I want to create a block like this: >

[Pharo-project] [update 2.0] #20485

2013-01-24 Thread Esteban Lorenzano
20485 - Issue 7312: Clean in Polymorph http://code.google.com/p/pharo/issues/detail?id=7312 Issue 7292: Autocomplete partial matches http://code.google.com/p/pharo/issues/detail?id=7292 Issue 7236: "RPackage organizer packages" returns wrong pa

[Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Stéphane Ducasse
Hi guys I know that somewhere we have this convention written and I would like to find it. PackageName-author.number[(branch)].mcz Stef

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Stéphane Ducasse
On Jan 24, 2013, at 11:54 AM, Stéphane Ducasse wrote: > Hi guys > > I know that somewhere we have this convention written and I would like to > find it. > > PackageName-author.number[(branch)].mcz > I found .-..mcz there http://lists.squeakfoundation.org/pipermail/seaside-dev/2011-Februar

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Stéphane Ducasse
I found GoferVersionReference>>parseName: aString | basicName | basicName := aString last isDigit ifTrue: [ aString ] ifFalse: [ (aString copyUpToLast: $.) copyUpTo: $( ]. package := basicName copyUpToLast: $-. (package includes: $.)

[Pharo-project] Image size of 2.0...

2013-01-24 Thread Marcus Denker
Hi, With Esteban we checked a bit image size. The download of 2.0 now has ca. 30MB, which is large. But: -> Delete Monticello history -> Unload Scroptloader -> do #cleanUpForRelease Result: 15.4MB, with all tests, NativeBoost, RB... This is not too bad! Marcus

Re: [Pharo-project] dynamically create a block - how?

2013-01-24 Thread Sean P. DeNigris
Sabine Knöfel wrote > It works. Great! Just a note... pharo-us...@lists.gforge.inria.fr is a better place to ask user questions so they will not get lost in the sea of developer conversations. And also give the devs inboxes a break ;) -- View this message in context: http://forum.world.st/dyna

[Pharo-project] [update 2.0] #20486

2013-01-24 Thread Esteban Lorenzano
20486 - Issue 7316: Jenkins: Some tests are run twice http://code.google.com/p/pharo/issues/detail?id=7316 Issue 6861: cmd+w is broken for explore browser http://code.google.com/p/pharo/issues/detail?id=6861 Issue 7313: MCWorkingCopy querying facil

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Camillo Bruni
what was caused the issue with the jenkins tests? On 2013-01-24, at 17:57, Esteban Lorenzano wrote: > 20486 > - > > Issue 7316: Jenkins: Some tests are run twice > http://code.google.com/p/pharo/issues/detail?id=7316 > > Issue 6861: cmd+w is broken for explore browser >

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Dale Henrichs
Stef, That looks correct. Dale - Original Message - | From: "Stéphane Ducasse" | To: Pharo-project@lists.gforge.inria.fr | Sent: Thursday, January 24, 2013 6:57:57 AM | Subject: Re: [Pharo-project] looking for the description of the MC file package format convention | | | On Ja

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Dale Henrichs
Stef, Over the years I have seen all kinds of weird junk in mcz file names, including a number with embedded $(. Presumably that code was put in in self defense against a poorly formed file name in one of the repositories that Lukas was using:) Dale - Original Message - | From: "Sté

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Marcus Denker
On Jan 24, 2013, at 5:59 PM, Camillo Bruni wrote: > what was caused the issue with the jenkins tests? > It runs tests for package Test and then for all Test-* And it seems that the update did not fix that... > On 2013-01-24, at 17:57, Esteban Lorenzano wrote: > >> 20486 >> - >> >> Iss

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Esteban Lorenzano
package test was taking all packages, even all those who does not have any class defined, but are "super-packages"... that's why some tests where ran twice. On Jan 24, 2013, at 5:59 PM, Camillo Bruni wrote: > what was caused the issue with the jenkins tests? > > On 2013-01-24, at 17:57, Este

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Esteban Lorenzano
looks like there are still some duplicates :( On Jan 24, 2013, at 6:08 PM, Esteban Lorenzano wrote: > package test was taking all packages, even all those who does not have any > class defined, but are "super-packages"... that's why some tests where ran > twice. > > On Jan 24, 2013, at 5:59

[Pharo-project] destructive / regression tests

2013-01-24 Thread Camillo Bruni
I've been thinking these days on how to implement regression tests. Obviously the core requirement is to launch a separate image and capture terminal output and/or result files. For now I will put them into a separate repository: http://smalltalkhub.com/#!/~Pharo/regression-testing Som

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Camillo Bruni
so was it an RPackage bug? or a CLI-TestRunner / HDReport problem? On 2013-01-24, at 18:09, Esteban Lorenzano wrote: > looks like there are still some duplicates :( > > On Jan 24, 2013, at 6:08 PM, Esteban Lorenzano wrote: > >> package test was taking all packages, even all those who does not

Re: [Pharo-project] destructive / regression tests

2013-01-24 Thread Igor Stasenko
On 24 January 2013 18:12, Camillo Bruni wrote: > I've been thinking these days on how to implement regression tests. > Obviously the core requirement is to launch a separate image and capture > terminal output and/or result files. > > For now I will put them into a separate repository: > >

Re: [Pharo-project] [update 2.0] #20486

2013-01-24 Thread Esteban Lorenzano
nope... HD package is still using PackageInfo, that's the problem... I will review it tomorrow On Jan 24, 2013, at 6:13 PM, Camillo Bruni wrote: > so was it an RPackage bug? or a CLI-TestRunner / HDReport problem? > > On 2013-01-24, at 18:09, Esteban Lorenzano wrote: > >> looks like there ar

Re: [Pharo-project] destructive / regression tests

2013-01-24 Thread Camillo Bruni
On 2013-01-24, at 18:16, Igor Stasenko wrote: > On 24 January 2013 18:12, Camillo Bruni wrote: >> I've been thinking these days on how to implement regression tests. >> Obviously the core requirement is to launch a separate image and capture >> terminal output and/or result files. >> >> For n

Re: [Pharo-project] destructive / regression tests

2013-01-24 Thread Marcus Denker
On Jan 24, 2013, at 6:16 PM, Igor Stasenko wrote: > On 24 January 2013 18:12, Camillo Bruni wrote: >> I've been thinking these days on how to implement regression tests. >> Obviously the core requirement is to launch a separate image and capture >> terminal output and/or result files. >> >> F

Re: [Pharo-project] Image size of 2.0...

2013-01-24 Thread Camillo Bruni
that's nice cause the whole information for Monticello and the ScriptLoader could be retrieved online on demand! On 2013-01-24, at 16:09, Marcus Denker wrote: > Hi, > > With Esteban we checked a bit image size. > > The download of 2.0 now has ca. 30MB, which is large. > > But: > > -> D

Re: [Pharo-project] Image size of 2.0...

2013-01-24 Thread Sean P. DeNigris
Marcus Denker-4 wrote > The download of 2.0 now has ca. 30MB, which is large. > > But... 15.4MB I am in awe that I can download the closest thing the world has ever come to dynabook software in 20 seconds on my home internet. This is truly an exciting time to be alive!! Cheers, Sean p.s. 10 sec

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Stéphane Ducasse
Ok then one of these days I will introduce a MCName like in Squeak. Stef > Stef, > > That looks correct. > > Dale > > - Original Message - > | From: "Stéphane Ducasse" > | To: Pharo-project@lists.gforge.inria.fr > | Sent: Thursday, January 24, 2013 6:57:57 AM > | Subject: Re: [Pharo-p

Re: [Pharo-project] pharotaskforces broken on squeaksource

2013-01-24 Thread Stéphane Ducasse
Ok I published a new version of the fix and let me know. Indeed removing the file physically would be good too. I do not have access to it. Stef > Indeed, I thought of that, too. But, the problem is that the web interface > only shows one single package versions, probably because after the rest

Re: [Pharo-project] SmallLint applied on Pharo: Continued

2013-01-24 Thread Stéphane Ducasse
Thanks! On Jan 24, 2013, at 7:48 AM, Jan Vrany wrote: > Hi, > > we've made all SmallLint code in Smalltalk/X MIT-licensed. > Enjoy. > > Jan > > > On 22/01/13 23:59, Stéphane Ducasse wrote: >>> Well. I've written the tag support, so let's make it simple, MIT. >>> I may export a changeset with

Re: [Pharo-project] looking for the description of the MC file package format convention

2013-01-24 Thread Stéphane Ducasse
Yes I thought about that too :) On Jan 24, 2013, at 2:04 PM, Dale Henrichs wrote: > Stef, > > Over the years I have seen all kinds of weird junk in mcz file names, > including a number with embedded $(. > > Presumably that code was put in in self defense against a poorly formed file > name

Re: [Pharo-project] [squeak-dev] AndreasSystemProfiler Released MIT

2013-01-24 Thread Eliot Miranda
On Wed, Jan 23, 2013 at 12:58 PM, Ron Teitelbaum wrote: > Hello All, > > In Memory of Andreas Raab > http://forum.world.st/In-Memory-of-Andreas-Raab-td4663424.html > > We have renamed and released the AndreasSystemProfiler. > Both AndreasSystemProfiler and MessageTally are periodic sampling prof

[Pharo-project] In-Image Fuel Documentation

2013-01-24 Thread Sean P. DeNigris
I eventually found this awesome website [1]. It would be great if there were some basic examples in the image. I found the tests too well factored to be used for this purpose. Even a HelpSystem entry simply pointing to [1] would be really helpful for beginners like me ;) (although a full Help entry

Re: [Pharo-project] Image size of 2.0...

2013-01-24 Thread Sven Van Caekenberghe
On 24 Jan 2013, at 18:57, "Sean P. DeNigris" wrote: > Marcus Denker-4 wrote >> The download of 2.0 now has ca. 30MB, which is large. >> >> But... 15.4MB > > I am in awe that I can download the closest thing the world has ever come to > dynabook software in 20 seconds on my home internet. This

Re: [Pharo-project] In-Image Fuel Documentation

2013-01-24 Thread Mariano Martinez Peck
On Thu, Jan 24, 2013 at 4:16 PM, Sean P. DeNigris wrote: > I eventually found this awesome website [1]. It would be great if there > were > some basic examples in the image. I found the tests too well factored to be > used for this purpose. what do you mean by this? FLUserGuidesTest contains the

Re: [Pharo-project] In-Image Fuel Documentation

2013-01-24 Thread Sean P. DeNigris
Mariano Martinez Peck wrote > FLUserGuidesTest contains the examples used in the website Oops, didn't see that one! I went to the serialization tests and got lost. I guess what I'm suggesting is to have pointers to the prefered docs (in this case FLUserGuidesTest) where a user might look e.g. Help

Re: [Pharo-project] In-Image Fuel Documentation

2013-01-24 Thread Camillo Bruni
On 2013-01-24, at 21:03, Mariano Martinez Peck wrote: > On Thu, Jan 24, 2013 at 4:16 PM, Sean P. DeNigris > wrote: > >> I eventually found this awesome website [1]. It would be great if there >> were >> some basic examples in the image. I found the tests too well factored to be >> used for thi

Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-24 Thread Stefan Marr
Hi: On 24 Jan 2013, at 20:29, Ciprian Teodorov wrote: > Hi Stefan, > > I've just tried libgit2 mapping generation on my machine, at it seems to work > without any problems... (well besides the hack on the ChangesBrowser)... > Now the thing is that I have the latest packages of TalkFFI, and Lib

Re: [Pharo-project] In-Image Fuel Documentation

2013-01-24 Thread Sven Van Caekenberghe
On 24 Jan 2013, at 20:16, "Sean P. DeNigris" wrote: > I eventually found this awesome website [1]. It would be great if there were > some basic examples in the image. I found the tests too well factored to be > used for this purpose. Even a HelpSystem entry simply pointing to [1] would > be real

Re: [Pharo-project] TalkFFI: automatic FFI generation for Pharo

2013-01-24 Thread Jan Vrany
Hi Stefan, just a comment. I spent quite some time on libgit2 bindings before giving up (at the stage where I could browse repo + do a commit) Better to avoid callbacks at all costs - fortunately there is usually an "iterative" API. Also, you must be very careful when passing in parameters, some

[Pharo-project] NativeBoostFFI out parameters passing pointers back and forth is confusing...

2013-01-24 Thread Stefan Marr
Hi: I don't really understand how NativeBoostFFI handles pointers. I have two functions like this: self call: #(int git_repository_open(git_repository * * handle, char * path)) and self call: #(int git_repository_head(git_reference * * refHandle, git_repository * repo)) They use a typ

[Pharo-project] OSProcess updated for Pharo 2.0 (was: The monkey is back in town)

2013-01-24 Thread David T. Lewis
On Fri, Jan 18, 2013 at 03:28:10PM +0100, Damien Cassou wrote: > > you don't need FileSystem-Legacy if you use OSProcess from Coral: > > Gofer new >squeaksource3: 'coral'; >package: 'OSProcess'; >load. > OSProcess and CommandShell-Piping should now load cleanly in Pharo 2.0. The la

[Pharo-project] Webpage hosting?

2013-01-24 Thread Alexandre Bergel
Hi! Is there anyone who host webpages ? (No seaside or Iliad, just simple HTML pages) Before turning to classical hosting support (eg ovh.com), I prefer to ask the community first. Cheers, Alexandre

Re: [Pharo-project] OSProcess updated for Pharo 2.0 (was: The monkey is back in town)

2013-01-24 Thread Sean P. DeNigris
David T. Lewis wrote > OSProcess and CommandShell-Piping should now load cleanly in Pharo 2.0. Awesome!!! Thank you David. I just successfully used PipeableOSProcess in latest 2.0 with no load errors. Cheers, Sean -- View this message in context: http://forum.world.st/The-monkey-is-back-in-to

Re: [Pharo-project] Webpage hosting?

2013-01-24 Thread Sean P. DeNigris
abergel wrote > Is there anyone who host webpages ? (No seaside or Iliad, just simple HTML > pages) Email me. -- View this message in context: http://forum.world.st/Webpage-hosting-tp4665262p4665269.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

[Pharo-project] [update 2.0] #20487

2013-01-24 Thread Marcus Denker
20487 - Issue 7323: Add commandName to DefaultCommandLineHandler http://code.google.com/p/pharo/issues/detail?id=7323 Issue 7309: unused and unnecessary instance side instance variable in ASTCache. http://code.google.com/p/pharo/issues/detail?id=7309