Re: [Pharo-dev] what is the simple way to get an input?

2015-06-14 Thread stepharo
Thanks mathieu. I do not know. May be the repl that guillermo is building is the solution. Stef Le 13/6/15 19:29, Matthieu Lacaton a écrit : Isn't it*userInput := UIManager default request: 'Enter whatever you want'* ? 2015-06-13 19:00 GMT+02:00 stepharo >: Hi

Re: [Pharo-dev] Inexact draiwing in roassal?

2015-06-14 Thread Alexandre Bergel
Hi Javier, First of all, RTGrapherBuilder has been obsoleted. Use RTGrapher instead. I guess this is a problem with rounding with RTGrapherBuilder. With RTGrapher, I do not see this behavior. For example: -=-=-=-=-=-=-=-=-=-=-=-= events := { 10.0 @ 1.0. 9.0 @ 2.0. 8.0 @ 3.0.

Re: [Pharo-dev] Probably Metacello sucks…

2015-06-14 Thread Alexandre Bergel
+1 > On Jun 12, 2015, at 9:36 AM, Peter Uhnák wrote: > > As a sidenote (and since Yuriy mentioned Roassal), we would like to address > the versioning (and release management) of roassal at ESUG (Camp Roassal) > since Roassal was being developed really fast and it was hard to keep up. > --

Re: [Pharo-dev] Debugging and optimizations

2015-06-14 Thread Holger Freyther
> On 13 Jun 2015, at 14:39, Clément Bera wrote: Dear Clement, > This is an interesting problem. There is currently no simple way of executing > a message at compile-time instead of at runtime in Pharo, which is useful to > have settings but no runtime overhead. > > I did a simple extension

Re: [Pharo-dev] Debugging and optimizations

2015-06-14 Thread Thierry Goubier
Le 14/06/2015 18:39, Holger Freyther a écrit : On 13 Jun 2015, at 14:39, Clément Bera wrote: Dear Clement, This is an interesting problem. There is currently no simple way of executing a message at compile-time instead of at runtime in Pharo, which is useful to have settings but no runt

Re: [Pharo-dev] Inexact draiwing in roassal?

2015-06-14 Thread stepharo
Alexandre why don't you communicate it well in the code. This is really easy to deprecate the new method, put the class in a different package. We will not use Roassal anymore in our open-devs lectures just because we literally burnt a poor student that was systematically bumping into depreca

Re: [Pharo-dev] Roassal Camp Smalltalk

2015-06-14 Thread Peter Uhnák
Since I've already run into second thing in agile visualization book that is outdated (RTArrow, which was some time ago renamed to RTArrowedLine ( https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Roassal/0104-Roassal.html section 2.2) it made me wonder how many things like these are

Re: [Pharo-dev] Debugging and optimizations

2015-06-14 Thread Ben Coman
On Mon, Jun 15, 2015 at 2:34 AM, Thierry Goubier wrote: > Le 14/06/2015 18:39, Holger Freyther a écrit : >> >> >>> On 13 Jun 2015, at 14:39, Clément Bera wrote: >> >> >> >> Dear Clement, >> >>> This is an interesting problem. There is currently no simple way of >>> executing a message at compile-

Re: [Pharo-dev] Inexact draiwing in roassal?

2015-06-14 Thread Alexandre Bergel
The class has been removed some times ago… There is not much I can do if people do not update…. Alexandre > On Jun 14, 2015, at 3:42 PM, stepharo wrote: > > Alexandre > > why don't you communicate it well in the code. > This is really easy to deprecate the new method, put the class in a dif

[Pharo-dev] WhatsUp from: 2015-06-15 until: 2015-06-30

2015-06-14 Thread seaside
Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's what I've been up to since the last WhatsUp: - $HEROIC_ACHIEVE

Re: [Pharo-dev] Debugging and optimizations

2015-06-14 Thread Thierry Goubier
Hi Ben, Le 15/06/2015 01:09, Ben Coman a écrit : On Mon, Jun 15, 2015 at 2:34 AM, Thierry Goubier wrote: Le 14/06/2015 18:39, Holger Freyther a écrit : On 13 Jun 2015, at 14:39, Clément Bera wrote: Dear Clement, This is an interesting problem. There is currently no simple way of exe

Re: [Pharo-dev] Inexact draiwing in roassal?

2015-06-14 Thread stepharo
Le 15/6/15 02:30, Alexandre Bergel a écrit : The class has been removed some times ago… There is not much I can do if people do not update…. Indeed. In my case we used the latest version. Alexandre On Jun 14, 2015, at 3:42 PM, stepharo wrote: Alexandre why don't you communicate it w

Re: [Pharo-dev] Debugging and optimizations

2015-06-14 Thread Marcus Denker
> > btw, Are meta links planned to show up as highlighting in code views? > Yes, we will soon have the new editor everywhere which allows to do this. The most important is to visualize breakpoints. I want to have dedicated visuals for that. Then, later, I want to show meta links in general, b