Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Goubier Thierry
Le 28/05/2013 22:23, stephane ducasse a écrit : I have a question about RPackage and overrides. RPackage consider that an override method is an extension, right? for RPackage a package is a list of method definitions and class definition. There is no specific tagging for overriding methods

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Marcus Denker
On May 29, 2013, at 9:04 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 28/05/2013 22:23, stephane ducasse a écrit : I have a question about RPackage and overrides. RPackage consider that an override method is an extension, right? for RPackage a package is a list of method

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Goubier Thierry
Le 29/05/2013 09:07, Marcus Denker a écrit : On May 29, 2013, at 9:04 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 28/05/2013 22:23, stephane ducasse a écrit : I have a question about RPackage and overrides. RPackage consider that an override method is an extension, right? for

[Pharo-dev] SmalltalkHub browser ?

2013-05-29 Thread laurent laffont
Hi, I would like a sort of dedicated metacello browser for SmalltalkHub that only shows my projects watch projects on SmalltalkHub. So the scenario is: - open SmalltalkHub browser - first time enter login password - voilà, all my projects can be downloaded saved (no more add repository, add

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Marcus Denker
On May 29, 2013, at 9:17 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 29/05/2013 09:07, Marcus Denker a écrit : On May 29, 2013, at 9:04 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 28/05/2013 22:23, stephane ducasse a écrit : I have a question about RPackage and

Re: [Pharo-dev] Storing metadata along with .mcz packages

2013-05-29 Thread Jan Vrany
On 29/05/13 06:50, Camillo Bruni wrote: Hi Jan, I would say that you have to plug in to the MCVersionInfo and add another field (most probably with a dict) keeping all the additional metadata. That means you would also have to adapt the MCMczReader and MCMczWriter to take the additional data

Re: [Pharo-dev] SmalltalkHub browser ?

2013-05-29 Thread Damien Cassou
On Wed, May 29, 2013 at 10:17 AM, laurent laffont laurent.laff...@gmail.com wrote: Is there's an ongoing project for that ? If not, is there an API for SmalltalkHub to get needed data ? the SmalltalkHub server-side is just a REST API. I'm not sure there is a documentation of this API, but

Re: [Pharo-dev] Storing metadata along with .mcz packages

2013-05-29 Thread Camillo Bruni
On 2013-05-29, at 10:45, Jan Vrany jan.vr...@fit.cvut.cz wrote: On 29/05/13 06:53, stephane ducasse wrote: On May 29, 2013, at 2:01 AM, Jan Vrany jan.vr...@fit.cvut.cz wrote: Hi there, I need to store a sort of a metadata along with the code in the .mcz. The goal is that if such a

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Sean P. DeNigris
Goubier Thierry wrote So, what do we do ? Maybe create an issue with later milestone pointing to this discussion? - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-RPackage-and-overrides-tp4690435p4690606.html Sent from the Pharo Smalltalk Developers mailing

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread Goubier Thierry
Le 29/05/2013 14:39, Sean P. DeNigris a écrit : Goubier Thierry wrote So, what do we do ? Maybe create an issue with later milestone pointing to this discussion? Done. https://pharo.fogbugz.com/default.asp?10790 Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes

[Pharo-dev] [ANN] A small Filetree extension for git integration

2013-05-29 Thread Goubier Thierry
Hi all, I've added an extension to filetree:// in Monticello, named gitfiletree://, which adds the git commands to automagically commit new versions of packages in a filetree repository inside a larger git repository (i.e. Pharo + any fun and interesting language I have to use such as C

Re: [Pharo-dev] #asdadaB is a valid symbol?

2013-05-29 Thread Nicolas Cellier
Ah, nice, we can write in french ;) 221 millions 355 mille 799 2013/5/29 Gisela Decuzzi giseladecu...@gmail.com 2013/5/29 Frank Shearar frank.shea...@gmail.com How does 1sdads2 evaluate? To 12? Yes the same... 1sdads2 is interpreted as 12 and all estrange combinations... I think this

Re: [Pharo-dev] #asdadaB is a valid symbol?

2013-05-29 Thread Esteban A. Maringolo
I see no harm in that. It might be misleading, but who in his/her sane mind would write like that? Apparently the parser removes all the comments before doing anything else. Esteban A. Maringolo 2013/5/29 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com Ah, nice, we can write in french ;)

Re: [Pharo-dev] #asdadaB is a valid symbol?

2013-05-29 Thread Igor Stasenko
On 29 May 2013 20:55, Frank Shearar frank.shea...@gmail.com wrote: On 29 May 2013 19:43, Esteban A. Maringolo emaring...@gmail.com wrote: I see no harm in that. It might be misleading, Well, that's _exactly_ the harm in that. so don't write it like that :) I actually like the fact that i

Re: [Pharo-dev] #asdadaB is a valid symbol?

2013-05-29 Thread Camille Teruel
Yes the same... 1sdads2 is interpreted as 12 and all estrange combinations... If #whateversymbol evaluates to #symbol, 123blabla456 doesn't parse in my image. Anyway, the first seems quite useless to me just like this other cases (also covered by test) like: ## ### # # ## #

[Pharo-dev] [ANN]: ValidationRevisited (alpha)

2013-05-29 Thread Sean P. DeNigris
I got really inspired reading the extreme validation section of A Mentoring Course on Smalltalk, Andres Valloud's OOP bible (see seandenigris.com/blog/?p=573), and enhanced a bit my port of ValidationRevisited. I made a short screencast of a little UI monitoring the health of a domain object in

Re: [Pharo-dev] RPackage and overrides

2013-05-29 Thread stephane ducasse
On May 29, 2013, at 9:08 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 28/05/2013 22:23, stephane ducasse a écrit : I have a question about RPackage and overrides. RPackage consider that an override method is an extension, right? for RPackage a package is a list of method

Re: [Pharo-dev] [ANN]: ValidationRevisited (alpha)

2013-05-29 Thread stephane ducasse
;) show us how you specify that? Stef On May 29, 2013, at 11:12 PM, Sean P. DeNigris s...@clipperadams.com wrote: I got really inspired reading the extreme validation section of A Mentoring Course on Smalltalk, Andres Valloud's OOP bible (see seandenigris.com/blog/?p=573), and enhanced a bit

Re: [Pharo-dev] Pharo Redis?

2013-05-29 Thread stephane ducasse
On May 29, 2013, at 8:00 PM, Sebastian Sastre sebast...@flowingconcept.com wrote: doesn't seem to. Anyone has any objection on comiting a copy of that in smalltalkhub so it stays available?? sure go for it. Stef sebastian o/ On May 28, 2013, at 3:52 PM, Sebastian Sastre

[Pharo-dev] Trait exclusions

2013-05-29 Thread Frank Shearar
I have a Trait TGroup that requires #*, #identity and #inverse. I want to construct a TField by composing TGroup with itself. One TGroup will form the operations #*, #one, and #reciprocal while the other will form #+, #zero and #negated. I don't want #identity or #inverse, because these apply to