Re: [Pharo-dev] macOS Sierra support

2016-11-11 Thread Sean P. DeNigris
EstebanLM wrote > the regular download by zeroconf should give you an usable VM. That worked - thanks! EstebanLM wrote > I will disable the jobs because... people got confused. Great idea :) - Cheers, Sean -- View this message in context: http://forum.world.st/macOS-Sierra-support-tp49

Re: [Pharo-dev] Invoice management

2016-11-11 Thread stepharo
Hi I started to build silly bills using Artefact (and I should finish). I saw that I should add more components to Artefact and it is on my todo. Doing so I discover that there is a super cool library for date printing in Zn. Stef Le 11/11/16 à 18:48, Trussardi Dario Romano a écrit : Ciao

Re: [Pharo-dev] Invoice management

2016-11-11 Thread Dimitris Chloupis
Pharo-Dev is for the development of Pharo, Pharo-Users is for user questions like this. I have not done what you are asking but if I was interested into doing what you want to do for GUI I would use Morphic, for database SQlite cause its light and powerful and for queries well also SQlite , save i

[Pharo-dev] Invoice management

2016-11-11 Thread Trussardi Dario Romano
Ciao, I hope this email and relative question does not create problems to the list. A dear friend asked me if I was able to handle the invoice management: 1 ) create the document with some items 2) print and save the document

Re: [Pharo-dev] Pragma keyword / selector / methodSelector

2016-11-11 Thread Stephan Eggermont
On 11/11/16 10:55, Pavel Krivanek wrote: That means that the meaning of the message #selector was changed and it can cause some problems (like some currently failing tests [1]). The #selector message was deprecated in the middle of the transition process so most of usages should be already rewrit

Re: [Pharo-dev] Pragma keyword / selector / methodSelector

2016-11-11 Thread Cyril Ferlicot D.
On 11/11/2016 15:58, Stephan Eggermont wrote: > Revert and first do a deprecation phase > > Stephan > > > +1 It would be cool to go by a deprecation phase indeed. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Descriptio

Re: [Pharo-dev] Pragma keyword / selector / methodSelector

2016-11-11 Thread Stephan Eggermont
On 11/11/16 10:55, Pavel Krivanek wrote: Hi, the API of Pragma was changed in quite dangerous way. In past we had: - #selector to access to method selector - #keyword to access to pragma selector now we have: - #methodSelector to access to method selector - #selector to access to pragma selecto

Re: [Pharo-dev] Pragma keyword / selector / methodSelector

2016-11-11 Thread Cyril Ferlicot D.
Le 11/11/2016 à 10:55, Pavel Krivanek a écrit : > Hi, > > the API of Pragma was changed in quite dangerous way. > In past we had: > - #selector to access to method selector > - #keyword to access to pragma selector > > now we have: > - #methodSelector to access to method selector > - #selector t

Re: [Pharo-dev] LMDB

2016-11-11 Thread Jan van de Sandt
Hi, On OSX you can use Homebrew to install LMDB. This will install the 64bit version. If you want the 32bit version you will have to tweak the recipe. Jan. On Fri, Nov 11, 2016 at 11:32 AM, Stephan Eggermont wrote: > On 05/11/16 13:55, Jan van de Sandt wrote: > >> LMDB is a lean, mean and very

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

2016-11-11 Thread Thierry Goubier
Le 11/11/2016 à 11:29, Stephan Eggermont a écrit : On 10/11/16 21:35, Igor Stasenko wrote: No, no, no! This is simply not true. It is you, who writes the code that generates a lot of statistical data/analysis data, and its output is fairly predictable.. else you are not collecting any data, but

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

2016-11-11 Thread Tudor Girba
Hi, The discussion on this thread had nothing to do with FAMIX or Moose. It had to do with people’s ability to load larger pieces of data in the image without the VM imposing a low limit on it. There are clear scenarios where this is desirable, and I do not understand why this is a topic of con

[Pharo-dev] LMDB

2016-11-11 Thread Stephan Eggermont
On 05/11/16 13:55, Jan van de Sandt wrote: LMDB is a lean, mean and very fast storage engine. One limitation is that you need a 64bit proces before you can store more than 2GB of data. That was a downside for me until very recently :-) LMDB is a low level key-value storage engine that runs on a

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

2016-11-11 Thread Stephan Eggermont
On 10/11/16 21:35, Igor Stasenko wrote: No, no, no! This is simply not true. It is you, who writes the code that generates a lot of statistical data/analysis data, and its output is fairly predictable.. else you are not collecting any data, but just a random noise, isn't? That would be green fi

[Pharo-dev] Pragma keyword / selector / methodSelector

2016-11-11 Thread Pavel Krivanek
Hi, the API of Pragma was changed in quite dangerous way. In past we had: - #selector to access to method selector - #keyword to access to pragma selector now we have: - #methodSelector to access to method selector - #selector to access to pragma selector That means that the meaning of the messa

[Pharo-dev] [pharo-project/pharo-core] c45285: 60289

2016-11-11 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: c452852ec93afaf5e1f8b1fec8b94d27cefd2122 https://github.com/pharo-project/pharo-core/commit/c452852ec93afaf5e1f8b1fec8b94d27cefd2122 Author: Jenkins Build Server Date: 2016-11-11 (Fri, 11 Nov 2016

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

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