Re: [Pharo-dev] #canUnderstand: and #canPerform: issue

2014-09-05 Thread Yuriy Tymchuk
I second this idea. But maybe there are some other points of view (the method was changed for some reason after all) Uko On 05 Sep 2014, at 15:26, Camille Teruel camille.ter...@gmail.com wrote: On 5 sept. 2014, at 15:12, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi everyone, I think

Re: [Pharo-dev] Special case of pool access lookup crash

2014-09-04 Thread Yuriy Tymchuk
Sure https://pharo.fogbugz.com/f/cases/13952/Pool-access-lookup-crash On 04 Sep 2014, at 09:44, Marcus Denker marcus.den...@inria.fr wrote: Hi, No, not yet reported. Can you open an issue? On Wed, Sep 3, 2014 at 8:43 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi everyone, when

Re: [Pharo-dev] Special case of pool access lookup crash

2014-09-04 Thread Yuriy Tymchuk
that bothers me is that global variables comparison relies on their content’s functionality. On the other hand there is no way to compare AJx64RipRegister registers, as #= inherited from AJBaseReg will %100 crash. Uko On 04 Sep 2014, at 09:55, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Sure

Re: [Pharo-dev] Special case of pool access lookup crash

2014-09-04 Thread Yuriy Tymchuk
Makes sense for me. Uko On 04 Sep 2014, at 10:26, Marcus Denker marcus.den...@inria.fr wrote: On 04 Sep 2014, at 10:12, Yuriy Tymchuk yuriy.tymc...@me.com wrote: I’ve investigated an error. It occurs as follows: 1. Two class variables (assoc subclass) are checked for equality

[Pharo-dev] Undeclared dictionary

2014-09-03 Thread Yuriy Tymchuk
Hi, can someone explain me how Undeclared dictionary works? Because as I look at it, all the values are nil. Is it possible for them to be not nil? Maybe we should have a “global variable comments” for this situations :) Uko

Re: [Pharo-dev] Undeclared dictionary

2014-09-03 Thread Yuriy Tymchuk
Thank you Marcus! This is very helpful. Uko On 03 Sep 2014, at 13:47, Marcus Denker marcus.den...@inria.fr wrote: On Wed, Sep 3, 2014 at 11:24 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, can someone explain me how Undeclared dictionary works? So imagine you want to load code

Re: [Pharo-dev] Undeclared dictionary

2014-09-03 Thread Yuriy Tymchuk
marcus.den...@inria.fr wrote: On Wed, Sep 3, 2014 at 11:24 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, can someone explain me how Undeclared dictionary works? So imagine you want to load code where a variable is not defined (e.g. due to loading old code, or because it references

Re: [Pharo-dev] Undeclared dictionary

2014-09-03 Thread Yuriy Tymchuk
On 03 Sep 2014, at 17:29, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Uko, On Wed, Sep 3, 2014 at 8:16 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: one more question. How can you find out if method references a thing like that? Because if you do: #refersToLiteral: and pass a key

[Pharo-dev] Rewrite rules doc?

2014-09-02 Thread Yuriy Tymchuk
Hi guys. Is there any doc about rewrite rules besides https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/RewriteTool/RewriteTool.pier.pdf ? Uko

[Pharo-dev] #literals in RBSmalllintContext

2014-09-02 Thread Yuriy Tymchuk
Hi, does anybody know what #literals in RBSmalllintContext stand for? Because it’s calculated in a very weird way with the use of literalSemaphore and literalProcess variables. Uko

Re: [Pharo-dev] #literals in RBSmalllintContext

2014-09-02 Thread Yuriy Tymchuk
Yes, I’m wandering if I can reimplement #uses: in some other way… Uko On 02 Sep 2014, at 16:44, Camille Teruel camille.ter...@gmail.com wrote: On 2 sept. 2014, at 16:21, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, does anybody know what #literals in RBSmalllintContext stand

[Pharo-dev] Any changes with fonts?

2014-09-02 Thread Yuriy Tymchuk
Hi, when I cannot see system fonts anymore after selecting Free Type font checkbox in settings. Are there any changes to fonts? Of something broke down? Uko

Re: [Pharo-dev] [ANN] Pointer Detective

2014-09-02 Thread Yuriy Tymchuk
Oh yes, this is essential part of “working with objects”. No? On 02 Sep 2014, at 21:37, Max Leske maxle...@gmail.com wrote: You are my hero! I was just complaining about that to Doru at ESUG. This sort of tool should be part of the standard tool set so please keep on improving it and we’ll

Re: [Pharo-dev] nil pointersTo size

2014-09-02 Thread Yuriy Tymchuk
All ‘uninitialised’ variables are pointing to nil. I think this is the case Uko On 03 Sep 2014, at 06:10, Ben Coman b...@openinworld.com wrote: I am curious... what does it mean that nil PointersTo size is a large number? Intuitively I'd have thought the answer would be zero. Pharo

[Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Yuriy Tymchuk
This this started at 29th and crashes image while loading configuration. Any idea what’s wrong? Startup Error: SyntaxErrorNotification: Cannot store into OCSemanticErrornotify:at: OCSemanticErrordefaultAction [ :ex | ex defaultAction. ^ self compilationContext failBlock value ] in

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Yuriy Tymchuk
Thanks Marcus! On 01 Sep 2014, at 17:45, Marcus Denker marcus.den...@inria.fr wrote: On 01 Sep 2014, at 17:35, Yuriy Tymchuk yuriy.tymc...@me.com wrote: This this started at 29th and crashes image while loading configuration. Any idea what’s wrong? This means that you load code

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Yuriy Tymchuk
By the way, is there any way to check which is the problematic method? Because I failed to find it in log. Uko On 01 Sep 2014, at 17:45, Marcus Denker marcus.den...@inria.fr wrote: On 01 Sep 2014, at 17:35, Yuriy Tymchuk yuriy.tymc...@me.com wrote: This this started at 29th and crashes

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Yuriy Tymchuk
Roassal 3D. Her’s the job: https://ci.inria.fr/moose/job/Roassal3d/ Uko On 01 Sep 2014, at 20:55, Nicolai Hess nicolaih...@web.de wrote: which configuration are you trying to load? 2014-09-01 18:20 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: By the way, is there any way to check which

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Yuriy Tymchuk
It i think just won’t load in Pharo4 because there is no configuration for PetitParser Uko On 02 Sep 2014, at 06:50, Tudor Girba tu...@tudorgirba.com wrote: Moose is not supported yet for Pharo 4. We are still in the process of releasing it for Pharo 3 and we will move afterwards. If you

[Pharo-dev] Spec wiring

2014-08-29 Thread Yuriy Tymchuk
Hi guys, I need a little help to understand how spec works. I’ve encountered a problem, that when all children nodes of a tree are checked, the parent node remains partially checked instead of going fully checked. I’ve tried to figure out how to work with that, but failed. Any suggestions?

[Pharo-dev] UndefinedObject(Object)doesNotUnderstand: #wait

2014-08-29 Thread Yuriy Tymchuk
Sometimes when I save image I get this error: UndefinedObject(Object)doesNotUnderstand: #wait [ event wait. processSynchronizationDelay wait. Avoids lost signals in heavy process switching self changed: #childProcessStatus ] in [ [ event wait. processSynchronizationDelay wait.

Re: [Pharo-dev] about to integrate GTools, there is a command conflict who needs attention

2014-08-29 Thread Yuriy Tymchuk
I have no idea what current (cmd+o+[w|t|etc]) stands for, so for me it’s ok to trash it. I think that cmd+s can make sense. And as we are here, I’d like to point out that I don’t like this shortcut chains. I’d prefer to have cmd+x to remove what is currently focused rather then cmd+c+x,

Re: [Pharo-dev] about to integrate GTools, there is a command conflict who needs attention

2014-08-29 Thread Yuriy Tymchuk
On 29 Aug 2014, at 12:23, Esteban Lorenzano esteba...@gmail.com wrote: On 29 Aug 2014, at 12:19, Yuriy Tymchuk yuriy.tymc...@me.com wrote: I have no idea what current (cmd+o+[w|t|etc]) stands for, so for me it’s ok to trash it. e, we are not talking about trash it… just remapping

Re: [Pharo-dev] about to integrate GTools, there is a command conflict who needs attention

2014-08-29 Thread Yuriy Tymchuk
On 29 Aug 2014, at 13:34, Nicolai Hess nicolaih...@web.de wrote: 2014-08-29 12:26 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: On 29 Aug 2014, at 12:23, Esteban Lorenzano esteba...@gmail.com wrote: On 29 Aug 2014, at 12:19, Yuriy Tymchuk yuriy.tymc...@me.com wrote: I have no idea

Re: [Pharo-dev] Spec wiring

2014-08-29 Thread Yuriy Tymchuk
Yes, that’s the first thing that I check Uko On 29 Aug 2014, at 12:23, Clément Bera bera.clem...@gmail.com wrote: Have you checked this website: http://spec.st/docs/home/ ? 2014-08-29 10:51 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi guys, I need a little help to understand how

[Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
HI guys, is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… and it continues to deselect selected items :(. Maybe there is any kind of example how to do a classic checkbox tree? For example if we have filesystem and want to select which items to backup. Uko

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
Or should I move to Glamour? On 28 Aug 2014, at 15:31, Yuriy Tymchuk yuriy.tymc...@me.com wrote: HI guys, is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… and it continues to deselect selected items :(. Maybe there is any kind of example how to do a classic

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
I’ll take a look. Thanks Christophe! On 28 Aug 2014, at 15:37, Christophe Demarey christophe.dema...@inria.fr wrote: Le 28 août 2014 à 15:31, Yuriy Tymchuk a écrit : HI guys, is it possible? I’ve tried `autoDeselection: false`, `multiSelection: true`… and it continues to deselect

Re: [Pharo-dev] Opal, custom compilers and class-side methods

2014-08-28 Thread Yuriy Tymchuk
On 27 Aug 2014, at 17:53, Camille Teruel camille.ter...@gmail.com wrote: Hi all, With Opal, if you want to customize how methods are compiled into a class you can override #compilerClass on class-side: MyClass class#compilerClass ^ MySpecialCompiler I’ve missed this feature.

Re: [Pharo-dev] Check multiple boxes in TreeModel

2014-08-28 Thread Yuriy Tymchuk
`autoMultiSelection: true` does the job Does anybody know what #removeOnlyLastSelected: is for? Because it’s also used by Komitter… Uko On 28 Aug 2014, at 15:42, Yuriy Tymchuk yuriy.tymc...@me.com wrote: I’ll take a look. Thanks Christophe! On 28 Aug 2014, at 15:37, Christophe Demarey

[Pharo-dev] Cyrillic handling

2014-08-27 Thread Yuriy Tymchuk
Hi guys. Sometimes I exigently type cyrillic characters (because I have 2 keyboard layouts). When I do this, besides of typing just the characters, some shortcuts re triggered. Is it easy to fixe that? Because sometimes I mess up my code like this :) Uko

Re: [Pharo-dev] Cyrillic handling

2014-08-27 Thread Yuriy Tymchuk
Latest pharo vm. OS X Ukrainian keyboard layout. Uko On 27 Aug 2014, at 14:17, p...@highoctane.be wrote: Which VM? Which layout? Phil Le 27 août 2014 13:27, Yuriy Tymchuk yuriy.tymc...@me.com a écrit : Hi guys. Sometimes I exigently type cyrillic characters (because I have 2

Re: [Pharo-dev] Videos ESUG2014

2014-08-22 Thread Yuriy Tymchuk
Where is mine? :) Uko On 22 Aug 2014, at 20:05, milton mamani akeval...@gmail.com wrote: Hi guys, To see the videos from this ESUG, try: http://goo.gl/E1VF53 Best Regards, Milton

Re: [Pharo-dev] [Moose-dev] Roassal contest result

2014-08-21 Thread Yuriy Tymchuk
and the money awards were delivered during a ceremony held at the Esug conference, in Cambridge, UK. This year we have two winners: Roassal2 track: “RTVoronyjBuilder” by Natalia Tymchuk http://youtu.be/SlJptrlBbho Roassal 3d track: Roassal City Layouts”, by Yuriy Tymchuk http://youtu.be

Re: [Pharo-dev] [Moose-dev] Roassal contest result

2014-08-21 Thread Yuriy Tymchuk
! Didn’t I make you want to use UberPresenter? ;) Uko Kudos to all. Phil On Thu, Aug 21, 2014 at 12:29 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Thank you guys, it was very cool :) Uko On 21 Aug 2014, at 11:09, Natalia Tymchuk natalia.tymc...@unikernel.net wrote

Re: [Pharo-dev] I want to remove zeroconf for 1.2, 1.3 and 1.4

2014-08-19 Thread Yuriy Tymchuk
+1 On 19 Aug 2014, at 11:16, Max Leske maxle...@gmail.com wrote: I don’t need them. On 19.08.2014, at 11:17, Esteban Lorenzano esteba...@gmail.com wrote: Hi, right now there zeroconf scripts for pharo 1.2-1.4 that I do not think anyone is using it. Can I remove them? cheers,

[Pharo-dev] Get not accepted text from TextModel

2014-08-18 Thread Yuriy Tymchuk
Hi, TextModel has getText, but it only gives you text that was accepted. Can I get somehow text that is just there? Uko

Re: [Pharo-dev] [ANN] New Woden Video

2014-08-15 Thread Yuriy Tymchuk
I want this in Roassal :) Uko On 15 Aug 2014, at 15:26, Alexandre Bergel alexandre.ber...@me.com wrote: This is truly impressive. This clearly show that Pharo can be use to make serious 3d games. Alexandre On Aug 15, 2014, at 3:10 AM, Ronie Salgado ronies...@gmail.com wrote:

Re: [Pharo-dev] Adding menu to ListModel

2014-08-12 Thread Yuriy Tymchuk
So Ben answered my question: http://stackoverflow.com/a/25242253/982238 but with his approach I get MenuMorph(Object)doesNotUnderstand: #addGroup:. Any ideas why? Uko On 11 Aug 2014, at 12:17, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi guys. I need a little help with adding a menu

[Pharo-dev] Adding menu to ListModel

2014-08-11 Thread Yuriy Tymchuk
Hi guys. I need a little help with adding a menu to the ListModel (in Spec). Can you take a look please: http://stackoverflow.com/questions/25240931/add-menu-to-listmodel Cheers. Uko

[Pharo-dev] Anybody using Yosemite?

2014-08-06 Thread Yuriy Tymchuk
Hi, just want to ask the other Pharo developers are you using Yosemite beta, and do you have any problems with it? Uko

Re: [Pharo-dev] Anybody using Yosemite?

2014-08-06 Thread Yuriy Tymchuk
Considering right now. And so I want to know if I can work with Pharo on it Uko. On 06 Aug 2014, at 13:56, Esteban Lorenzano esteba...@gmail.com wrote: not yet do you? Esteban On 06 Aug 2014, at 13:46, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, just want to ask the other Pharo

Re: [Pharo-dev] Anybody using Yosemite?

2014-08-06 Thread Yuriy Tymchuk
wait to first update” moments… :P Esteban On 06 Aug 2014, at 13:58, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Considering right now. And so I want to know if I can work with Pharo on it Uko. On 06 Aug 2014, at 13:56, Esteban Lorenzano esteba...@gmail.com wrote: not yet do you

Re: [Pharo-dev] blogging about Pharo stuff? send me your link!

2014-08-05 Thread Yuriy Tymchuk
Hi, this is my blog, there are things about pharo. http://code.uko.tymchuk.me there is also a shared blog (mostly maintained by me) that is hacks-oriented, but contains some useful things about Pharo http://sleepycoders.blogspot.com Cheers Uko On 05 Aug 2014, at 15:06, Esteban Lorenzano

Re: [Pharo-dev] blogging about Pharo stuff? send me your link!

2014-08-05 Thread Yuriy Tymchuk
Also there is Mark’s blog: http://myfuncoding.blogspot.com On 05 Aug 2014, at 15:17, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, this is my blog, there are things about pharo. http://code.uko.tymchuk.me there is also a shared blog (mostly maintained by me) that is hacks-oriented

Re: [Pharo-dev] No projects on StHub?

2014-08-05 Thread Yuriy Tymchuk
for this. On Mon, Aug 4, 2014 at 12:03 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Well, thankfully I keep all my latest projects on github, and I have configurations of them in the image. But CI is not working and anyway it’s a strange situation. Is there any other service where I can keep my

Re: [Pharo-dev] Moving to GitHub

2014-08-05 Thread Yuriy Tymchuk
the user for an update. All that with a single click from the user or even automagically. But I have to figure out how to do that with Pharo first :) On Mon, Aug 4, 2014 at 12:23 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: You don’t have to. Just keep your configuration (here is a guide how

[Pharo-dev] Can forking speed up anything?

2014-08-04 Thread Yuriy Tymchuk
Hi guys, I have a script that runs very slow and does a lot of non dependent operation of a collection. I wander if I can speed it up by making it run in another process, because as far as I understand everything runs on a single thread, so I guess this won’t save me. Uko

[Pharo-dev] No projects on StHub?

2014-08-04 Thread Yuriy Tymchuk
Hi, I was on vacation last weak, have I missed anything? Because my SmaltalkHub user does not have any projects http://smalltalkhub.com/#!/~YuriyTymchuk (and I had a bunch of them). Uko

Re: [Pharo-dev] Can forking speed up anything?

2014-08-04 Thread Yuriy Tymchuk
On 04 Aug 2014, at 10:38, Clément Bera bera.clem...@gmail.com wrote: 2014-08-04 10:17 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi guys, I have a script that runs very slow and does a lot of non dependent operation of a collection. I wander if I can speed it up by making it run

Re: [Pharo-dev] No projects on StHub?

2014-08-04 Thread Yuriy Tymchuk
are configurations as I want to use gofer to load my projects. And here reliability is much more important then other features. Uko On 04 Aug 2014, at 10:59, kilon alios kilon.al...@gmail.com wrote: oh boy thats looks nasty bug, hope its not permanent. On Mon, Aug 4, 2014 at 11:44 AM, Yuriy Tymchuk

Re: [Pharo-dev] No projects on StHub?

2014-08-04 Thread Yuriy Tymchuk
time it will take. I’m sorry for the inconveniences :P It’s ok (not really ok, but I was worried that everything is working fine, just my projects disappeared). Good luck! Uko Esteban On 04 Aug 2014, at 11:03, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Well, thankfully I keep all my

[Pharo-dev] Moving to GitHub

2014-08-04 Thread Yuriy Tymchuk
is that I don't want to force people to install git to get the latest version of my project. SThub is great for this. On Mon, Aug 4, 2014 at 12:03 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Well, thankfully I keep all my latest projects on github, and I have configurations of them

Re: [Pharo-dev] No projects on StHub?

2014-08-04 Thread Yuriy Tymchuk
On 04 Aug 2014, at 11:21, Esteban Lorenzano esteba...@gmail.com wrote: On 04 Aug 2014, at 11:16, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 04 Aug 2014, at 11:09, Esteban Lorenzano esteba...@gmail.com wrote: something is going bad with smalltalkhub, it is working in *really* slow

Re: [Pharo-dev] Moving to GitHub

2014-08-04 Thread Yuriy Tymchuk
that with Pharo first :) On Mon, Aug 4, 2014 at 12:23 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: You don’t have to. Just keep your configuration (here is a guide how to do it http://sleepycoders.blogspot.ch/2014/04/how-to-distribute-your-github-pharo.html) on some monticello repo

Re: [Pharo-dev] rethinking compilation notifications

2014-08-03 Thread Yuriy Tymchuk
Yes, we need this really a lot. Thanks Uko On 03 Aug 2014, at 22:09, Tudor Girba tu...@tudorgirba.com wrote: Hi, The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying

Re: [Pharo-dev] Looks like smart suggestions implementors is broken

2014-07-25 Thread Yuriy Tymchuk
I had some problems with spotlight suggestions On 25 Jul 2014, at 15:32, Marcus Denker marcus.den...@inria.fr wrote: On 25 Jul 2014, at 15:20, stepharo steph...@free.fr wrote: hi can someone confirm? I can do “senders of” of a selector. Marcus

[Pharo-dev] Understanding ClassModifiedClassDefinition announcement

2014-07-21 Thread Yuriy Tymchuk
Hi, I did this small experiment class := Object subclass: #SomeClass. SystemAnnouncer uniqueInstance when: ClassModifiedClassDefinition do: [ :ann | Transcript cr; crShow: class == ann oldClassDefinition; crShow:

Re: [Pharo-dev] Understanding ClassModifiedClassDefinition announcement

2014-07-21 Thread Yuriy Tymchuk
be announced AFTER the class is changed 2014-07-21 20:09 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi, I did this small experiment class := Object subclass: #SomeClass. SystemAnnouncer uniqueInstance when: ClassModifiedClassDefinition do: [ :ann

Re: [Pharo-dev] How to close all inspector windows ?

2014-07-20 Thread Yuriy Tymchuk
Also maybe you can use OZ? But for me it’s still a black magic. Uko On 20 Jul 2014, at 18:35, kilon alios kilon.al...@gmail.com wrote: I am afraid I could not do that, it seems that when pharo has opened too many windows the bottom bar takes all the space of the pharo windows and because

[Pharo-dev] pharo-contribution down?

2014-07-18 Thread Yuriy Tymchuk
subj

[Pharo-dev] Association dnu emitValue:

2014-07-18 Thread Yuriy Tymchuk
Hi, when my image tries to run startup scripts I get: Association(Object)doesNotUnderstand: #emitValue: Should I report it? Uko P.S. here is stack: Association(Object)doesNotUnderstand: #emitValue: OCLiteralVariableemitValue: OCASTTranslatorForValue(OCASTTranslator)visitVariableNode:

Re: [Pharo-dev] Association dnu emitValue:

2014-07-18 Thread Yuriy Tymchuk
Thank you! On 18 Jul 2014, at 11:01, Marcus Denker marcus.den...@inria.fr wrote: I added tests in 099 to check that all binding are correct in Smalltalk globals and all classPools. It seems that someone is adding global somehow with the wrong class (Association instead of GlobalVar (a

[Pharo-dev] Silently changing classes/methods

2014-07-18 Thread Yuriy Tymchuk
Hi, I need to manipulate classes/methods in my tests. E.g. create class, test something, remove it. Can I do this silently? Because otherwise I get dirty packages, Epicea log and so on. Cheers Uko

[Pharo-dev] Reacting to multi-selection changes in ListModel

2014-07-17 Thread Yuriy Tymchuk
Hi, maybe someone can help me out with this. I’m working with ListModel that supports multiple selection and has autoDeselect turned off. Now I’ve tried to use #whenSelectionChanged: but it doesn’t give any data, #whenMultiSelectionChanged: is not triggered at all, #whenSelectedItemChanged:

[Pharo-dev] Colorising list nodes

2014-07-17 Thread Yuriy Tymchuk
Hi guys, 1 more question about Spec: can I somehow define a color for list items. For example I want to fade out some of them. Nautilus (as it does the same for extension methods) uses PluggableIconListMorph, can I use existing spec models? Uko

Re: [Pharo-dev] Doubt in Pharo | Newbie

2014-07-15 Thread Yuriy Tymchuk
Already answered here: http://stackoverflow.com/questions/24750371/dictionary-to-string On 15 Jul 2014, at 08:00, Dokania, Harshit hdoka...@illinois.edu wrote: Hello All, I am trying to create a database table using pharo, sqlite. I have taken the argument column names and data type as

Re: [Pharo-dev] Handling side-scrolls

2014-07-13 Thread Yuriy Tymchuk
Thank you Stef. I’ll take a look. Uko On 10 Jul 2014, at 21:21, stepharo steph...@free.fr wrote: This is not that we do not care. This is that we are busy. If you want to make some step in that direction try to OSWindow bug tracker issue and see if it is working for you. Because probably

Re: [Pharo-dev] handling method/classes updartes

2014-07-13 Thread Yuriy Tymchuk
of great tool. Now working with a real system is complex because a class can recategorized, a method rename, recatogorized, removed and there is magical solution - at least that I know Stef On 10/7/14 19:38, Yuriy Tymchuk wrote: Hi, is there a way to subscribe directly to a method/class

[Pharo-dev] Reporting Segmentation fault

2014-07-13 Thread Yuriy Tymchuk
I’ve encountered a situation where pharo crashes, and when I run it from command line I get: Segmentation fault: 11. Also before that some trace appears starting with highlighted: MessageNotUnderstood: ToolDockingBarMorphpopUpEvent:in:”. I’ve also updated my Pharo launcher and now stack trace

Re: [Pharo-dev] Division isn't correct

2014-07-11 Thread Yuriy Tymchuk
That’s why mathematics and programming are two different things… On 11 Jul 2014, at 16:08, Esteban A. Maringolo emaring...@gmail.com wrote: Usually comparing against floats is not as deterministic as you would expect. And in other dialects you use #equals: instead of #= But in Pharo there

Re: [Pharo-dev] Division isn't correct

2014-07-11 Thread Yuriy Tymchuk
:) But then why 4/2 = 2? On Fri, Jul 11, 2014 at 5:18 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: That’s why mathematics and programming are two different things… On 11 Jul 2014, at 16:08, Esteban A. Maringolo emaring...@gmail.com wrote: Usually comparing against floats

Re: [Pharo-dev] #canUnderstand:

2014-07-10 Thread Yuriy Tymchuk
11151 version Any ideas why? Esteban? Uko On 09 Jul 2014, at 17:19, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 09 Jul 2014, at 17:16, Camille Teruel camille.ter...@gmail.com wrote: Hi Yuriy, If I remember well, originally, there was #canUnderstand: that checked if a method

Re: [Pharo-dev] #canUnderstand:

2014-07-10 Thread Yuriy Tymchuk
And there was this issue: https://pharo.fogbugz.com/f/cases/12357/ On 10 Jul 2014, at 09:42, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Look like the same problem is present in Pharo 3. As far as I can understand this method was changed by: Name: Traits-EstebanLorenzano.546 Author

Re: [Pharo-dev] #canUnderstand:

2014-07-10 Thread Yuriy Tymchuk
to do the job of #canPerform and we don’t have any method that checks if given class has defined method with a given name without checking whether it has subclassResponsibility or explicitRequirement. Uko On 10 Jul 2014, at 09:52, Yuriy Tymchuk yuriy.tymc...@me.com wrote

[Pharo-dev] Handling side-scrolls

2014-07-10 Thread Yuriy Tymchuk
Dear Pharo developers, can we deal somehow with this issue: https://pharo.fogbugz.com/f/cases/5296/Fast-Scroll-Down-produces-weird-events ? Or at least please tell me if someone needs this functionality. Maybe we can just ignore that? Uko

[Pharo-dev] handling method/classes updartes

2014-07-10 Thread Yuriy Tymchuk
Hi, is there a way to subscribe directly to a method/class, so I san know when it updates/is removed and so on? Because it looks like a pain to subscribe to system announcer and check if the method changed is the one I need. Uko

[Pharo-dev] #canUnderstand:

2014-07-09 Thread Yuriy Tymchuk
Hi guys, I’m wandering if #canUnderstand: is implemented in a right way. I has exactly the same implementation as #canPerform:, so I wander if it’s a part of renaming process or one of the methods is not doing what they should. Uko

Re: [Pharo-dev] #canUnderstand:

2014-07-09 Thread Yuriy Tymchuk
to investigate https://pharo.fogbugz.com/f/cases/13521/RBMissingSubclassResponsibilityRule-broken and found out that there is a problem with #canUnderstand: Uko Camille On 9 juil. 2014, at 16:50, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi guys, I’m wandering if #canUnderstand

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Yuriy Tymchuk
Sometimes StackExchange-related guys are really stupid… I think that we should put this contest in a visible place. And thanks Hernán, I think that it’s also cool that you can search for desired method like that in the image. Uko On 08 Jul 2014, at 09:07, Hernán Morales Durand

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Yuriy Tymchuk
On 08 Jul 2014, at 11:08, Frank Shearar frank.shea...@gmail.com wrote: On 8 July 2014 08:12, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Sometimes StackExchange-related guys are really stupid… That missing contest page has this: This question was voluntarily removed by its author

[Pharo-dev] ci.inria.fr down?

2014-07-08 Thread Yuriy Tymchuk
It’s not opening for me + downforeveryoneorjustme.com in unaccessible…

Re: [Pharo-dev] ci.inria.fr down?

2014-07-08 Thread Yuriy Tymchuk
Working again On 08 Jul 2014, at 15:42, Yuriy Tymchuk yuriy.tymc...@me.com wrote: It’s not opening for me + downforeveryoneorjustme.com in unaccessible…

[Pharo-dev] Re-run lint rule for a single method(class)

2014-07-07 Thread Yuriy Tymchuk
Hi everyone, One usual practice about rerunning SmallLint rules is to execute #resetResult first. This is fine, but what if I have run in on a bit environment, then changed a single method and I want to re-run the rule for that method. Is there a common way to remove one specific critic from

Re: [Pharo-dev] [Pharo4] theme change via Settings: call #installFullTheme

2014-07-04 Thread Yuriy Tymchuk
Cool, thank you Marcus! But isn’t #installFullTheme damaging something? Can you come back to white theme after that? Uko On 04 Jul 2014, at 10:26, Marcus Denker marcus.den...@inria.fr wrote: Hi, When people are enabling the Pharo Dark theme in Pharo4 using settings is is not very usable

[Pharo-dev] Again on #definesClass: and #includesClass:

2014-07-03 Thread Yuriy Tymchuk
In environments we have two methods: #definesClass: and #includesClass:. They make sense for package environments, as one of them may include a class as it defines extension methods for it, but it’s not defining the class itself. Now #includesClass: is redefined in all environments, but

Re: [Pharo-dev] Again on #definesClass: and #includesClass:

2014-07-03 Thread Yuriy Tymchuk
Good, I will implement this and submit a slice. Thanks. Uko On 03 Jul 2014, at 10:27, Marcus Denker marcus.den...@inria.fr wrote: On 03 Jul 2014, at 10:09, Yuriy Tymchuk yuriy.tymc...@me.com wrote: In environments we have two methods: #definesClass: and #includesClass:. They make sense

[Pharo-dev] SpecInterpreter?

2014-07-03 Thread Yuriy Tymchuk
Hi, is there any explanation how SpecInterpreter works? Because in MorphicRoassalAdapter class you have: defaultSpec ^ #(RTViewForSpec whenLastEventChangedDo: #(model whenLastEventChangedBlock)) and I cannot find out how this symbol magic is working. Uko

Re: [Pharo-dev] SpecInterpreter?

2014-07-03 Thread Yuriy Tymchuk
something in the view on the go, it’s quite hard. Uko On 03 Jul 2014, at 12:42, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: And you can also find some explanations here: http://spec.st/docs/interpreter/#collect_the_data Ben On 03 Jul 2014, at 12:37, Yuriy Tymchuk yuriy.tymc

[Pharo-dev] PillarHub

2014-07-02 Thread Yuriy Tymchuk
Hi everyone. I’m so excited that I cannot keep silent. Guys from Pharocloud have implemented online editor (and storage) for Pillar documents. This is really amazing, and you can check it out here: http://pillarhub.pharocloud.com/hub/pillarhub/about. They have a really nice plans, and now we

Re: [Pharo-dev] Spec TreeModel

2014-06-28 Thread Yuriy Tymchuk
of work to do. So I started to reorganize the packages to help us finding our way doing this analysis. Stef On 27/6/14 11:28, Yuriy Tymchuk wrote: Hi, I’d like to improve the TreeModel of Spec, but I need some help. Fist of all UI breaks when different theme is used: Mail

[Pharo-dev] Centring label

2014-06-27 Thread Yuriy Tymchuk
Hi, is there a way to align text of Spec’s LabelModel, so it will appear in the middle? Uko

[Pharo-dev] Spec TreeModel

2014-06-27 Thread Yuriy Tymchuk
Hi, I’d like to improve the TreeModel of Spec, but I need some help. Fist of all UI breaks when different theme is used: When you deselect checkbox and at that moment item is not highlighted. This happens when checkbox is clicked, the item is not highlighted and so it’s original color is not

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-27 Thread Yuriy Tymchuk
On 27 Jun 2014, at 15:53, Goubier Thierry thierry.goub...@cea.fr wrote: Le 26/06/2014 19:11, Yuriy Tymchuk a écrit : I can only suggest you to read my blogpost about configurations and versioning: http://sleepycoders.blogspot.ch/2014/04/how-to-distribute-your-github-pharo.html I

Re: [Pharo-dev] about ~=

2014-06-26 Thread Yuriy Tymchuk
For me ~ looks more like closeTo: Uko On 26 Jun 2014, at 10:15, Christophe Demarey christophe.dema...@inria.fr wrote: Hi, I would like to make a suggestion that may lead to a long debate but let's go: What do you think about deprecating ~= and replace it with != for example? Why? In

Re: [Pharo-dev] about ~=

2014-06-26 Thread Yuriy Tymchuk
I think that while working with float arithmetic it will be nice to provide something like #~= instead of #closeTo:, and also add #~, #~= and so on. But maybe I’m wrong :) Uko On 26 Jun 2014, at 13:07, Christophe Demarey christophe.dema...@inria.fr wrote: Le 26 juin 2014 à 12:46, Nicolas

Re: [Pharo-dev] about ~=

2014-06-26 Thread Yuriy Tymchuk
On 26 Jun 2014, at 13:27, Sven Van Caekenberghe s...@stfx.eu wrote: -1 for replacing ~= with != because it is not better at all +1 for avoiding it altogether like you suggest -1 for changing ~= to mean #closeTo: I like the longer name Yes, but this way we can end up with the names like:

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-26 Thread Yuriy Tymchuk
I can only suggest you to read my blogpost about configurations and versioning: http://sleepycoders.blogspot.ch/2014/04/how-to-distribute-your-github-pharo.html I usually mix filetree and gitfiletree. Last one is better, because you don’t have to remember to commit in git each time you commit

Re: [Pharo-dev] [Tutorial] Rediscovering the UX of the legendary HP-35 Scientific Pocket Calculator

2014-06-25 Thread Yuriy Tymchuk
Amazing, I have to read this ASAP. Thanks Sven! Uko On 25 Jun 2014, at 15:29, Sven Van Caekenberghe s...@stfx.eu wrote: Hi, I have written a new, extensive, long form, introductory article about Pharo. Rediscovering the UX of the legendary HP-35 Scientific Pocket Calculator A

[Pharo-dev] Roassal-Spec event handling

2014-06-25 Thread Yuriy Tymchuk
Hi, can anybody help me to understand the event handling strategy implemented in roassal-spec adapter? Because all things are using the concept of “last event” and and it’s a bit hard to understand events my debugging them or whatsoever. I’ll be thankful for any help. Cheers! Uko

<    1   2   3   4   5   6   7   8   9   >