[Pharo-dev] mutex optimisation - #ifTrue:ifFalse versus #ifNil:ifNotNil:

2016-02-18 Thread Ben Coman
The Mutex primitives return a tri-state value: true, false and nil. So we would have... NewMutex>>critical: mutuallyExcludedBlock ifLocked: alternativeBlock ^lock tryAcquire ifNil: mutuallyExcludedBlock ifNotNil: [:acquired| acquired ifTrue:

Re: [Pharo-dev] mutex optimisation - #ifTrue:ifFalse versus #ifNil:ifNotNil: [ignore last post]

2016-02-18 Thread Ben Coman
Whoops, sorry, that last post shot off half done. Please delete it.

[Pharo-dev] GTSUnitDebugger MNU receiver of "paneNamed:" is nil

2016-02-19 Thread Ben Coman
I'll follow up logged an issue soon, but just a quick note while I'm in the flow on something else... 1. Pick an existing test method e.g. AST-Tests-Core > NumberParserTest > testFail 2. Insert an error like 1/0. 3. Run test from System Browser by clicking on the method's circular icon 4. Click

Re: [Pharo-dev] Who is using Pharo Launcher and for what

2016-02-20 Thread Ben Coman
PharoLauncher is the my primary entry point to Pharo. I now feel awkward starting Pharo any other way. It makes is cheap to create and manage throw away images when tackling multiple issues from the tracker. The critical thing is the _single_step_ to download the most recent numeric build to an

Re: [Pharo-dev] Who is using Pillar and for what

2016-02-20 Thread Ben Coman
I use it for books for the Pharo project. cheers -ben On Sat, Feb 20, 2016 at 6:46 PM, Damien Cassou wrote: > For my CV, I need to know who is using the stuff I'm doing. If you use > Pillar, could you please tell me in which context (e.g., which company, > open-source

[Pharo-dev] preferred way to invoke debugger

2016-02-20 Thread Ben Coman
What is the replacement for...? [ Smalltalk tools debugger openContext: self label:'Code simulation error' contents: nil]. In adding support to simulate new OwnedLock primitives, I see this is sent from Context>>doPrimitive:method:receiver:args: but this is no

[Pharo-dev] adding custom tabs to bottom of gtDebugger

2016-02-21 Thread Ben Coman
With... Error subclass: #OwnedLockBadRelease instanceVariableNames: 'lockOwner perpetrator' classVariableNames: '' package: 'Kernel-Processes' In playground when I do... | error | (error := OwnedLockBadRelease new) signal then in the debugger select the 'error'

Re: [Pharo-dev] adding custom tabs to bottom of gtDebugger

2016-02-21 Thread Ben Coman
t; > So, you should have a method annotated with gtInspectorPresentationOrder: in > your OwnedLockBadRelease. > > Let me know if you need more help. > > Cheers, > Doru > > >> On Feb 21, 2016, at 9:35 AM, Ben Coman <b...@openinworld.com>

Re: [Pharo-dev] Off Topic: Children 3-13yr english program -- 4 weeks free access

2016-02-02 Thread Ben Coman
On Mon, Jul 20, 2015 at 11:17 PM, Ben Coman <b...@openinworld.com> wrote: > greetings all, > > This is a long way off topic, but a random chance someone in the community > with kids learning english may find it useful. The past year I've had my 4yr > & 6yr old girls doin

Re: [Pharo-dev] CI is down?

2016-02-02 Thread Ben Coman
Perhaps pharo-dev can be subscribed to the annoucements? cheers -ben On Tue, Feb 2, 2016 at 8:34 PM, Christophe Demarey wrote: > Yes, there is a maintenance. > You should have received this message (if you did not unregister from > communication lists): > > Dear

Re: [Pharo-dev] [pharo-project/pharo-core] dbba45: 50646

2016-03-18 Thread Ben Coman
On Thu, Mar 17, 2016 at 1:07 AM, Ben Coman <b...@openinworld.com> wrote: > On Wed, Mar 16, 2016 at 8:36 PM, Esteban Lorenzano <esteba...@gmail.com> > wrote: >> On 16 Mar 2016, at 13:28, GitHub <nore...@github.com> wrote: >> >> 17797 random crash whil

Re: [Pharo-dev] Comparison of actual and expected Delay length on small durations

2016-03-12 Thread Ben Coman
On Sun, Mar 13, 2016 at 9:27 AM, Ben Coman <b...@openinworld.com> wrote: > > > On Sun, Mar 13, 2016 at 1:47 AM, Aliaksei Syrel <alex.sy...@gmail.com> > wrote: > >> Hi >> >> At some point I got a feeling that actual Delay time is longer than >>

Re: [Pharo-dev] Comparison of actual and expected Delay length on small durations

2016-03-12 Thread Ben Coman
On Sun, Mar 13, 2016 at 1:47 AM, Aliaksei Syrel wrote: > Hi > > At some point I got a feeling that actual Delay time is longer than > expected. It is especially visible on small delays less than 100ms > (otherwise difference is < 1%). > > [image: Inline image 1] >

Re: [Pharo-dev] Loading an image crashes the VM

2016-03-14 Thread Ben Coman
On Tue, Mar 15, 2016 at 1:25 AM, Jan Kurš wrote: > Hi, > > I am trying to open an image I saved a few days ago and I am getting this > message (the whole log is attached): > > stack page bytes 4096 available headroom 2788 minimum unused headroom 3020 > > (Segmentation fault) >

Re: [Pharo-dev] Changes Browser is broken

2016-03-19 Thread Ben Coman
I hadn't used Recover Changes for a while, but recently found that it had lost a lot of power. Particularly not being able to filter to show only the most recent updates. Its tedious to manually search for the latest version of several methods. cheers -ben On Fri, Mar 18, 2016 at 6:30 AM,

Re: [Pharo-dev] canc/del closes windows

2016-04-07 Thread Ben Coman
On Thu, Apr 7, 2016 at 8:56 PM, Davide Varvello via Pharo-dev wrote: > > > -- Forwarded message -- > From: Davide Varvello > To: pharo-dev@lists.pharo.org > Cc: > Date: Thu, 7 Apr 2016 05:24:04 -0700 (PDT) > Subject: Re: canc/del

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-06 Thread Ben Coman
On Wed, Apr 6, 2016 at 4:36 PM, Igor Stasenko wrote: > That explains, why, there initially certain features of Cairo, that not > exposed by Athens. > It is not because we can't or just don't care.. we do.. But only after we > can see that it consistent with rest of API and can

Re: [Pharo-dev] canc/del closes windows

2016-04-07 Thread Ben Coman
On Thu, Apr 7, 2016 at 5:01 PM, Davide Varvello via Pharo-dev wrote: > > > -- Forwarded message -- > From: Davide Varvello > To: pharo-dev@lists.pharo.org > Cc: > Date: Thu, 7 Apr 2016 01:29:21 -0700 (PDT) > Subject: canc/del closes

Re: [Pharo-dev] new pharo cheatsheet

2016-04-09 Thread Ben Coman
On Sat, Apr 9, 2016 at 3:52 PM, olivier auverlot wrote: > I think that it could be interesting to use it also on a simple HTML page > for the Pharo web site. This document can be put in the main menu > ("Beginners" ?) just before "Documentation". > > It's really cool

Re: [Pharo-dev] new pharo cheatsheet

2016-04-09 Thread Ben Coman
On Sat, Apr 9, 2016 at 3:56 AM, stepharo wrote: > new cheatsheet for Pharo syntax. > Any feedback is welcome So I really went to town and picked the eyes out of it... > #(abc 123) > literal array with the symbol #abc and the number 123 This one surprised me. I had to test it

Re: [Pharo-dev] new pharo cheatsheet

2016-04-09 Thread Ben Coman
On Sat, Apr 9, 2016 at 6:16 AM, Damien Pollet wrote: > On 8 April 2016 at 22:57, Sven Van Caekenberghe wrote: >> >> Since we are simpler and more logical, a cheat sheet should not confuse >> people by describing what we are not. > > > I beg to disagree.

Re: [Pharo-dev] [pharo-project/pharo-core] dbba45: 50646

2016-03-19 Thread Ben Coman
On Wed, Mar 16, 2016 at 8:36 PM, Esteban Lorenzano wrote: > On 16 Mar 2016, at 13:28, GitHub wrote: > > 17797 random crash while trying to dispose a NULL handle > https://pharo.fogbugz.com/f/cases/17797 > > > > again, this is an attempt against the "Font

Re: [Pharo-dev] [pharo-project/pharo-core] dbba45: 50646

2016-03-20 Thread Ben Coman
On Wed, Mar 16, 2016 at 8:36 PM, Esteban Lorenzano wrote: > On 16 Mar 2016, at 13:28, GitHub wrote: > > 17797 random crash while trying to dispose a NULL handle > https://pharo.fogbugz.com/f/cases/17797 > > again, this is an attempt against the "Font

Re: [Pharo-dev] Naming question for new version of Mocketry

2016-03-23 Thread Ben Coman
On Wed, Mar 23, 2016 at 6:31 PM, Denis Kudriashov wrote: > > 2016-03-23 11:02 GMT+01:00 Max Leske : >> >> But from English it not sounds like it should be occurred in past. Normally thats my cue ;) but I don't have any great ideas. >> So what correct

Re: [Pharo-dev] Naming question for new version of Mocketry

2016-03-23 Thread Ben Coman
On Wed, Mar 23, 2016 at 8:39 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > > 2016-03-23 12:38 GMT+01:00 Ben Coman <b...@openinworld.com>: >> >> Maybe... >>[ mock someMessage. mock2 somMessage2 ] shouldve beenSent >> >> but maybe you don't

Re: [Pharo-dev] [Bloc] content vs contents

2016-03-06 Thread Ben Coman
On Sun, Mar 6, 2016 at 5:20 PM, stepharo wrote: > Hi native english speaker > > what is the best content or contents? Actually I couldn't say off hand. It depends on the context and I can't think of a specific rule. I can only present a few examples. The contents of the box.

[Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-06 Thread Ben Coman
On Sun, Mar 6, 2016 at 5:05 AM, Sven Van Caekenberghe <s...@stfx.eu> wrote: > >> On 05 Mar 2016, at 19:57, Ben Coman <b...@openinworld.com> wrote: >> >> On Sun, Mar 6, 2016 at 2:10 AM, Sven Van Caekenberghe <s...@stfx.eu> wrote: >>> >>

Re: [Pharo-dev] [Bloc] content vs contents

2016-03-06 Thread Ben Coman
gt; I would prefer contents if the majority of implementors use contents over > content like that > I have a smaller probability of mistakes. > > Stef > > Le 6/3/16 12:03, Ben Coman a écrit : > >> On Sun, Mar 6, 2016 at 5:20 PM, stepharo <steph...@free.fr> wrote: >>

Re: [Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-05 Thread Ben Coman
On Sat, Mar 5, 2016 at 11:32 PM, Serge Stinckwich <serge.stinckw...@gmail.com> wrote: > On Sat, Mar 5, 2016 at 4:22 PM, Ben Coman <b...@openinworld.com> wrote: >> On Sat, Mar 5, 2016 at 4:14 AM, Serge Stinckwich >> <serge.stinckw...@gmail.com> wrote: >>&g

Re: [Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-05 Thread Ben Coman
pedia.org/wiki/Abacus >> A calculating tool ! > > Good! But "abacus" --> 18,000,000 results, is not goognique. Maybe a variation "abacii" --> 2,800 results, as in "more than one calculating tool". cheers -ben >> >> On Sat, Mar 5, 2016 at 4:22 P

Re: [Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-05 Thread Ben Coman
On Sun, Mar 6, 2016 at 12:59 AM, Ben Coman <b...@openinworld.com> wrote: > On Sat, Mar 5, 2016 at 11:32 PM, Serge Stinckwich > <serge.stinckw...@gmail.com> wrote: >> On Sat, Mar 5, 2016 at 4:22 PM, Ben Coman <b...@openinworld.com> wrote: >>> On Sat, M

Re: [Pharo-dev] [Pharo-users] Little how to

2016-03-05 Thread Ben Coman
On Sat, Mar 5, 2016 at 11:14 PM, stepharo wrote: > I would love one example fetch something using Zinc and check the network > status. > I remember once I played with Pop and I wa sfetching mails one by one :) This could be a good one. Occasionally when I'm troubleshooting

Re: [Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-05 Thread Ben Coman
On Sat, Mar 5, 2016 at 4:14 AM, Serge Stinckwich wrote: > On Fri, Mar 4, 2016 at 8:44 PM, Nicolas Cellier > wrote: >> >> 2016-03-04 19:51 GMT+01:00 Alexandre Bergel : >>> >>> I personally never liked the

Re: [Pharo-dev] Call about Numerical Methods in Pharo :)

2016-03-05 Thread Ben Coman
On Sun, Mar 6, 2016 at 2:10 AM, Sven Van Caekenberghe wrote: > >> On 05 Mar 2016, at 18:22, Eliot Miranda wrote: >> >> Stef, >> >> On Mar 5, 2016, at 12:10 AM, stepharo wrote: >> >>> You probably leave in a protected environment but I do

Re: [Pharo-dev] Pharo Contributors & Consultants

2016-03-02 Thread Ben Coman
Cool. Now wishful thinking... for consultants it would be double-cool be have a location marked world map which could be clicked to sort the list based on how close to the click the consultant lives. cheers -ben On Wed, Mar 2, 2016 at 5:04 PM, Peter Uhnák wrote: > Hi all, > >

Re: [Pharo-dev] Pharo Contributors & Consultants

2016-03-02 Thread Ben Coman
Also, maybe add "Pharo" to the contributors default web site google search. On Wed, Mar 2, 2016 at 7:44 PM, Ben Coman <b...@openinworld.com> wrote: > Cool. Now wishful thinking... for consultants it would be double-cool > be have a location marked world map which co

Re: [Pharo-dev] sprites for games

2016-03-02 Thread Ben Coman
hey wow! who'd a thought such a thing existed. cheers -ben On Wed, Mar 2, 2016 at 9:33 PM, stepharo wrote: > Hi > > clement shows me this website > > http://gaurav.munjal.us/Universal-LPC-Spritesheet-Character-Generator/ > > and we could use them for building a fun game

Re: [Pharo-dev] Catching Exceptions without any notice

2016-04-02 Thread Ben Coman
All forms of learning involve some degree criticism, and sometimes we learn the most from the hardest task masters. We all want a positive community, but we need to not fall into the trap of... "hacker forums where, out of some misguided sense of hyper-courtesy, participants are banned from

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Ben Coman
On Tue, Apr 5, 2016 at 2:51 AM, Igor Stasenko wrote: > > Some more bashing today.. (don't take it personal, i may be wrong) > > BlPath hierarchy.. and BlShape. > > Why you redefining what is shape and what is path? > Of course, you are free to do it in Bloc.. > But in terms of

Re: [Pharo-dev] TxText model

2016-04-04 Thread Ben Coman
On Mon, Apr 4, 2016 at 9:49 PM, Igor Stasenko wrote: > > > On 4 April 2016 at 16:32, Thierry Goubier wrote: >> >> >> >> 2016-04-04 15:23 GMT+02:00 Igor Stasenko : >>> >>> >>> Analogies don't work. Right :) I never used

Re: [Pharo-dev] What the state of unifying Beacon with SystemLogger?

2016-04-20 Thread Ben Coman
Sorry for not having a better reviewed understanding of both frameworks, but I have some thoughts from perspective of one user... On Thu, Apr 21, 2016 at 12:05 AM, Denis Kudriashov wrote: > Hi. > > Thank's for answers. > > 2016-04-20 10:53 GMT+02:00 Norbert Hartl

Re: [Pharo-dev] [Pharo 5] Symbol #'distance_2pts' not accepted at package installation

2016-04-24 Thread Ben Coman
On Mon, Apr 25, 2016 at 4:03 AM, Stephan Eggermont wrote: > On 24-04-16 21:35, stepharo wrote: >> >> >> >> Le 24/4/16 à 12:10, Hilaire a écrit : >>> >>> Hi Nicolai, >>> >>> http://smalltalkhub.com/#!/~HilaireFernandes/DrGeo >>> >>> You can't use the installation procedure

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-20 Thread Ben Coman
On Sat, May 21, 2016 at 12:05 AM, Mariano Martinez Peck wrote: > Ben, for the record, I am using DelayMillisecondScheduler for a day and a > half and so far no problem. Cool. Thats why I left it there. I hope to soon have something for you to try with the newer design.

Re: [Pharo-dev] cleaning the Pharo Catalog

2016-05-23 Thread Ben Coman
On Mon, May 23, 2016 at 4:04 PM, Cyril Ferlicot Delbecque wrote: > > > On 23/05/2016 10:00, Stephan Eggermont wrote: >> Split into two categories? Those with full descriptions likely to load >> and those probably needing some updates? >> > > I like this option. Two tabs.

Re: [Pharo-dev] Random is not random at startup

2016-05-18 Thread Ben Coman
On Thu, May 19, 2016 at 7:05 AM, Peter Uhnák wrote: > Hi, > > (cc-ing Robert Withers as he seems to be working with cryptography and > security... as this seems related and may have some implications, but I am > likely wrong about the implications) > > yesterday I've

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Ben Coman
On Thu, May 19, 2016 at 8:49 AM, Martin McClure wrote: > On 05/18/2016 03:17 PM, Martin McClure wrote: >> >> On 05/18/2016 08:49 AM, Mariano Martinez Peck wrote: >>> >>> Hi guys, >>> >>> I am seeing a problem in Pharo 5.0 regarding Delay >> wait. I cannot >>> explain how

[Pharo-dev] PharoVM-spur32 test newVMTestImage --> Pharo 2.0 ??

2016-05-17 Thread Ben Coman
In the PharoVM-spur32 CI build, newVMTestImage.sh [1] doesn't seem current? > wget http://files.pharo.org/vm/src/vm-test-image-20.zip 1>&2 > unzip vm-test-image-20.zip -d vm-test-image 1>&2 > > wget http://files.pharo.org/sources/PharoV20.sources >

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-05-18 Thread Ben Coman
I don't have time to look at this properly until tomorrow. In the meantime, could you just post the result of... Delay delaySchedulerClass it should be "DelayExperimentalSpinScheduler" *** Also could you try a few of the other options from World > System > Settings > System ...

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-05 Thread Ben Coman
a), and even > if you are right > please take a look at http://files.pharo.org/sources/, there's a > PharoV50.sources. >And also if you try to open a Pharo5.0.image , it will ask for the file > PharoV50.sources. > > thanks > > On Thu, May 5, 2016 at 6:04 AM, Ben Coman <

Re: [Pharo-dev] [HELP WANTED] Getting ready for Pharo 5.0 release (CentOS, oldLibC, Nix, ArchLinux, and others)

2016-05-05 Thread Ben Coman
On Thu, May 5, 2016 at 7:12 AM, Bernardo Ezequiel Contreras wrote: > Hi Esteban, > I tried again and it doesn't work. :( > But now i found another issue, if you take a look to pharo5.0/shared > folder you will see the file PharoV40.sources (wrong version for this >

Re: [Pharo-dev] [ANN] RefsHunter

2016-04-19 Thread Ben Coman
On Tue, Apr 19, 2016 at 10:08 PM, Pavel Krivanek wrote: > > > 2016-04-19 15:53 GMT+02:00 Mariano Martinez Peck : >> >> Hi Pavel, >> >> This would have helped us to track that evil object years ago (remember >> the name???) hahaha. > > > Dzindzik

Re: [Pharo-dev] pharo -spur - vm source

2016-04-17 Thread Ben Coman
On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess wrote: > Is https://github.com/pharo-project/pharo-vm the place to look > for the current pharo spur vm source ? > I load the master and build a vm but it isn't a spur vm. > I only saw two other branches, legacy-cog and spur64.

Re: [Pharo-dev] [Pharo-users] GTDebugger shortcuts usability

2016-04-17 Thread Ben Coman
Interesting. A search turned up... Quick Tip Debugger Shortcut Key Reference http://www.mularien.com/blog/category/eclipse/ cheers -ben On Sun, Apr 17, 2016 at 11:15 PM, philippe.b...@highoctane.be wrote: > Most of the world IDE use function keys for debugging. > >

Re: [Pharo-dev] Class allSubInstances size takes 23 seconds to run on Pharo 5 on OS X

2016-04-20 Thread Ben Coman
On Wed, Apr 20, 2016 at 9:18 PM, Denis Kudriashov wrote: > And here other interesting results: > > Class allSubInstances size. > "5636" * 2 = 11272 > Object allSubclasses size > "11267" > > What they are not almost equal? Strange that its out by a factor of two. Its

Re: [Pharo-dev] github-cache organisation

2016-07-22 Thread Ben Coman
> On 07/21/2016 08:40 PM, Ben Coman wrote: >> >> Just a general observation and first impression of installing a github >> hosted project. >> >> After installing OSSubprocess from the Catalog Browser on Pharo 50760, >> which uses repository... >>

Re: [Pharo-dev] github-cache organisation

2016-07-22 Thread Ben Coman
On Sat, Jul 23, 2016 at 2:29 AM, Dale Henrichs <dale.henri...@gemtalksystems.com> wrote: > > > On 07/22/2016 11:19 AM, Ben Coman wrote: >>> >>> On 07/21/2016 08:40 PM, Ben Coman wrote: >>>> >>>> Just a general observation and fi

[Pharo-dev] github-cache organisation

2016-07-21 Thread Ben Coman
Just a general observation and first impression of installing a github hosted project. After installing OSSubprocess from the Catalog Browser on Pharo 50760, which uses repository... github://marianopeck/OSSubProcess:v0.2.4/repository ...I see file

[Pharo-dev] git feature request

2016-07-21 Thread Ben Coman
I'm not sure what the roadmap is for git integration, but just a use case that occurs to me while I work "a bit with git" for the first time from Pharo. I install a project via a Baseline from git and makes a small improvement. What is the easiest way to contribute back? I can't push back to the

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-21 Thread Ben Coman
On Fri, Jul 22, 2016 at 4:42 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Sun, Jul 17, 2016 at 6:46 AM, Ben Coman <b...@openinworld.com> wrote: > > >> Do you have some test code or a test image I could run to reproduce >> the problem

Re: [Pharo-dev] Bloc, Bloc 2 and Brick

2016-08-02 Thread Ben Coman
On Tue, Aug 2, 2016 at 6:58 PM, Torsten Bergmann wrote: > Hi Stef, > > from past discussions/threads I know "Bloc" as Pharo's possible future UI, > watched the video [1] and have played with the premade > image from the CI Server. Also the Brick layer (which is on top of Bloc)

Re: [Pharo-dev] ifTrue ifFalse shortcuts

2016-08-03 Thread Ben Coman
On Wed, Aug 3, 2016 at 4:36 PM, Esteban Lorenzano wrote: > I will just re-post my first answer: > > if reintroduce them means reintroduce them hardcoded as before, then I’m > complete against it and I WILL NOT integrate such solution. > I’m sorry for being so strong here, but

Re: [Pharo-dev] [pharo-project/pharo-core] 94fcf4: 60165

2016-08-03 Thread Ben Coman
Thanks for the follow up log message Marcus. cheers -ben On Wed, Aug 3, 2016 at 7:00 PM, Marcus Denker wrote: > >> On 03 Aug 2016, at 12:24, GitHub wrote: >> >> Branch: refs/heads/6.0 >> Home: https://github.com/pharo-project/pharo-core >>

Re: [Pharo-dev] ifTrue ifFalse shortcuts

2016-08-03 Thread Ben Coman
On Wed, Aug 3, 2016 at 8:05 PM, Esteban Lorenzano <esteba...@gmail.com> wrote: > >> On 03 Aug 2016, at 13:47, Cyril Ferlicot Delbecque >> <cyril.ferli...@gmail.com> wrote: >> >> >> >> On 03/08/2016 10:56, Ben Coman wrote: >>> I

Re: [Pharo-dev] [Ann] Major Seamless update

2016-07-21 Thread Ben Coman
On Thu, Jul 21, 2016 at 8:24 PM, Denis Kudriashov wrote: > I glad to finally release new version of Seamless (0.8.2). > It could be loaded by: > >Gofer it > smalltalkhubUser: 'Pharo' project: 'Seamless'; > configuration; > loadStable. > > It works

[Pharo-dev] Pharo minimal & bootstrapping - Time & DelayScheduler

2016-07-17 Thread Ben Coman
A question on the minimization of the Pharo image and bootstrapping... Is there a desire to ultimately get down to the point of starting without the Time class and/or without the DelayScheduler class? DelayScheduler currently depends on Time, only due to calling "Time microsecondClockValue' which

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-18 Thread Ben Coman
On Mon, Jul 18, 2016 at 10:26 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > Hi Ben. > > 2016-07-18 14:46 GMT+02:00 Ben Coman <b...@openinworld.com>: >> >> Cool stuff Dennis. Does it utilise the remote image's DebuggerUI, or >> DebuggerSession direc

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-07-17 Thread Ben Coman
On Wed, Jul 13, 2016 at 12:30 AM, Mariano Martinez Peck <marianop...@gmail.com> wrote: > > > On Wed, May 18, 2016 at 11:39 PM, Ben Coman <b...@openinworld.com> wrote: >> >> On Thu, May 19, 2016 at 8:49 AM, Martin McClure <mar...@hand2mouse.com> >> wrote

Re: [Pharo-dev] [Ann] Remote debugging tools

2016-07-19 Thread Ben Coman
On Tue, Jul 19, 2016 at 10:30 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > > 2016-07-18 18:26 GMT+02:00 Ben Coman <b...@openinworld.com>: > >> I've been meaning to get a BBB. I looks like bit better platform for >> an industrial controller / robotics

Re: [Pharo-dev] State of Pharo in comparison with the "Pharo vision" document

2016-07-20 Thread Ben Coman
On Wed, Jul 20, 2016 at 4:59 PM, Esteban Lorenzano wrote: > > 21. New Object Formats > > In progress > This is Spur? cheers -ben

Re: [Pharo-dev] [pharo-project/pharo-core] a813b2: 60138

2016-07-06 Thread Ben Coman
On Thu, Jul 7, 2016 at 12:52 AM, Marcus Denker wrote: > >> On 06 Jul 2016, at 18:16, stepharo wrote: >> >> I always found such kind of changes totally obscure and it would be nice to >> have a description. >> > > The point I took from Stef's question

Re: [Pharo-dev] [pharo-project/pharo-core] ec7b0e: 60137

2016-07-06 Thread Ben Coman
On Thu, Jul 7, 2016 at 2:19 AM, Sven Van Caekenberghe wrote: > I'll try once more to explain. > > You like the catalog, don't you ? It was your idea in the first place. With > this feature you can just type XML, CSV, JSON or whatever and it will suggest > a couple of catalog

Re: [Pharo-dev] Problem with delay waiting (OSSubprocess code) on Pharo 5.0

2016-08-08 Thread Ben Coman
Hi Mariano, How are you going with this problem? On Fri, Jul 22, 2016 at 11:05 PM, Mariano Martinez Peck <marianop...@gmail.com> wrote: > > > On Fri, Jul 22, 2016 at 2:26 AM, Ben Coman <b...@openinworld.com> wrote: >> >> >> >> On Fri, Jul 22, 2016 a

Re: [Pharo-dev] when Cmd-P can just display a string in the debugger

2016-08-07 Thread Ben Coman
On Sun, Aug 7, 2016 at 3:39 PM, stepharo wrote: > Hi > > Seriously I do not get why printing in the debugger cannot just print the > text without putting these ^%&*^*&()**(&%^*( double quote around. I believe the behaviour was introduced for the Workspace/Playground so that

Re: [Pharo-dev] when Cmd-P can just display a string in the debugger

2016-08-07 Thread Ben Coman
On Sun, Aug 7, 2016 at 9:16 PM, Tudor Girba wrote: > Hi Stef, > > We had a thread on that two months ago, and it is still waiting for your > answer. I made concrete proposals on which bindings can work. It would be > more constructive to focus on those details (see more

Re: [Pharo-dev] git feature request

2016-07-22 Thread Ben Coman
On Fri, Jul 22, 2016 at 3:11 PM, Peter Uhnak <i.uh...@gmail.com> wrote: > On Fri, Jul 22, 2016 at 11:55:46AM +0800, Ben Coman wrote: >> I'm not sure what the roadmap is for git integration, but just a use case >> that occurs to me while I work "a bit with git" f

Re: [Pharo-dev] A taste of bootstrap

2016-07-22 Thread Ben Coman
On Fri, Jul 22, 2016 at 9:12 PM, Pavel Krivanek wrote: > Hi, > > as you maybe know, we are working on Pharo image bootstrap - the process > that can generate an image from source codes and initialize it correctly. > Because of practical reasons we do not bootstrap the

Re: [Pharo-dev] Fwd: Subscription Form to FogBugz

2016-06-29 Thread Ben Coman
On Thu, Jun 30, 2016 at 2:40 AM, Tomas Saez Binelli wrote: > Hi everybody! > > I was trying to create an account on Fogbugz during a Sprint using the link > posted here: > > https://pharo.fogbugz.com/ > > But after filling the form and submiting it, i received the

Re: [Pharo-dev] Bug in MailA

2016-07-02 Thread Ben Coman
On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber wrote: > Hi, > > The following code goes into an endless loop: > MailAddressParser addressesIn: 'romeo@verona.it‘ > > It’s because of the ampersand. The fix is trivial, because the bug just was a > typo. > > Fix and test are in

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Ben Coman
On Sun, Jul 3, 2016 at 7:25 PM, Bernhard Pieber wrote: > Done! Thanks Bernhard, but I can't find the issue in the tracker. Can you paste a link? On Sun, Jul 3, 2016 at 7:41 PM, Bernhard Pieber wrote: > I wonder about the process for fixes for Pharo

[Pharo-dev] GTDebugger - class variables

2016-07-03 Thread Ben Coman
I just noticed it seems class variables are not shown in Variables pane of GTDebugger. It confused me for a while, and I expect it would be troubling for newcomers. Is this due to copying the previous Debugger functionality here, or some other design decision?Any reason to not display class

Re: [Pharo-dev] Bug in MailA

2016-07-03 Thread Ben Coman
On Sun, Jul 3, 2016 at 6:08 AM, Ben Coman <b...@openinworld.com> wrote: > On Sun, Jul 3, 2016 at 3:16 AM, Bernhard Pieber <bernh...@pieber.com> wrote: >> Hi, >> >> The following code goes into an endless loop: >> MailAddressParser addressesIn: 'romeo@verona.

[Pharo-dev] Catalog Browser timed out

2016-06-29 Thread Ben Coman
When opening the Catalog Browser I am getting connection timed out. Tested from two different Images: * a fresh generator.image from running newImage.sh of the pharo-vm. * my usual PharoLauncher image cheers -ben

Re: [Pharo-dev] magic numbers in gtInspectorVariableValuePairs

2017-02-02 Thread Ben Coman
On Fri, Feb 3, 2017 at 10:13 AM, Ben Coman <b...@openinworld.com> wrote: > Just curious what the magic numbers here relate to... > and can they be factored out to a meaningful method name? > > Context>>gtInspectorVariableValuePairs > Whoops, this is... Object>

Re: [Pharo-dev] GTDebugger variables table

2017-02-02 Thread Ben Coman
On Fri, Feb 3, 2017 at 10:21 AM, Ben Coman <b...@openinworld.com> wrote: > On Fri, Feb 3, 2017 at 12:28 AM, Denis Kudriashov <dionisi...@gmail.com> > wrote: > > > > 2017-02-02 17:16 GMT+01:00 John Brant <br...@refactoryworkers.com>: > >> > >&g

Re: [Pharo-dev] Off Topic: Children 3-13yr english program -- 4 weeks free access

2017-01-31 Thread Ben Coman
Coman <b...@openinworld.com> wrote: > On Tue, Feb 2, 2016 at 9:04 PM, Ben Coman <b...@openinworld.com> wrote: >> On Mon, Jul 20, 2015 at 11:17 PM, Ben Coman <b...@openinworld.com> wrote: >>> greetings all, >>> >>> This is a long way off topic, but

Re: [Pharo-dev] WorkingSession UUID looks "sketchy"

2017-02-06 Thread Ben Coman
On Tue, Feb 7, 2017 at 5:59 AM, Peter Uhnak wrote: > >> > On Windows (10) (with latest 6 image and VM) `Time microsecondClockValue` >> > returns microseconds, but (presumably the system) cannot give precision >> > beyond 1 second - this will imho need a VM fix; >> >> I find

Re: [Pharo-dev] magic numbers in gtInspectorVariableValuePairs

2017-02-07 Thread Ben Coman
On Tue, Feb 7, 2017 at 8:00 PM, Andrei Chis <chisvasileand...@gmail.com> wrote: > > > On Sat, Feb 4, 2017 at 4:40 PM, Ben Coman <b...@openinworld.com> wrote: >> >> >> > On Fri, Feb 3, 2017 at 3:13 AM, Ben Coman <b...@openinworld.com> wrote: >

[Pharo-dev] Debugging "1 ifTrue: [2]" (was Re: Debugger hang when step throught)

2017-02-07 Thread Ben Coman
On Tue, Feb 7, 2017 at 5:35 PM, Denis Kudriashov wrote: > Also I found another funny issue. Try debugIt following expression: > > 1 ifTrue: [2]. > > You will be wondering that debugger will not able to open. To quickly get to the point to observe the cause, you can

Re: [Pharo-dev] magic numbers in gtInspectorVariableValuePairs

2017-02-07 Thread Ben Coman
cool. thx. On Tue, Feb 7, 2017 at 10:46 PM, Andrei Chis <chisvasileand...@gmail.com> wrote: > Done. > > Cheers, > Andrei > > On Tue, Feb 7, 2017 at 1:35 PM, Ben Coman <b...@openinworld.com> wrote: > >> On Tue, Feb 7, 2017 at 8:00 PM, Andrei Chi

[Pharo-dev] Pharo 6 cannot parallel trace through same method

2017-02-08 Thread Ben Coman
This has bugged me a few times recently, so I've produced a demo. Define... Object subclass: #AA instanceVariableNames: '' classVariableNames: '' package: '' AA>>test self haltOnce. self inform: 'I got here'. then in playground evaluate Halt resetOnce. "i.e. World > Debugging >

Re: [Pharo-dev] GTDebugger variables table

2017-02-02 Thread Ben Coman
> On 02/02/2017 11:22, Denis Kudriashov wrote: > > Hi. > > Finally I force myself to report my bad feeling of merged variable table in > GTDebugger. > By "merged" I mean that debugger join temps and receiver state in one table. > Sometimes I really not like it because it is difficult to find

Re: [Pharo-dev] GTDebugger variables table

2017-02-02 Thread Ben Coman
On Fri, Feb 3, 2017 at 12:28 AM, Denis Kudriashov wrote: > > 2017-02-02 17:16 GMT+01:00 John Brant : >> >> I think my preference would be to have several tabs for the variables. In >> addition to the one tab that we have now that shows all

[Pharo-dev] magic numbers in gtInspectorVariableValuePairs

2017-02-02 Thread Ben Coman
Just curious what the magic numbers here relate to... and can they be factored out to a meaningful method name? Context>>gtInspectorVariableValuePairs "This is a helper method that returns a collection of variable_name -> value for the current object. Subclasses can override it to specialize what

[Pharo-dev] Language Server Protocol

2017-02-07 Thread Ben Coman
Just a very brief thought, to wonder being a Language Server Protocol client might be a path to polygot programming in Pharo. Or if providing a LSP server might be a bridge-head for Pharo to be integrated into larger projects. * http://langserver.org/ *

Re: [Pharo-dev] Language Server Protocol

2017-02-08 Thread Ben Coman
Hi Stefan, Thanks for your insight. On Wed, Feb 8, 2017 at 4:47 PM, Stefan Marr <smallt...@stefan-marr.de> wrote: > Hi Ben: > >> On 8 Feb 2017, at 08:01, Ben Coman <b...@openinworld.com> wrote: >> >> Just a very brief thought, to wonder being a Language Serve

Re: [Pharo-dev] magic numbers in gtInspectorVariableValuePairs

2017-02-04 Thread Ben Coman
> On Fri, Feb 3, 2017 at 3:13 AM, Ben Coman <b...@openinworld.com> wrote: >> >> Just curious what the magic numbers here relate to... >> and can they be factored out to a meaningful method name? >> >> Context>>gtInspectorVariableValuePairs >>

Re: [Pharo-dev] [QA] quality assurance

2017-02-05 Thread Ben Coman
On Mon, Feb 6, 2017 at 4:51 AM, Hilaire wrote: > Hi, > > I discussed briefly with Steph about QA team and dedicated mailing list. > He proposed to just use the @devel list with an appropriate [QA] tag, so > every one can participate or just discard the topic without too much

Re: [Pharo-dev] PharoLauncher Hanging

2017-02-05 Thread Ben Coman
On Mon, Feb 6, 2017 at 1:52 AM, Sean P. DeNigris wrote: > Sean P. DeNigris wrote >> I just had Launcher hang (Mac's spinning beach ball of death) twice in a >> row after launching a 5.0 image with "quit on launch" disabled. > > Still happening fairly regularly. Pretty

Re: [Pharo-dev] AioPlugin not present

2017-01-22 Thread Ben Coman
hi David, Maybe you could compile your own VM, adding add AioPlugin. In my very first attempt to build the VM I found the instructions here relatively easy . * https://github.com/pharo-project/pharo-vm That will give you the newest pre-opensmalltalk-vm. But maybe AioPlugin was excluded from Linux

Re: [Pharo-dev] Esteban's ChangeLog week of 16 January 2017

2017-01-23 Thread Ben Coman
Thanks Esteban. This is interesting to tune in on whats happening in vm and FFI. cheers -ben On Mon, Jan 23, 2017 at 4:00 PM, wrote: > Hello! > > This is my weekly ChangeLog, from 16 January 2017 to 22 January 2017. > You can see it in a better format by going here:

<    5   6   7   8   9   10   11   12   13   14   >