Re: [Pharo-dev] Rubric: spotter with preview leaks some memory

2016-01-31 Thread Nicolai Hess
look for a process like "a Process in RunArray>>at:setRunOffsetAndValue:" and terminate this process. Smalltalk garbageCollect. RubTextLine allInstances size "-> 4" > > > > On Jan 31, 2016, at 9:42 AM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > >

Re: [Pharo-dev] Color yzw

2016-01-29 Thread Nicolai Hess
change it a little bit: we make SelectorsTable lazy. And code > completion uses it too. > +1, Let's see if it works :) Thanks > > 2016-01-16 22:17 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2016-01-16 13:46 GMT+01:00 Marcus Denker <marcu

Re: [Pharo-dev] why do I get error...when I try to find senders?

2016-01-28 Thread Nicolai Hess
2016-01-27 23:00 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > Sorry, I think this is from my fix for 15325 GT workspace/inspector > evaluates source wrong when it ends with $", treating it as nil instead > > I'll try to fix this. > 17491 <https://pharo.f

Re: [Pharo-dev] Disable assertions (design by contract)

2016-01-28 Thread Nicolai Hess
2016-01-28 22:12 GMT+01:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > I wonder if an override of assert/assert: with ^self in production will > make a noticeable performance drop once inlining JIT is ready. > Of course eliminating the send with compiler hack eliminates some work for

Re: [Pharo-dev] pay attention there is a problem with rubric in latest image...

2016-01-27 Thread Nicolai Hess
2016-01-27 17:23 GMT+01:00 stepharo : > Hi > > in Pharo5.0 > Latest update: #50550 > > > I got a red square of death due to a wrong initialise in array class... > with rubric index in the middle > could not get more. I had to kill the image. > 17392

Re: [Pharo-dev] why do I get error...when I try to find senders?

2016-01-27 Thread Nicolai Hess
Sorry, I think this is from my fix for 15325 GT workspace/inspector evaluates source wrong when it ends with $", treating it as nil instead I'll try to fix this. Am 27.01.2016 9:50 nachm. schrieb "stepharo" : > Yes that one! > Tx alex > This should be related to Shout or RB. >

Re: [Pharo-dev] monkey error

2016-01-26 Thread Nicolai Hess
ghest priority, so if anyone can help with this, please do. > > Esteban > > > On 25 Jan 2016, at 20:12, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > Fixing bugs (resolve/review/check monkey result) is > > extremly frustrating at the moment. > > > > Anything we can do ? > > >

Re: [Pharo-dev] fixing our tools

2016-01-26 Thread Nicolai Hess
, but not all tools. > > > On 03 Dec 2015, at 08:47, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > please take a look at this errors: > > > > (I don't want to open 20 bug entries, and I think those issues are > related > > to two changes for Sug

Re: [Pharo-dev] Menus are broken in diff tools pane

2016-01-26 Thread Nicolai Hess
2016-01-14 16:14 GMT+01:00 stepharo : > Alain told me that he can help. > We should give him a list of problems. > There *IS* already a apretty long list at http://forum.world.st/fixing-our-tools-tp4864859.html and many many bug reports. > > Stef > > menus are broken

[Pharo-dev] Remove or disable GTExampleOrganizer

2016-01-25 Thread Nicolai Hess
17471 Remove or disable GTExampleOrganizer

[Pharo-dev] monkey error

2016-01-25 Thread Nicolai Hess
Fixing bugs (resolve/review/check monkey result) is extremly frustrating at the moment. Anything we can do ?

Re: [Pharo-dev] Rubric: spotter with preview leaks some memory

2016-01-25 Thread Nicolai Hess
2016-01-20 23:23 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-20 19:18 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2016-01-20 14:47 GMT+01:00 Andrei Chis <chisvasileand...@gmail.com>: >> >>

Re: [Pharo-dev] Color yzw

2016-01-25 Thread Nicolai Hess
2016-01-24 21:38 GMT+01:00 stepharo <steph...@free.fr>: > I did not forget just running against time and busy > > Le 16/1/16 22:17, Nicolai Hess a écrit : > >> >> Another possible solution, don't convert strings to symbols in RBMethod/RBMessagenodes selectorPar

[Pharo-dev] 16814 Critics Browser seriously broken /validation errors (marked as validation succeeded)

2016-01-22 Thread Nicolai Hess
Who can help with this ? 16814 Critics Browser seriously broken

Re: [Pharo-dev] Rationale for RGClassDefinition>>definition?

2016-01-21 Thread Nicolai Hess
rtain information > for such cases. > > Ring should be revisited with such scenarios in mind. > > Stef > > Le 21/1/16 07:48, Nicolai Hess a écrit : > > I don't know why it was defined like that. But for issue 17404 I changed > that. > Am 21.01.2016 12:15 vorm. schrieb &q

Re: [Pharo-dev] Rationale for RGClassDefinition>>definition?

2016-01-21 Thread Nicolai Hess
havior. > In fact for method I remember that there was another case. > > But it has an impact. > In fact a RGEntity should have a strategy attach to it that defines how to > get certain information > for such cases. > > Ring should be revisited with such scenarios in mind. > &g

Re: [Pharo-dev] Rationale for RGClassDefinition>>definition?

2016-01-20 Thread Nicolai Hess
I don't know why it was defined like that. But for issue 17404 I changed that. Am 21.01.2016 12:15 vorm. schrieb "Stephan Eggermont" : > is defined as > ^ self realClass definition > instead of > ^self definitionSource > and not two levels up at

Re: [Pharo-dev] Rubric: spotter with preview leaks some memory

2016-01-20 Thread Nicolai Hess
owse the same class in nautilus I get a much smaller > number of RubTextLine instances > I opened a bugreport 17437 <https://pharo.fogbugz.com/f/cases/17437/Rubric-spotter-with-preview-leaks-some-memory> Rubric: spotter with preview leaks some memory > > On Wed, Jan 2

Re: [Pharo-dev] Rubric: spotter with preview leaks some memory

2016-01-20 Thread Nicolai Hess
2016-01-20 19:18 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-20 14:47 GMT+01:00 Andrei Chis <chisvasileand...@gmail.com>: > >> Tried it in the last latest image and if I execute before #garbageCollect >> I just get 4 instances. >> &

[Pharo-dev] Rubric: spotter with preview leaks some memory

2016-01-20 Thread Nicolai Hess
Open fresh image 50536 Open Spotter, enable preview (cmd+p) search for EllipseMorph dive in instance-methods scroll through the list one item after another. open playground evaluate RubTextLine allInstances size. "553896" case 17421 is related to this, but does not fully solves this. please

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 21:47 GMT+01:00 stepharo : > Sven > - I took the latest 50 > - open playground > - type factorial > - cmd click on it => nothing > - cmd shift click on it => nothing > > Now doing the same in Nautilus method pane works > Now I understand why it was not working with

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:04 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-19 21:47 GMT+01:00 stepharo <steph...@free.fr>: > >> Sven >> - I took the latest 50 >> - open playground >> - type factorial >> - cmd click on it => noth

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:05 GMT+01:00 Yuriy Tymchuk : > It makes sense, > > syntactically factorial is not a message sent, so it can’t be looked up a > a method. I don’t know about the implementation, but maybe it tries to look > it up as a global var. > It is parsed as an incomplete

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 22:04 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-19 21:47 GMT+01:00 stepharo <steph...@free.fr>: > >> Sven >> - I took the latest 50 >> - open playground >> - type factorial >> - cmd click on it => noth

Re: [Pharo-dev] Cmd + click

2016-01-19 Thread Nicolai Hess
2016-01-19 15:37 GMT+01:00 Yuriy Tymchuk : > Hi, there was a future that "cmd + click" browsed classes or showed > implementors. Now it doesn’t seem to work at least in Nautilus. > > Is anyone aware of this? > platform and image version? It works on Windows pharo 50529:

Re: [Pharo-dev] Seeing class method template when there is no protocol

2016-01-18 Thread Nicolai Hess
2016-01-18 19:33 GMT+01:00 stepharo <steph...@free.fr>: > > > Le 17/1/16 19:08, Nicolai Hess a écrit : > > > > 2016-01-17 12:42 GMT+01:00 stepharo <steph...@free.fr>: > >> HI >> >> yesterday during my exercise session a student was p

Re: [Pharo-dev] [Pharo-users] [Moose-dev] [ann] gtdebugger in pharo 5.0

2016-01-17 Thread Nicolai Hess
2016-01-17 22:09 GMT+01:00 Tudor Girba <tu...@tudorgirba.com>: > Hi, > > > On Jan 17, 2016, at 7:56 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > > > […] > > > > - I really miss the "List Methods using 'varname'/List Me

Re: [Pharo-dev] [Moose-dev] [Pharo-users] [ann] gtdebugger in pharo 5.0

2016-01-17 Thread Nicolai Hess
ote: > > > > Hi Nicolai, > > > > Thanks for reporting these issues. They are indeed bugs and we are > working on fixing them. > > > > Cheers, > > Andrei > > > > On Tue, Jan 12, 2016 at 11:24 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote

Re: [Pharo-dev] Seeing class method template when there is no protocol

2016-01-17 Thread Nicolai Hess
2016-01-17 12:42 GMT+01:00 stepharo : > HI > > yesterday during my exercise session a student was puzzled because > he could not see the method template on the class side when there is not > protocol. > I had to create first a protocol. > But you can always select the "no

Re: [Pharo-dev] Why there is no setting to disable QA?

2016-01-17 Thread Nicolai Hess
2016-01-17 11:22 GMT+01:00 stepharo : > Hi > > Why there is no setting for that? > > Stef > > You can remove the Nautilus plugin (Nautilus window menu -> plugin manager) For the spotter and inspector integration, there is a setting (default "disabled")

Re: [Pharo-dev] Color yzw

2016-01-17 Thread Nicolai Hess
ng over the Mooc exercises (text version first to get redy to > shoot the videos). > > > > Stef > > > > Le 16/1/16 13:26, Nicolai Hess a écrit : > >> > >> > >> 2016-01-16 10:11 GMT+01:00 Marcus Denker <marcus.den...@inria.fr>: > >> >

Re: [Pharo-dev] Color yzw

2016-01-16 Thread Nicolai Hess
2016-01-16 10:11 GMT+01:00 Marcus Denker : > > anyone an idea? > > I'm trying to think. > Looks like it would be good to be able to make a distinction between > symbols and selectors (selectors installed > in method dictionaries) > > > yes, this would improve code

Re: [Pharo-dev] Color yzw

2016-01-16 Thread Nicolai Hess
2016-01-16 13:46 GMT+01:00 Marcus Denker <marcus.den...@inria.fr>: > > On 16 Jan 2016, at 13:26, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2016-01-16 10:11 GMT+01:00 Marcus Denker <marcus.den...@inria.fr>: > >> >> anyone an idea? >&g

Re: [Pharo-dev] spotter much slower (GTools 3.6)

2016-01-15 Thread Nicolai Hess
he slowness comes from > because there is essentially no change in the processors of a Behavior. Now > I am intrigued. > > Please open an issue. > > Cheers, > Doru > > > > On Jan 15, 2016, at 10:32 AM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > since phar

Re: [Pharo-dev] GTDebugger missing block parameters?

2016-01-15 Thread Nicolai Hess
2016-01-15 13:26 GMT+01:00 Stephan Eggermont : > When debugging a method containing a block with a parameter, > the parameter is missing from the variable list (because it is aliased?). > Yes, this happens with block vars from optimized blocks (ifNotNil:). The tempvars arent't

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
2016-01-15 13:10 GMT+01:00 stepharo : > Hi > > In the past in Pharo when a message was not matching an existing selector > the selector was turned into red > I think this only happened for names not known as a symbol, regardless whether this symbol exists as a message selector

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
No, you are right. It isn't shown in red, even if it is a unknown symbol. I'll have a look. 2016-01-15 13:28 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-15 13:10 GMT+01:00 stepharo <steph...@free.fr>: > >> Hi >> >> In the pas

Re: [Pharo-dev] [IMPORTANT] Starting migration to Spur VM

2016-01-15 Thread Nicolai Hess
2015-12-14 11:24 GMT+01:00 Esteban Lorenzano : > We will start migration to Spur today. > To complete it, we will require some time, specially to adapt the CI and > check everything is ok. > > Spur will allow us to do a big step forward in Pharo development, in the > concrete

Re: [Pharo-dev] Color yzw

2016-01-15 Thread Nicolai Hess
2016-01-15 13:33 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > No, you are right. It isn't shown in red, even if it is a unknown symbol. > > I'll have a look. Oh, that is bad. The check for existing Symbols always succeeds, because Parsing an expression with RBPa

Re: [Pharo-dev] Growl setting name

2016-01-15 Thread Nicolai Hess
2016-01-15 22:25 GMT+01:00 Henrik Nergaard : > NotificationMorph | NotifierMorph | InformationMorph ? > +1 for Notification > Best regards, > Henrik > > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Tudor Girba

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:23 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-15 23:16 GMT+01:00 David Allouche <da...@allouche.net>: > >> >> On 15 Jan 2016, at 21:01, stepharo <steph...@free.fr> wrote: >> >> Le 15/1/16 20:45, David Allouche

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:33 GMT+01:00 David Allouche <da...@allouche.net>: > > On 15 Jan 2016, at 23:23, Nicolai Hess <nicolaih...@gmail.com> wrote: > 2016-01-15 23:16 GMT+01:00 David Allouche <da...@allouche.net>: >> >> On 15 Jan 2016, at 21:01, stepharo <steph...@

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-15 23:48 GMT+01:00 David Allouche : > > > On 15 Jan 2016, at 23:33, David Allouche wrote: > > > > So yes, it's broken, but maybe it's something else entirely, I get new > reproducible errors every few minutes: errors when activating pretty >

Re: [Pharo-dev] Contributing to Pharo

2016-01-15 Thread Nicolai Hess
2016-01-16 0:07 GMT+01:00 David Allouche : > > > On 15 Jan 2016, at 23:58, David Allouche wrote: > >> > >> I am now (at this moment) working with the image version 50528. > > > > Yes, that's the one where syntax highlighting appears broken. > > Nevermind,

Re: [Pharo-dev] PluggableButtonMorph does not respect font size :(

2016-01-14 Thread Nicolai Hess
2016-01-14 11:19 GMT+01:00 stepharo : > For the Pharo Mooc we need to use large font and we end up with this > visual glitch :( > I tried to dive into PluggableButtonMorph and I failed to found how to > make sure it computes the bound correctly. > Any help is welcome. > I

Re: [Pharo-dev] Menus are broken in diff tools pane

2016-01-14 Thread Nicolai Hess
menus are broken almost everywhere: I thnk, responsible for these issues are only two changes for Rubric and the Suggestions-Menu http://forum.world.st/fixing-our-tools-tp4864859.html 2016-01-14 12:54 GMT+01:00 stepharo : > > >

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Nicolai Hess
2016-01-13 12:25 GMT+01:00 Blondeau Vincent : > > > > -Message d'origine- > > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > > Stephan Eggermont > > Envoyé : mercredi 13 janvier 2016 11:45 > > À : pharo-dev@lists.pharo.org > >

Re: [Pharo-dev] [Pharo-users] [ann] gtdebugger in pharo 5.0

2016-01-12 Thread Nicolai Hess
2016-01-08 11:24 GMT+01:00 Tudor Girba : > Hi, > > We are about to integrate in Pharo a new member of the Glamorous Toolkit: > the GTDebugger. As this is a significant change that might affect your > workflow, here is some background information to help you deal with the >

[Pharo-dev] 17348 Enhance shortcut learnability

2016-01-11 Thread Nicolai Hess
Can please someone translate / change the text in the Shortcut reminder Morph settings.( that got integrated in 50521) see my comment on https://pharo.fogbugz.com/f/cases/17348/Enhance-shortcut-learnability#BugEvent.149326 and I asked for resubmitting the changes with proper author initials

Re: [Pharo-dev] New #s senders search functionality was in Spotter Re: Understanding Spotter?

2016-01-11 Thread Nicolai Hess
2016-01-11 10:22 GMT+01:00 Tudor Girba : > Hi, > > > > > On Jan 11, 2016, at 10:02 AM, Paul DeBruicker > wrote: > > > > Hi Doru, > > > > The lack of this functionality has been my main complaint against > spotter. > > So thanks for adding it. > > Please

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-10 Thread Nicolai Hess
2016-01-09 22:51 GMT+01:00 Tudor Girba <tu...@tudorgirba.com>: > Hi, > > > On Jan 9, 2016, at 10:23 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > > > > > 2016-01-09 20:52 GMT+01:00 Francisco Ortiz Peñaloza <patchi...@gmail.com >

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-10 Thread Nicolai Hess
2016-01-10 6:26 GMT+01:00 Tudor Girba : > Hi, > > Thanks for the detailed feedback. See my comments inline. > > > On Jan 10, 2016, at 12:12 AM, Ferlicot D. Cyril < > cyril.ferli...@gmail.com> wrote: > > > > Le 09/01/2016 10:32, Tudor Girba a écrit : > >> Hi, > >> > >> Could

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-09 Thread Nicolai Hess
No one said, dont integrale it. Just not yet as the default Debugger. Am 09.01.2016 10:51 vorm. schrieb "Dimitris Chloupis" : > > Since I am the mainn maintainer of UPBE and pretty much alone, I will have to disagree, I have expressed my dislike for GT tools in the past, I

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-09 Thread Nicolai Hess
Am 09.01.2016 11:03 vorm. schrieb "Esteban Lorenzano" : > > you have to confess that with text and icons looks a lot better than the old one :P > Yes alot better >> On 09 Jan 2016, at 11:01, Esteban Lorenzano wrote: >> >> again re-send because of exceed

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-09 Thread Nicolai Hess
2016-01-09 20:52 GMT+01:00 Francisco Ortiz Peñaloza : > Hi, > > i would like to have the GTDebugger in the near future. Great job and > thanks! > > I like the Esteban built instead of the original one and i agree with stef > on removing _stack and _thisContext from top and

Re: [Pharo-dev] GTDebugger (case 17341 Integrate GTools version 3.3)

2016-01-08 Thread Nicolai Hess
2016-01-08 16:43 GMT+01:00 Andrei Chis <chisvasileand...@gmail.com>: > Hi Nicolai, > > Thanks for the feedback. > Some issues I'll manage to fix until we integrate. > For those that I do not manage please open bug reports. > > On Thu, Jan 7, 2016 at 9:13 PM, Nicolai

Re: [Pharo-dev] GTDebugger (case 17341 Integrate GTools version 3.3)

2016-01-08 Thread Nicolai Hess
2016-01-08 22:55 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2016-01-08 22:48 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2016-01-08 16:43 GMT+01:00 Andrei Chis <chisvasileand...@gmail.com>: >> >>> Hi Nicola

Re: [Pharo-dev] Help with FFI crash in latest Spur (only in Linux)

2016-01-08 Thread Nicolai Hess
2016-01-09 0:12 GMT+01:00 Mariano Martinez Peck : > > On Jan 8, 2016 4:13 PM, "Ben Coman" wrote: > > > > On Sat, Jan 9, 2016 at 2:04 AM, Mariano Martinez Peck > > wrote: > > > Hi guys, > > > > > > I wonder if someone could give

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-08 Thread Nicolai Hess
2016-01-08 21:22 GMT+01:00 stepharo : > > I think that experts can choose the debugger they want. The newbies don't. > +1 > > Stef > > >

Re: [Pharo-dev] GTDebugger (case 17341 Integrate GTools version 3.3)

2016-01-08 Thread Nicolai Hess
that I do not manage please open bug reports. > > On Thu, Jan 7, 2016 at 9:13 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> Some feedback on GTDebugger >> >> - The inspector pane is great, we can inspect, evaluate code, and easily >> show/ inspect t

Re: [Pharo-dev] CasInsensitiveOrder map with upper/lower case characters for all latin1 entries

2016-01-06 Thread Nicolai Hess
2016-01-06 10:09 GMT+01:00 Sven Van Caekenberghe <s...@stfx.eu>: > Hallo Nicolai, > > > On 06 Jan 2016, at 09:58, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > > > see issues 17302/17242/17227 > > String>>findString:startindAt:caseS

Re: [Pharo-dev] CasInsensitiveOrder map with upper/lower case characters for all latin1 entries

2016-01-06 Thread Nicolai Hess
2016-01-06 11:09 GMT+01:00 Henrik Johansen <henrik.s.johan...@veloxit.no>: > > > On 06 Jan 2016, at 10:09 , Sven Van Caekenberghe <s...@stfx.eu> wrote: > > > > Hallo Nicolai, > > > >> On 06 Jan 2016, at 09:58, Nicolai Hess <nicolaih...@gmail.com&

[Pharo-dev] CasInsensitiveOrder map with upper/lower case characters for all latin1 entries

2016-01-06 Thread Nicolai Hess
see issues 17302/17242/17227 String>>findString:startindAt:caseSensitive appears to be failing for extended charsets String>>compare:caseSensitive seems to be failing for extended charset comparisons String>>beginsWithEmpty:caseSensitive: has test failure for some cases the problem is, the

Re: [Pharo-dev] [Moose-dev] Roassal2 in Pharo 5 -> segfault

2015-12-31 Thread Nicolai Hess
2015-12-31 10:09 GMT+01:00 stepharo : > Hi nicolai > > > The same on windows. Every RoassalExample crashes immeditly. >> Simple Trachel examples are working (TRCanvasExample>>circle) >> but as soon as some text is drawn (TRCanvasExample>>label) >> the vm crashes. >> >> For

Re: [Pharo-dev] [Moose-dev] Roassal2 in Pharo 5 -> segfault

2015-12-30 Thread Nicolai Hess
2015-12-30 19:03 GMT+01:00 Alexandre Bergel : > Esteban, do you have a bit of documentation? The OpenGL bindings will have > to be migrated. It would be great to have a starting point. > > Cheers, > Alexandre > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >

Re: [Pharo-dev] [Pharo-users] Transcendental #new (was Re: why Pillar)

2015-12-28 Thread Nicolai Hess
2015-12-28 3:15 GMT+01:00 Robert Withers : > Here's the thing that gets my goat: I had already acknowledged it was > enough for the list and was signing off further comment when Ben decided he > really needed to add his two cents. It is unfortunate he did not spend his

Re: [Pharo-dev] Back to Europe

2015-12-27 Thread Nicolai Hess
2015-12-27 11:22 GMT+01:00 stepharo : > Hi guys > > We are back to Europe. > > - I gave 4 days lecture in cameroon and we got a lot of fun even if the > room was fully packed. > From 8 to 16h30 with Carambars > > - Then in Togo I gave one afternoon lecture to University catholic

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-22 Thread Nicolai Hess
2015-12-20 12:59 GMT+01:00 Max Leske : > > > I propose to use Sven’s version for #sum:ifEmpty:. The result would be > these three methods: > > sum > ^ self > sum: [ :each | each ] > ifEmpty: [ 0 ] > > sum: aBlock > ^ self > sum: aBlock > ifEmpty: [ self errorEmptyCollection ]

Re: [Pharo-dev] Bugs I found during the lectures in Yaounde

2015-12-16 Thread Nicolai Hess
2015-12-16 22:04 GMT+01:00 stepharo : > Hi > > today and yesterday I'm giving 6 hours of pharo lecture to 100 students > and we have fun. > Here are the bugs I found (I'm working on the latest 50) > > - we cannot bring menu in certain part of the debugger (may inspector) >

Re: [Pharo-dev] How does Nautilus change highlighting for class definitions

2015-12-09 Thread Nicolai Hess
2015-12-09 14:45 GMT+01:00 Skip Lentz : > Browse class references to the “NautilusClassSelected” Announcement, I see > a mention of a method called #showScriptCode: when it subscribes to that > announcement, perhaps that’s the one you need? > This is in contrast with

Re: [Pharo-dev] layoutChanged call too much ?

2015-12-09 Thread Nicolai Hess
2015-12-09 15:47 GMT+01:00 Ferlicot D. Cyril <cyril.ferli...@gmail.com>: > Le 09/12/2015 15:18, Nicolai Hess a écrit : > > > > > > I thnk the Transcript scroller uses a TransformMorph as well. > > > > > I tried 4-5 other methods without a transcript

Re: [Pharo-dev] layoutChanged call too much ?

2015-12-09 Thread Nicolai Hess
2015-12-09 15:13 GMT+01:00 Ferlicot D. Cyril : > Hi, > > I wanted to execute an action each time we resize some window and I > wanted to see easily if the method layoutChanged is call each time we > resize it. > > To test that I added «Transcript crShow: DateAndTime now

Re: [Pharo-dev] doing stupid things (image will become unusable)

2015-12-09 Thread Nicolai Hess
gt; added > after the experiment was done where “normal”. > > With the new “first class” variables we could easily add that back in a > clean way. > > Marcus > > On 08 Dec 2015, at 17:19, Nicolai Hess <nicolaih...@gmail.com> wrote: > > Object := nil > > yo

Re: [Pharo-dev] Ubuntu 14.04 with pharo-launcher

2015-12-09 Thread Nicolai Hess
You can try to use an absolute path for the vm and the image in the Exec= line 2015-12-09 19:47 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > on Ubuntu system 14.04 i load the Pharo-launcher support. > > Now all the pharo.image on the system run with the same pharo

[Pharo-dev] doing stupid things (image will become unusable)

2015-12-08 Thread Nicolai Hess
Object := nil you can evaluate that piece of code, but afterwards Opal checks for assignments to read only variables (method arguments for example) and signals an error if you try to modify those vars. But it does not check globals. Should all Globals (OCLiteralVariable with isGlobalVar ==

Re: [Pharo-dev] [Help needed] final push for Rubric editor

2015-12-06 Thread Nicolai Hess
in: 17192 UITheme should not use PluggableTextMorph what should we use to replace PluggableTextMorph, RubPluggableTextMorph or RubScrolledTextMorph ? I think RubPluggableTextMorph, because we need a way to adapt

Re: [Pharo-dev] context menu keyboard key

2015-12-06 Thread Nicolai Hess
2015-12-06 12:40 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2015-12-06 12:37 GMT+01:00 Peter Uhnak <i.uh...@gmail.com>: > >> Hi, >> >> is there a way to open context menu without using mouse/right click? >> >> Keyboards general

Re: [Pharo-dev] context menu keyboard key

2015-12-06 Thread Nicolai Hess
2015-12-06 12:37 GMT+01:00 Peter Uhnak : > Hi, > > is there a way to open context menu without using mouse/right click? > > Keyboards generally have a special key for this, but Pharo doesn't seem > to even recognize the keypress. > some time ago, esc-key was used for that. >

Re: [Pharo-dev] model vs interactionModel in rubric

2015-12-06 Thread Nicolai Hess
2015-12-06 15:28 GMT+01:00 Andrei Chis : > Hi, > > RubScrolledTextModel fails sometimes if the model does not have an > interaction model set. > For example in a few places there is a check that verifies if the model > understands a message and then the message is send

[Pharo-dev] changes view broken

2015-12-04 Thread Nicolai Hess
Oh oh, I broke the changes view. For example, open Repository of Rubric, select a latest package, press changes -> no result merge -> shows the diff caused by my fix for 17148 Seeing changes and

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-04 Thread Nicolai Hess
2015-12-04 20:29 GMT+01:00 Andrei Chis <chisvasileand...@gmail.com>: > > > On Sat, Nov 21, 2015 at 3:25 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> >> >> 2015-11-20 22:57 GMT+01:00 Eliot Miranda <eliot.mira...@gmail.com>: >>

Re: [Pharo-dev] GTDebugger not draggable with latest VM

2015-12-04 Thread Nicolai Hess
2015-12-04 17:42 GMT+01:00 Henrik Nergaard : > Case 17178 added an extra check to the handling of mouse movement to use > the result from asking the event handler by default (if the morph has an > event handler) in the same way as other “handles” methods behaves. The >

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-04 Thread Nicolai Hess
2015-12-04 13:39 GMT+01:00 Christophe Demarey : > Hi, > > Guillermo, Pablo and I started to work on a new implementation for the > image startup / shutdown list. > The old implementation misses domain objects, polluted the SmalltalkImage > class and introduced crazy

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-03 Thread Nicolai Hess
2015-12-03 14:48 GMT+01:00 Ben Coman <b...@openinworld.com>: > On Wed, Dec 2, 2015 at 10:45 PM, Sven Van Caekenberghe <s...@stfx.eu> > wrote: > > > >> On 02 Dec 2015, at 15:21, Nicolai Hess <nicolaih...@gmail.com> wrote: > >> > &

Re: [Pharo-dev] Differences Compiler vs. OpalCompiler (or parser)

2015-12-03 Thread Nicolai Hess
2015-12-03 16:59 GMT+01:00 Marcus Denker <marcus.den...@inria.fr>: > > On 20 Nov 2015, at 22:37, Nicolai Hess <nicolaih...@gmail.com> wrote: > > GTDummyExamples class > d: anInteger > > > anInteger'> > > MessageNotUnderstoo

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-02 Thread Nicolai Hess
2015-12-02 15:03 GMT+01:00 Ben Coman : > On Wed, Dec 2, 2015 at 12:38 AM, Tudor Girba wrote: > > Hi, > > > >> On Dec 1, 2015, at 5:13 PM, Max Leske wrote: > >> > >> @Doru > >> You’re missing the point: #anyOne *fails* for empty

[Pharo-dev] fixing our tools

2015-12-02 Thread Nicolai Hess
please take a look at this errors: (I don't want to open 20 bug entries, and I think those issues are related to two changes for Suggestions menu and one problem on rubric (the current menu builder does not work for all tools where rubric is used) So, maybe there are only 2 or 3 "real" issues.

[Pharo-dev] issue 12231 DisplayScreen hostWindowTitle: not working on Linux (ubuntu)

2015-12-01 Thread Nicolai Hess
see bug report 12231, I added a fix for the unix config. But it has to applied by someone. (I don't know where to put this else). But the issue is two years old, if no one responds, I'll just close the issue.

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-01 Thread Nicolai Hess
2015-12-01 10:26 GMT+01:00 Sven Van Caekenberghe : > > > On 01 Dec 2015, at 10:24, Thierry Goubier > wrote: > > > > Note that the sum with #anyOne is wrong. > > > > #(1 2 3 4 5) inject: #(1 2 3 4 5) anyOne into: [ :sum :each | sum + each > ] > > > >

Re: [Pharo-dev] #sum:, #detectSum:, #sumNumbers:

2015-12-01 Thread Nicolai Hess
2015-12-01 10:26 GMT+01:00 Sven Van Caekenberghe : > > > On 01 Dec 2015, at 10:18, Ben Coman wrote: > > > > On Tue, Dec 1, 2015 at 4:45 PM, Sven Van Caekenberghe > wrote: > >> I am all for a cleanup, the current situation is confusing. > >> The

[Pharo-dev] what happened to the monkey

2015-11-30 Thread Nicolai Hess
no issue validation since last weekend.

Re: [Pharo-dev] Unable to open context-menu in debugger inspector (Pharo 5)

2015-11-30 Thread Nicolai Hess
2015-11-30 18:15 GMT+01:00 Esteban A. Maringolo : > When I try to open the context menu in a workspace (not Playground) or in > the code pane of an inspector I get the following: > > > > When I debug I get the following exception: > "MessageNotUnderstood:

Re: [Pharo-dev] Unable to open context-menu in debugger inspector (Pharo 5)

2015-11-30 Thread Nicolai Hess
2015-11-30 20:15 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2015-11-30 18:15 GMT+01:00 Esteban A. Maringolo <emaring...@gmail.com>: > >> When I try to open the context menu in a workspace (not Playground) or in >> the code pane of an inspector I g

[Pharo-dev] Nautilus class definition pane and browseAllAccessesTo

2015-11-29 Thread Nicolai Hess
In Nautilus class definition pane, if it shows a class definition like Object subclass: #RBNamespace instanceVariableNames: 'changes environment newClasses removedClasses changedClasses rootClasses implementorsCache sendersCache' classVariableNames: '' package:

Re: [Pharo-dev] is it me or we cannot use shortcut in debugger inspector?

2015-11-29 Thread Nicolai Hess
2015-11-29 19:19 GMT+01:00 stepharo : > Hi > > I authorised myself a littel coding session today and > is it me or we cannot use shortcut in debugger inspector? > stef > > This happend by the fix for issue 16333, Franck changed the TextField, to not show highlighted code and

Re: [Pharo-dev] Nautilus class definition pane and browseAllAccessesTo

2015-11-29 Thread Nicolai Hess
> > > > *From:* Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] *On Behalf > Of *Nicolai Hess > *Sent:* Sunday, November 29, 2015 10:32 PM > *To:* Pharo Development List <pharo-dev@lists.pharo.org> > *Subject:* [Pharo-dev] Nautilus class definition pane and > browseAllAccesses

Re: [Pharo-dev] Bug with latest image of Pharo 5

2015-11-27 Thread Nicolai Hess
Wow what an awful bug, it turned you whole screen in ugly blue! :) No, never seen this. If it happened with several recent 5.0 images, can you name the first and last it occurred for you.

Re: [Pharo-dev] [ANN] Twisty, text with active state framework

2015-11-26 Thread Nicolai Hess
Impressive! How does it compare to Rubric or TxText ? I see some similarities with TxText (and you worked on TxText too?). Does it mean this is a more complete version of TxText. With similar core and/or the same design. All classes are commented +1 for Twy -1 for Rubric :) What I like about

Re: [Pharo-dev] Redraw Ghosts/Artifacts

2015-11-25 Thread Nicolai Hess
most probable 17107 Strange effect after opening the Debugger: sometimes two UI processes

Re: [Pharo-dev] Unable to accept changes in SyntaxErrorDebugger -> DNU: receiver of asSymbol is nil

2015-11-24 Thread Nicolai Hess
2015-11-24 13:01 GMT+01:00 Marcus Denker <marcus.den...@inria.fr>: > I will put it on the TODO…. sadly I am a bit busy and can’t postpone the > other things now to work on this. > No problem. An idea how this should be solved. > > On 20 Nov 2015, at 18:19, Nicolai Hess &

<    1   2   3   4   5   6   7   8   9   10   >