Re: [Pharo-dev] Running on Ubuntu?

2016-11-23 Thread Chris Muller
Hey Igor, I was just messing around with this the other day; Levente had the tersest incantation which worked on my fresh 14.04.4 install: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libuuid1:i386 libglu1-mesa:i386 libsm6:i386 (Documented at

Re: [Pharo-dev] [Vm-dev] Removing most of the windowing code

2016-11-23 Thread Esteban Lorenzano
> On 24 Nov 2016, at 08:24, Esteban Lorenzano wrote: > > where can I see the code? forget it, I was so overblown with your ANN that I just skip the link to your branch :P Esteban

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread p...@highoctane.be
On Wed, Nov 23, 2016 at 12:53 AM, Eliot Miranda wrote: > > > On Tue, Nov 22, 2016 at 10:26 AM, Sven Van Caekenberghe > wrote: > >> >> > On 22 Nov 2016, at 19:16, p...@highoctane.be wrote: >> > >> > >> > >> > On Tue, Nov 22, 2016 at 5:57 PM, Igor Stasenko

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread philippe.b...@highoctane.be
Le 23 nov. 2016 12:07, "Igor Stasenko" a écrit : > > > > On 23 November 2016 at 12:41, p...@highoctane.be wrote: >> >> >> >> On Wed, Nov 23, 2016 at 10:51 AM, Igor Stasenko wrote: >>> >>> >>> >>> On 23 November 2016 at 10:50,

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread Igor Stasenko
On 23 November 2016 at 12:41, p...@highoctane.be wrote: > > > On Wed, Nov 23, 2016 at 10:51 AM, Igor Stasenko > wrote: > >> >> >> On 23 November 2016 at 10:50, p...@highoctane.be >> wrote: >> >>> >>> >>> On Wed, Nov 23, 2016 at 12:53

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread Igor Stasenko
On 23 November 2016 at 10:50, p...@highoctane.be wrote: > > > On Wed, Nov 23, 2016 at 12:53 AM, Eliot Miranda > wrote: > >> >> >> On Tue, Nov 22, 2016 at 10:26 AM, Sven Van Caekenberghe >> wrote: >> >>> >>> > On 22 Nov 2016, at 19:16,

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread p...@highoctane.be
On Wed, Nov 23, 2016 at 10:51 AM, Igor Stasenko wrote: > > > On 23 November 2016 at 10:50, p...@highoctane.be > wrote: > >> >> >> On Wed, Nov 23, 2016 at 12:53 AM, Eliot Miranda >> wrote: >> >>> >>> >>> On Tue, Nov 22, 2016 at

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread Thierry Goubier
Hi Phil, 2016-11-23 12:17 GMT+01:00 philippe.b...@highoctane.be < philippe.b...@gmail.com>: > [ ...] > > It is really important to have such features to avoid massive GC pauses. > > My use case is to load the data sets from here. > https://www.google.be/url?sa=t=web=j=http:// >

Re: [Pharo-dev] STON doesn't produce valid JSON - it shouldn't escape quation mark

2016-11-23 Thread Peter Uhnak
Thanks! P On Sun, Nov 20, 2016 at 08:02:35PM +0100, Sven Van Caekenberghe wrote: > I committed the following in STON (sthub.com, ss3.gemstone.com & github.com) > #bleedingEdge: > > === > Name: STON-Core-SvenVanCaekenberghe.78 > Author: SvenVanCaekenberghe > Time: 20 November 2016,

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Sven Van Caekenberghe
Max, > On 23 Nov 2016, at 14:34, Max Leske wrote: > > Hi (Sven), > > Zinc can’t currently handle unicode domain names (e.g. http://üni.ch). Are > there any plans to implement punycode / IDNA conversion for Zinc? Or is there > an explicit reason not to support it? I see

[Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Max Leske
Hi (Sven), Zinc can’t currently handle unicode domain names (e.g. http://üni.ch ). Are there any plans to implement punycode / IDNA conversion for Zinc? Or is there an explicit reason not to support it? I see that #parseHostPort: expects the host portion to be percent

Re: [Pharo-dev] About ~= and ~~

2016-11-23 Thread Aliaksei Syrel
Hi It is been a while... So, do we want to replace ~~ with a primitive? :) Cheers Alex -- View this message in context: http://forum.world.st/About-and-tp3898409p4924391.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Max Leske
Great! There’s a punycode implementation on smalltalkhub (http://smalltalkhub.com/#!/~dTriangle/Punycode ) but it needs some polishing. Should I open an issue on FogBugz so we don’t forget? Max > On 23 Nov 2016, at 15:00, Sven Van Caekenberghe

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Sven Van Caekenberghe
> On 23 Nov 2016, at 15:36, Max Leske wrote: > > Great! > > There’s a punycode implementation on smalltalkhub > (http://smalltalkhub.com/#!/~dTriangle/Punycode) but it needs some polishing. Wow, that looks good, it even has ZnUrl integration, so we're done ;-) There are

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread p...@highoctane.be
Thanks Thierry. Please also see that with new satellites, the resolution is ever increasing (e.g. Sentinel http://m.esa.int/Our_Activities/Observing_the_Earth/Copernicus/Overview4) I understand the tile thing and indeed a lot of the algos work on tiles, but there are other ways to do this and

Re: [Pharo-dev] About ~= and ~~

2016-11-23 Thread Clément Bera
Hi Do you mean you want to add this pragma "" in Object >> #~~ ? Or do you mean replacing #blockCopy: by #~~ in the special selectors to get it inlined by default like #== ? On Wed, Nov 23, 2016 at 2:39 PM, Aliaksei Syrel wrote: > Hi > > It is been a while... > So, do

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread Thierry Goubier
2016-11-23 15:46 GMT+01:00 p...@highoctane.be : > Thanks Thierry. > > Please also see that with new satellites, the resolution is ever > increasing (e.g. Sentinel http://m.esa.int/Our_Activities/Observing_the_ > Earth/Copernicus/Overview4) > It has allways been so. Anytime

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Sven Van Caekenberghe
https://pharo.fogbugz.com/f/cases/19383/IDNA-punycode-for-Zinc After loading Name: Punycode-dTriangle.8 Author: dTriangle Time: 26 August 2013, 10:19:11.728 am UUID: 6493a3ee-43bb-44f0-86a8-5aa47a9b42ff Ancestors: Punycode-dTriangle.7 I can do the following 'http://üni.ch' asUrl.

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread Max Leske
:) Nice. > On 23 Nov 2016, at 16:51, Sven Van Caekenberghe wrote: > > https://pharo.fogbugz.com/f/cases/19383/IDNA-punycode-for-Zinc > > After loading > > Name: Punycode-dTriangle.8 > Author: dTriangle > Time: 26 August 2013, 10:19:11.728 am > UUID:

[Pharo-dev] [pharo-project/pharo-core] fe6296: 60303

2016-11-23 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: fe62961ace16b96be8e62c61593e0e68924cf2d0 https://github.com/pharo-project/pharo-core/commit/fe62961ace16b96be8e62c61593e0e68924cf2d0 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-11-23 Thread GitHub
Branch: refs/tags/60303 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread p...@highoctane.be
On Wed, Nov 23, 2016 at 4:16 PM, Thierry Goubier wrote: > > > 2016-11-23 15:46 GMT+01:00 p...@highoctane.be : > >> Thanks Thierry. >> >> Please also see that with new satellites, the resolution is ever >> increasing (e.g. Sentinel

Re: [Pharo-dev] IDNA / punycode for Zinc?

2016-11-23 Thread p...@highoctane.be
I am always amazed about the cool things I can learn from this list. Phil On Wed, Nov 23, 2016 at 4:59 PM, Max Leske wrote: > :) Nice. > > > > > On 23 Nov 2016, at 16:51, Sven Van Caekenberghe wrote: > > > >

Re: [Pharo-dev] Breaking the 4GB barrier with Pharo 6 64-bit

2016-11-23 Thread Thierry Goubier
Le 23/11/2016 à 20:11, p...@highoctane.be a écrit : On Wed, Nov 23, 2016 at 4:16 PM, Thierry Goubier > wrote: 2016-11-23 15:46 GMT+01:00 p...@highoctane.be