[Pharo-users] Pragma "only for place of definition", is there one?

2019-02-16 Thread Herby Vojčík
Hi! I'd just like to know if there is some pragma (eg. ) which would say to a (class-level) method only to use the code in the case self is method definition class, otherwise just delegate to super. I only see it useful in class-side `initialize` method, as in: Foo class >> initialize

Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-16 Thread peter yoo
maybe my linux env is fail now. because xterm cannot use korean input. more check after report this thread. thanks for all. :D

Re: [Pharo-users] Streams for FileReference in Pharo 7

2019-02-16 Thread Alistair Grant
On Sat, 16 Feb 2019 at 15:49, Sven Van Caekenberghe wrote: > > > On 16 Feb 2019, at 14:35, Alistair Grant wrote: > > > > Hi Sven & Jan, > > > > On Fri, 15 Feb 2019 at 10:25, Sven Van Caekenberghe wrote: > >> > >> Hi Jan, > >> > >> I like #<< too, but I think your assumption that it can print any

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-16 Thread Ben Coman
I'm not on a Mac to test, but it might be worth browsing the top few of these.. https://github.com/search?o=desc&q=can%27t+allocate+region+securely&s=created&type=Issues cheers -ben On Sat, 16 Feb 2019 at 20:10, Tim Mackinnon wrote: > I’ve actually being using both - but 32bit has generally bee

Re: [Pharo-users] Streams for FileReference in Pharo 7

2019-02-16 Thread Sven Van Caekenberghe
> On 16 Feb 2019, at 14:35, Alistair Grant wrote: > > Hi Sven & Jan, > > On Fri, 15 Feb 2019 at 10:25, Sven Van Caekenberghe wrote: >> >> Hi Jan, >> >> I like #<< too, but I think your assumption that it can print anything on a >> stream is generally wrong, dangerous and unreliable. >> >

Re: [Pharo-users] Streams for FileReference in Pharo 7

2019-02-16 Thread Alistair Grant
Hi Sven & Jan, On Fri, 15 Feb 2019 at 10:25, Sven Van Caekenberghe wrote: > > Hi Jan, > > I like #<< too, but I think your assumption that it can print anything on a > stream is generally wrong, dangerous and unreliable. > > IMHO, you better stick to #print: in that case. > > Consider the follow

Re: [Pharo-users] How do I find the RPackageTag of a class?

2019-02-16 Thread Denis Kudriashov
Hi Tim. aPackage classTagForClass: aClass Calypso shows more kind of children than just a package tags. And it can be extended. That's the reason why you don't have raw packageTag there. Also in Pharo 6 new API was introduced to handle tags of classes and methods in similar way https://pharo.man

[Pharo-users] Pharo 7.0 image size

2019-02-16 Thread Trussardi Dario Romano
Ciao, i have a Pharo 7.0 alpha build 1262. I development a Seaside application. The size of the image keeps increasing, without an apparent reason. Starting from 94 MB, now after rebooting and save the image the relative size is 252 MB. How can I under

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-16 Thread Tim Mackinnon
I’ve actually being using both - but 32bit has generally been considered the older more stable cousin (until Pharo 6 - where it was felt that 64bit was now just as stable). I only mentioned it - because the zeroconf example that has crashed a few of my several times - was 32 bit (but I have als

Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-16 Thread Hilaire
Thanks, I will test with my friend -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-16 Thread Hilaire
I can't tell, but in your initial email you mentionned using the 64bits VM, so the image is 64bits too. So if you are using 32bits, you can try 64bitsVM https://get.pharo.org/64/ Le 16/02/2019 à 12:01, Tim Mackinnon a écrit : > As mentioned, I’m on OSX HighSierra I get a zero conf image (which I

Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-16 Thread Hilaire
Hi Ben, I am not looking at you reproducing the scenario (you asked for) as it is some work and the outcome may not be reliable as you mentioned it. Nevertheless, the steps I described will likely get you on the trouble and are easy to get in. But more on sharing experience on this topic, as I me

Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-16 Thread Ben Coman
Le 16/02/2019 à 07:23, Ben Coman a écrit : > Its hard to determine what is wrong from the screen shot. > I'm probably not the one able to provide an answer, > but anyway... can you provide steps-to-reproduce in a fresh Image? On Sat, 16 Feb 2019 at 16:49, Hilaire wrote: > Hi Ben, > > The screens

Re: [Pharo-users] Quality assistant

2019-02-16 Thread Hilaire
Thanks Denis. By the way, Calypso is pretty cool. Le 15/02/2019 à 23:54, Denis Kudriashov a écrit : > > Use following script to disable it: > > ClyCriticBrowserPlugin disable > -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-16 Thread Hilaire
Hi Ben, The screenshot shows two things: 1. In the top (black background), it shows the first lines of the file 'DrGAngle3ptsOrientedItem.class.st' from the tonel repository, in the DrGeoII-Core tonel package. In this source, you see a 'CostumeClasse' method. 2. In the second half o