Re: [Pharo-dev] [Vm-dev] Methods with more than 15 args sketch

2016-06-19 Thread Tudor Girba
Hi, > On Jun 20, 2016, at 8:30 AM, Marcus Denker wrote: > >> >> On 19 Jun 2016, at 11:35, Tudor Girba wrote: >> >> Hi, >> >> Does anyone want to pick this up on the Pharo image side? >> >> I took a brief look at this and while playing I noticed that the errors when >> we send more than 15

Re: [Pharo-dev] [Vm-dev] Methods with more than 15 args sketch

2016-06-19 Thread Marcus Denker
> On 19 Jun 2016, at 11:35, Tudor Girba wrote: > > Hi, > > Does anyone want to pick this up on the Pharo image side? > > I took a brief look at this and while playing I noticed that the errors when > we send more than 15 arguments seem a bit strange. Take a look at this > snippet: > http://w

[Pharo-dev] Code-Icons in the "message" browser

2016-06-19 Thread Marcus Denker
Hi, The “message” (should be “method”) browser (which shows methods on “senders of” or “implementors of” now shows editor-icons: BreakPoints are not yet fully working, but that should be easy to fix. (this is in 60 098) Marcus

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

2016-06-19 Thread GitHub
Branch: refs/tags/60098 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 13e616: 60098

2016-06-19 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 13e61670de0fe81cbfa08498bf7ea898b773b1f6 https://github.com/pharo-project/pharo-core/commit/13e61670de0fe81cbfa08498bf7ea898b773b1f6 Author: Jenkins Build Server Date: 2016-06-19 (Sun, 19 Jun 2016

Re: [Pharo-dev] Pharo 5.0 Tiny Feature Request

2016-06-19 Thread Peter Uhnak
On Sun, Jun 19, 2016 at 10:05:45AM +0200, Max Leske wrote: > > > On 19 Jun 2016, at 01:44, Sean P. DeNigris wrote: > > > > Max Leske wrote > >> Why don’t you use OSSubprocess? > > > > My scripts require this functionality to be pre-loaded in a vanilla image. > > Ok, just wanted to check. > >

Re: [Pharo-dev] [Vm-dev] Methods with more than 15 args sketch

2016-06-19 Thread Tudor Girba
Hi, Does anyone want to pick this up on the Pharo image side? I took a brief look at this and while playing I noticed that the errors when we send more than 15 arguments seem a bit strange. Take a look at this snippet: http://ws.stfx.eu/958BXP5GR136 (you can paste it in Spotter to get the playgr

Re: [Pharo-dev] Pharo 5.0 Tiny Feature Request

2016-06-19 Thread stepharo
open a bug entry. Stef Le 19/6/16 à 01:44, Sean P. DeNigris a écrit : Max Leske wrote Why don’t you use OSSubprocess? My scripts require this functionality to be pre-loaded in a vanilla image. Also, on a minor note, some projects use OSProcess and I thought OSSP and OSP are incompatible.

Re: [Pharo-dev] Pharo 5.0 Tiny Feature Request

2016-06-19 Thread Max Leske
> On 19 Jun 2016, at 01:44, Sean P. DeNigris wrote: > > Max Leske wrote >> Why don’t you use OSSubprocess? > > My scripts require this functionality to be pre-loaded in a vanilla image. Ok, just wanted to check. > Also, on a minor note, some projects use OSProcess and I thought OSSP and > OSP