Re: [Pharo-dev] MetaLink to conditionally skip a method execution based on an arg

2016-10-25 Thread Nicolai Hess
Am 23.10.2016 9:22 vorm. schrieb "Yuriy Tymchuk" : > > I’ve also described the question with examples on SO: https://stackoverflow.com/questions/40200546/conditionally-skip-a-method-with-matalinks > Answered on SO. @marcus: Maybe instead links should continue with the

Re: [Pharo-dev] keeping threads on topic

2016-10-25 Thread Jimmie Houchin
Thanks for the information. I personally don't have a problem with the ability to search. I have the entire mailing list in a single mailbox in Thunderbird. However the problem with data and searching is how clean is the data, the quality of the metadata, and the constraints you can put on

Re: [Pharo-dev] [Ann] Stack Android VM

2016-10-25 Thread Jimmie Houchin
Thanks for working on this. I greatly look forward to being able to use Pharo on my devices. Exciting times. Jimmie Houchin On 10/23/2016 03:03 PM, Santiago Bragagnolo wrote: Still far from production. But since i would happy to have some feedback, I'm happy to show you some progress on

Re: [Pharo-dev] keeping threads on topic

2016-10-25 Thread Dimitris Chloupis
The forum has a very nice search facility http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html On Wed, 26 Oct 2016 at 06:11, Jimmie Houchin wrote: > On 10/23/2016 12:11 AM, Tudor Girba wrote: > > Hi, > > > > The communication traffic around Pharo is constantly

Re: [Pharo-dev] keeping threads on topic

2016-10-25 Thread Jimmie Houchin
On 10/23/2016 12:11 AM, Tudor Girba wrote: Hi, The communication traffic around Pharo is constantly increasing and it is harder and harder to keep up with everything that is happening. On the one hand this is great because it shows that our project is growing healthily. On the other hand, it

Re: [Pharo-dev] roundTo: strange behavior

2016-10-25 Thread Nicolas Cellier
2016-10-25 23:22 GMT+02:00 stepharo : > Ok for the advice > > Now round: aNumberOfDigits seems to work fine. > > Stef > > No it's not, but issues are timing out too fast ;) https://pharo.fogbugz.com/f/cases/15471/Can-t-round-Float-fmax-to-2-decimal-places

Re: [Pharo-dev] [ANN] Scale

2016-10-25 Thread stepharo
Yes you both are are right. This is why - we started to work on making sure that we can configure an image to be silent (no logging on changes) - we should have a way to save / launch configured images. Stef Le 25/10/16 à 09:03, p...@highoctane.be a écrit : Python has

Re: [Pharo-dev] roundTo: strange behavior

2016-10-25 Thread stepharo
Ok for the advice Now round: aNumberOfDigits seems to work fine. Stef Le 25/10/16 à 11:05, Henrik Johansen a écrit : +1. Unless you're dealing with fixed precision* entities, it's usually better to specify digits to display in printing methods themselves (#printShowingDecimalPlaces: &

[Pharo-dev] TechTalk invite link

2016-10-25 Thread Esteban Lorenzano
https://discord.gg/88sbn83 It will start in 20min as preview. Esteban

Re: [Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Esteban Lorenzano
> On 25 Oct 2016, at 15:01, Dimitris Chloupis wrote: > > > > 1) Builds will be bootstrap based. > This implies a change of mindset: pharo will be considered as a small kernel > plus a set of maintained packages. This is important to remark because is a > difference in

Re: [Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Dimitris Chloupis
> > 1) Builds will be bootstrap based. > This implies a change of mindset: pharo will be considered as a small > kernel plus a set of maintained packages. This is important to remark > because is a difference in our way of think: until now pharo is “the > image”, now it will be different because

Re: [Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Esteban Lorenzano
> On 25 Oct 2016, at 14:27, Thierry Goubier wrote: > > > > 2016-10-25 14:20 GMT+02:00 Esteban Lorenzano >: > and I will paste Stef’s clarification, because it seems my text was a bit > obscure :) > > Pharo 6.0

Re: [Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Thierry Goubier
2016-10-25 14:20 GMT+02:00 Esteban Lorenzano : > and I will paste Stef’s clarification, because it seems my text was a bit > obscure :) > > Pharo 6.0 will be with the old process. > - no bootstrap > - no git > - 64 bits > So Pharo 6 will be 64 bits?

Re: [Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Esteban Lorenzano
and I will paste Stef’s clarification, because it seems my text was a bit obscure :) Pharo 6.0 will be with the old process. - no bootstrap - no git - 64 bits - stabilisation But in parallel to Pharo 6.0 beta we will start Pharo7.0prealpha. - with

[Pharo-dev] Notes about Pharo 6 release and new process for Pharo 7

2016-10-25 Thread Esteban Lorenzano
Time to send this to dev list: (btw, this has to do with what we are going to talk today in TechTalk). Hi, Last week we had a meeting where we tried to define current Pharo 6 efforts and the next Pharo 7 goals (in particular, how to revamp our process into something that fits better our

Re: [Pharo-dev] MetaLink to conditionally skip a method execution based on an arg

2016-10-25 Thread Nicolai Hess
2016-10-23 12:15 GMT+02:00 Peter Uhnak : > I was looking at this and ran into some very odd behavior: > > imagine we have some method: > > ``` > Object subclass: #MyClass. > MyClass compile: 'method: arg > Transcript crShow: ''executed '', arg asString'. > ``` > > and a

Re: [Pharo-dev] CI's down ?

2016-10-25 Thread Sven Van Caekenberghe
They seem to fail to install new VM's ... Creating starter scripts pharo and pharo-ui On a 64-bit system? You must install the 32-bit libraries Try `sudo aptitude install ia32-libs` or see http://pharo.org/gnu-linux-installation#64-bit-System-Setup for more info ... Something must have

Re: [Pharo-dev] [ANN] Scale

2016-10-25 Thread Santiago Bragagnolo
Hi Ben. Yes in deed, it's quite dangerous and it's not meant to be used without thinking about the impact. In any case you cannot even execute this command without sudo (since the installation is on /usr/local/bin). In a nutshell im using it for installing scale, and updating it. And a i leave it

Re: [Pharo-dev] roundTo: strange behavior

2016-10-25 Thread Sven Van Caekenberghe
> On 25 Oct 2016, at 11:05, Henrik Johansen > wrote: > > +1. > > Unless you're dealing with fixed precision* entities, it's usually better to > specify digits to display in printing methods themselves > (#printShowingDecimalPlaces: & friends in base image). >

Re: [Pharo-dev] roundTo: strange behavior

2016-10-25 Thread Henrik Johansen
+1. Unless you're dealing with fixed precision* entities, it's usually better to specify digits to display in printing methods themselves (#printShowingDecimalPlaces: & friends in base image). As per previous discussions around this that arise every second year or so, rounding the number

Re: [Pharo-dev] CI's down ?

2016-10-25 Thread Marcus Denker
Hi, I have restarted the jenkins. Lets hope it works better. Marcus > On 24 Oct 2016, at 11:34, Sven Van Caekenberghe wrote: > > It seems that since a couple of days the CI's are down ? > > https://ci.inria.fr/pharo-contribution/ > > >

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

2016-10-25 Thread GitHub
Branch: refs/tags/50762 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 9733d5: 50762

2016-10-25 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 9733d5c59a3043f0425826f133fa7b71d24e3c2a https://github.com/pharo-project/pharo-core/commit/9733d5c59a3043f0425826f133fa7b71d24e3c2a Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core] 4a07c2: 60268

2016-10-25 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 4a07c2a919a25a29ecc26483fda83c7bf3ada95d https://github.com/pharo-project/pharo-core/commit/4a07c2a919a25a29ecc26483fda83c7bf3ada95d Author: Jenkins Build Server Date:

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

2016-10-25 Thread GitHub
Branch: refs/tags/60268 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [REMEMBER] TechTalk tomorrow 16UTC

2016-10-25 Thread Blondeau Vincent
You can make links that never expires (unless you deactivate them) (else it is 30 minutes): https://discord.gg/jyVT2dp Vincent De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Esteban Lorenzano Envoyé : mardi 25 octobre 2016 09:27 À : Pharo Development List Objet : Re:

Re: [Pharo-dev] [REMEMBER] TechTalk tomorrow 16UTC

2016-10-25 Thread Esteban Lorenzano
instant invites expires very fast. I will be sending a new one before the meeting. Esteban > On 25 Oct 2016, at 04:57, Hernán Morales Durand > wrote: > > > 16:00 UTC is 13:00hs in Argentina but the link now (23:57hs) says "The > instant invite is invalid or has

Re: [Pharo-dev] [ANN] Scale

2016-10-25 Thread p...@highoctane.be
Python has virtualenv, where one can install its own little world. There is no reason we couldn't have an equivalent where a base scale image is copied and updated with whatever we feel like. http://docs.python-guide.org/en/latest/dev/virtualenvs/ Phil On Tue, Oct 25, 2016 at 5:59 AM, Ben Coman