Re: [Pharo-project] Moment of fun

2013-05-01 Thread Camille Teruel
On 1 mai 2013, at 14:03, stephane ducasse wrote: I was more thinking in something useful :) Not really useful but fun: simulate classes, subclasses and objects with blocks: makeCounter := [ | this value | value := 0. this := Dictionary new at: #set put:

Re: [Pharo-project] SmallintRule on the whole system

2013-04-30 Thread Camille Teruel
On 30 avr. 2013, at 09:50, Camillo Bruni wrote: http://stackoverflow.com/questions/16294844/run-smalllint-rule-on-all-classes Yes #run is useless (I open a bug entry so it run on all the system by default). Use #runOnEnvironment: instead: RBUnclassifiedMethodsRule new

Re: [Pharo-project] about Pharo 3.0 :)

2013-04-30 Thread Camille Teruel
On 30 avr. 2013, at 13:19, Marcus Denker wrote: On Apr 30, 2013, at 1:06 PM, Igor Stasenko siguc...@gmail.com wrote: On 30 April 2013 07:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I thought that Pharo 20 got a lot of improvements but when I see Pharo 30, it

Re: [Pharo-project] canUnderstand: #readFrom:

2013-04-20 Thread Camille Teruel
You are mixing up class and instance side :) #canUnderstand: is send to instances #includesSelector: is sent to classes (Integer canUnderstand: #readFrom) == (Integer class includesSelector: #readFrom:) The instance side equivalent of canUnderstand: is #respondsTo:.. #includesSelector:

Re: [Pharo-project] [FWD] Options for Visualization

2013-04-17 Thread Camille Teruel
Hi Damir, Have a look at Roassal and Mondrian. If you need to parse DOT syntax you can write a parser with PetitParser quickly. On 17 avr. 2013, at 14:30, Damir Majer wrote: Hi, I´m searching for Options to visualize diagrams, for example an class-diagram. Is there an

Re: [Pharo-project] call for a deprecate code transformation

2013-04-12 Thread Camille Teruel
On 12 avr. 2013, at 10:07, Stéphane Ducasse wrote: Hi guys I would love to have a transformation that take a method and generate the body to deprecate it…ie foo: aPoint body = foo: aPoint self deprecated: 'use xxx' on: 'date' in: #Pharo2.0 body

Re: [Pharo-project] [update 3.0] #30033

2013-04-11 Thread Camille Teruel
On 11 avr. 2013, at 15:37, Marcus Denker wrote: 30033 - 10177 Deprecate accept* in visitor https://pharo.fogbugz.com/f/cases/10177 Deprecate the wrong protocol for AST visitors. Visitors do not accept they visit. - Clean also the messages send but not implemented -

Re: [Pharo-project] [3.0] Failing tests

2013-04-09 Thread Camille Teruel
On 9 avr. 2013, at 14:20, Marcus Denker wrote: Hi, There are now 3 tests failing (two are the same reason): SmalllintManifestCheckerTest#testFalsePositiveOf No idea, I looked at the failing test and could not understand what is the problem I'll have a look at it.

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Camille Teruel
On 28 mars 2013, at 13:15, Sean P. DeNigris wrote: EstebanLM wrote the bad news: since sthub still does not accepts open commits, you need to be added to the repository to commit slices (sorry about that) WTF! This seems totally wrong and bad and evil and... ;) I know we love StHub, but

Re: [Pharo-project] [update 3.0] #30013

2013-03-26 Thread Camille Teruel
On 26 mars 2013, at 08:51, Camillo Bruni wrote: On 2013-03-26, at 08:24, stephane ducasse stephane.duca...@free.fr wrote: why do we unload deprecated20 now but it was deprecated in 2.0, so you keep it in 1 version = 2.0 and remove it in the next version = 3.0. It totally agree.

Re: [Pharo-project] GSoC13: Google Summer of Code started, your ideas please!

2013-03-26 Thread Camille Teruel
Hi Janko, Here is another project proposition. Programming tools for Pharo based on Type Inference Level: intermediate/advanced Possible mentor: Camille Teruel Possible second mentor: Stéphane Ducasse Description: Type inference mechanisms can be used to compute the types of variables from

Re: [Pharo-project] GSoC13: Google Summer of Code started, your ideas please!

2013-03-26 Thread Camille Teruel
Teruel camille.ter...@gmail.com wrote: Hi Janko, Here is another project proposition. Programming tools for Pharo based on Type Inference Level: intermediate/advanced Possible mentor: Camille Teruel Possible second mentor: Stéphane Ducasse Description: Type inference mechanisms

Re: [Pharo-project] GSoC13: Google Summer of Code started, your ideas please!

2013-03-26 Thread Camille Teruel
On 26 mars 2013, at 12:05, Frank Shearar wrote: On 26 March 2013 10:51, Camille Teruel camille.ter...@gmail.com wrote: On 26 mars 2013, at 11:02, Tudor Girba wrote: I like this project proposal. A little addition would be to add type inference for code written in the inspector where we

Re: [Pharo-project] how can I move an issue from resolved to work needed?

2013-03-26 Thread Camille Teruel
Click on reactivate on the bottom left On 26 mars 2013, at 14:12, Stéphane Ducasse wrote: for example 10071

Re: [Pharo-project] how can I move an issue from resolved to work needed?

2013-03-26 Thread Camille Teruel
Marcus, it seems that both of us have problems with right/left :D On 26 mars 2013, at 14:16, Marcus Denker wrote: There is a Reactivate button on the lower left. At first his is a bit strange, the difference between Active, Resolved and Closed, but it seems to not bad atter using things

Re: [Pharo-project] [update 3.0] #30003

2013-03-19 Thread Camille Teruel
On 19 mars 2013, at 12:54, Benjamin wrote: So where is the Pharo3.0 jenkins job ? :) https://ci.inria.fr/pharo/view/3.0/ ? Ben On Mar 19, 2013, at 12:51 PM, Esteban Lorenzano esteba...@gmail.com wrote: infrastructure is working :) On Mar 19, 2013, at 12:45 PM, Pavel Krivanek

Re: [Pharo-project] Pharo 3

2013-03-18 Thread Camille Teruel
On 18 mars 2013, at 11:42, Frank Shearar wrote: On 18 March 2013 10:24, Camille Teruel camille.ter...@gmail.com wrote: Hello everyone, Since a picture worth a thousand words, here is a summary of the next actions for Pharo 3: Thanks, Camille! It's nice to see how the bits are laid out

Re: [Pharo-project] someone wants to put some love into the Pharo page of wikipedia?

2013-03-18 Thread Camille Teruel
And a russian-speaker should do a serious pass on the russian version, some russian guy apparently hates us. http://ru.wikipedia.org/wiki/Pharo On 18 mars 2013, at 14:48, Esteban Lorenzano wrote: http://en.wikipedia.org/wiki/Pharo it is really incomplete now :) Esteban

Re: [Pharo-project] rpackage transition

2013-03-14 Thread Camille Teruel
On 14 mars 2013, at 11:25, Tudor Girba wrote: - either we go with simply removing categories altogether and just relying on RPackages with 1-to-1 mappings to Monticello packages, - we introduce another mechanism (such as tags) that allows us to map categories on this. At some point last

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Camille Teruel
On 10 févr. 2013, at 16:22, Sven Van Caekenberghe wrote: On 10 Feb 2013, at 15:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: - migrated all the history - defined configurationOf - All tests are green under 1.4 and 2.0 Stef Dear I ask: what is HastTable and how it is

Re: [Pharo-project] SystemNavigation #allSelect:

2013-02-10 Thread Camille Teruel
On 10 févr. 2013, at 17:25, Camillo Bruni wrote: Why does SystemNavigation #allSelect: return strings of the form 'Array at:' instead of the real methods? Yes, it's really boring to get methods back from these strings. +1 for changing this and rename the method allMethodSelect:.

Re: [Pharo-project] I hate 'as yet unclassified'

2013-01-29 Thread Camille Teruel
On 29 janv. 2013, at 23:21, Benjamin wrote: Code with as yet unclassified methods should be rejected by the monkey ! +1

Re: [Pharo-project] R.I.P. SystemChangeNotifier

2012-08-07 Thread camille teruel
Cool! We won't miss it! Le mardi 7 août 2012, Guillermo Polito guillermopol...@gmail.com a écrit : Great!! :D On Tue, Aug 7, 2012 at 12:50 PM, Esteban Lorenzano esteba...@gmail.com wrote: Hi, Today we finally finish the removal of SystemChangeNotifier. This is a big step forward to unify

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

2012-07-28 Thread camille teruel
Yes there is still mess in ChangesLoglogEvent: . I'll clean up this tomorrow. By the way, does somone knows why ChangesLog only logs classes and methods deletion and nothing more? 2012/7/28 Pavel Krivanek pavel.kriva...@gmail.com On Fri, Jul 27, 2012 at 9:18 PM, Esteban Lorenzano

Re: [Pharo-project] Smalltalk syntax highlighting for Latex

2012-06-15 Thread camille teruel
+1 for lyx 2012/6/15 S Krish krishnamachari.sudha...@gmail.com Lyx on Linux helps on Latex formatting in a WYSIWYG mode.. On Fri, Jun 15, 2012 at 2:07 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Hi guys. I know that: a) for papers we usually write code in black and white and

Re: [Pharo-project] Auto create new and initialize methods for new class?

2012-06-15 Thread camille teruel
Dirty way: You can modify Classsubclass:instanceVariableNames:classVariableNames:poolDictionaries:category: like this: subclass: t instanceVariableNames: f classVariableNames: d poolDictionaries: s category: cat This is the standard initialization message for creating a new class as a subclass

Re: [Pharo-project] Auto create new and initialize methods for new class?

2012-06-15 Thread camille teruel
Yes, very dirty. 2012/6/15 camille teruel camille.ter...@gmail.com Dirty way: You can modify Classsubclass:instanceVariableNames:classVariableNames:poolDictionaries:category: like this: subclass: t instanceVariableNames: f classVariableNames: d poolDictionaries: s category: cat

Re: [Pharo-project] Look and font competition

2012-06-13 Thread camille teruel
2012/6/12 Igor Stasenko siguc...@gmail.com On 12 June 2012 23:28, Helene Bilbo thereluctantprogram...@fastmail.fm wrote: The subtle texture is more like overlaying the existing elements with white noise. While one can make an IconicButton of course, one can not make a Window Title

Re: [Pharo-project] Look and font competition

2012-06-13 Thread camille teruel
on EFLs stabilisation. These libraries have a pretty good reputation. That's the main website: http://www.enlightenment.org/ The canva library is called Evas. 2012/6/13 Igor Stasenko siguc...@gmail.com On 13 June 2012 10:52, camille teruel camille.ter...@gmail.com wrote: 2012/6/12 Igor Stasenko