[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

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

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 Skip
I use it to write documentation for my projects in multiple formats (single long page, multiple per chapter, PDF). 2016-02-20 16:42 GMT+01:00 Cyril Ferlicot D. : > Le 20/02/2016 11:46, Damien Cassou a écrit : > > For my CV, I need to know who is using the stuff I'm

Re: [Pharo-dev] [pharo-project/pharo-core] d6c5cd: 50593

2016-02-20 Thread Skip
Do you know yet how it can be reproduced? 2016-02-19 15:53 GMT+01:00 Esteban Lorenzano : > > On 19 Feb 2016, at 15:40, Esteban Lorenzano wrote: > > > On 19 Feb 2016, at 15:17, GitHub wrote: > > > 17392 FreeType numCharMaps nil

Re: [Pharo-dev] CI locked up

2016-02-20 Thread Peter Uhnák
Use Travis https://github.com/hpi-swa/smalltalkCI :p On Sat, Feb 20, 2016 at 11:05 PM, Max Leske wrote: > Hey, > > The queue on the CI is overflowing. Not sure what’s wrong but builds don’t > seem to finish. > > Cheers, > Max >

[Pharo-dev] CI locked up

2016-02-20 Thread Max Leske
Hey, The queue on the CI is overflowing. Not sure what’s wrong but builds don’t seem to finish. Cheers, Max

Re: [Pharo-dev] Looking for class

2016-02-20 Thread Tudor Girba
Again, as I said, we have a problem with finding a performant solution for order. If anyone would like to have a look, it would be useful. Cheers, Doru > On Feb 20, 2016, at 9:46 PM, Damien Cassou wrote: > > I've just tried to use to spotter to get the code of the

[Pharo-dev] Looking for class

2016-02-20 Thread Damien Cassou
I've just tried to use to spotter to get the code of the #class method. I typed 'class' and Spotter showed a lot of methods but the method I was looking for was not in the top. In the Emacs equivalent of Spotter (helm), closest and exact matches are shown first. I guess helm uses a notion of

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

2016-02-20 Thread Nicolai Hess
2016-02-20 11:49 GMT+01:00 Damien Cassou : > For my CV, I need to know who is using the stuff I'm doing. If you use > the Pharo Launcher, could you please tell me in which context (e.g., > which company, open-source project) and what you use it for (e.g., > download from

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread Tudor Girba
Hi, There is no processor for that. Now, if the order would work the current processor would be enough. But, if you want just that message, you can write your own processor. Would you like to try? It would be a useful exercise and I can guide you and we can use your questions to guide the

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread Mariano Martinez Peck
On Sat, Feb 20, 2016 at 5:07 PM, Tudor Girba wrote: > Hi, > > > > On Feb 20, 2016, at 7:45 PM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > > > > > > > > On Sat, Feb 20, 2016 at 6:41 AM, Sven Van Caekenberghe > wrote: > > Hi, > > > > There are

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread Tudor Girba
Hi, > On Feb 20, 2016, at 7:45 PM, Mariano Martinez Peck > wrote: > > > > On Sat, Feb 20, 2016 at 6:41 AM, Sven Van Caekenberghe wrote: > Hi, > > There are recurring questions about GTSpotter, along the lines of: > > why Spotter does not work

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

2016-02-20 Thread Damien Cassou
On February 20, 2016 1:33:10 PM GMT+01:00, Tudor Girba wrote: >I use it for writing documentation and blog posts. > >Doru > >-- >www.tudorgirba.com > >"Every thing has its own flow" > >> On 20 Feb 2016, at 11:49, Damien Cassou >wrote: >> >> For my

Re: [Pharo-dev] Yet again, wrong tempvars in debuggers context variables list

2016-02-20 Thread Nicolai Hess
2016-02-20 19:11 GMT+01:00 Nicolai Hess : > This is not an issue with GTDebugger, but the way opal generates the > tempvar > index or the way, debuggerMap tries to access the context vars > > 17660 >

[Pharo-dev] Yet again, wrong tempvars in debuggers context variables list

2016-02-20 Thread Nicolai Hess
This is not an issue with GTDebugger, but the way opal generates the tempvar index or the way, debuggerMap tries to access the context vars 17660 wrong tempvar values in debugger This is a really special case, I wasn't

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

2016-02-20 Thread Stephan Eggermont
On 20-02-16 11:49, Damien Cassou wrote: For my CV, I need to know who is using the stuff I'm doing. If you use the Pharo Launcher, could you please tell me in which context (e.g., which company, open-source project) and what you use it for (e.g., download from CI, standard Pharo)? I use

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

2016-02-20 Thread Cyril Ferlicot D.
Le 20/02/2016 11:49, Damien Cassou a écrit : > For my CV, I need to know who is using the stuff I'm doing. If you use > the Pharo Launcher, could you please tell me in which context (e.g., > which company, open-source project) and what you use it for (e.g., > download from CI, standard Pharo)? >

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

2016-02-20 Thread Cyril Ferlicot D.
Le 20/02/2016 11:46, Damien Cassou a écrit : > 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 project) and what you use it for (e.g., what kind of > document)? > > I don't need long

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread stepharo
Sven I'm not against spotter. This is why I will try to do a video assuming that all the bugs are fixed. Now if I have 30 min to do a videos I do not have 5 days to understand how to use and try spotter because when I have few moments to program I need something fully working. Stef Le 20/2/16

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

2016-02-20 Thread Tudor Girba
Writing: - documentation - blog posts - a potential book Doru > On Feb 20, 2016, at 11:46 AM, 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, >

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

2016-02-20 Thread p...@highoctane.be
Writing documentation for http://pharo.org/success/CableExpertise * administration book * development guidelines book * devops book * training manual On Sat, Feb 20, 2016 at 11:46 AM, Damien Cassou wrote: > For my CV, I need to know who is using the stuff I'm doing. If

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

2016-02-20 Thread p...@highoctane.be
I use it on Ubuntu Linux for starting images that run some tools I use to generate other languages template-based code. On Sat, Feb 20, 2016 at 11:49 AM, Damien Cassou wrote: > For my CV, I need to know who is using the stuff I'm doing. If you use > the Pharo Launcher,

Re: [Pharo-dev] Why the GTSpotter help does not explain all the categories

2016-02-20 Thread Tudor Girba
Hi, I meant to say, that the help is not complete. We only added it as fast as possible to the UI so that you are not disturbed when taking screenshots. The help contents will follow. Cheers, Doru > On Feb 20, 2016, at 2:34 PM, Tudor Girba wrote: > > We added the

Re: [Pharo-dev] Other spotter questions

2016-02-20 Thread Tudor Girba
This is a regression. I opened a bug: https://pharo.fogbugz.com/f/cases/17658/Spotter-in-place-category-expansion-shows-5-too-many Doru > On Feb 20, 2016, at 2:30 PM, stepharo wrote: > > So > > I type > >Point #references > >spotter shows me 51/46 > >I press

Re: [Pharo-dev] Why the GTSpotter help does not explain all the categories

2016-02-20 Thread Tudor Girba
We added the mechanism and created a kind of an API entry for documenting all entries within the image. This was one of your request: to know what are all the different searches possible :). Doru > On Feb 20, 2016, at 2:26 PM, stepharo wrote: > > Hi > > So I tried again

[Pharo-dev] Other spotter questions

2016-02-20 Thread stepharo
So I type Point #references spotter shows me 51/46 I press show all and I get 46/46 class references I do not understand why when I type get: #implementors spotter shows me 100/172 when I press the arrow I get 100/172 So how do I get the 72 that are

[Pharo-dev] Why the GTSpotter help does not explain all the categories

2016-02-20 Thread stepharo
Hi So I tried again to understand how spotter works and I looked at the help and I could not understand how I can find class references. I saw that but it does not show me how I can use it and I do not really want to understand how this is implemented. spotterReferenceFor: aStep

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

2016-02-20 Thread Peter Uhnák
Hi, I use it as primary go-to for organizing my images (although for some images created by the launcher I have direct shortcuts in PATH); Apart from downloading latest Pharo I also use the Jenkins Templates to download Moose builds. On Sat, Feb 20, 2016 at 11:49 AM, Damien Cassou

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

2016-02-20 Thread Tudor Girba
I use it for writing documentation and blog posts. Doru -- www.tudorgirba.com "Every thing has its own flow" > On 20 Feb 2016, at 11:49, Damien Cassou wrote: > > For my CV, I need to know who is using the stuff I'm doing. If you use > the Pharo Launcher, could you

Re: [Pharo-dev] TaskIT chapter

2016-02-20 Thread Yuriy Tymchuk
Ok, I found it here: https://github.com/SquareBracketAssociates/PharoReadyForReviews/blob/master/TaskIT/TaskIT.pier Now another question: does anybody use it? Because there is no configuration for

Re: [Pharo-dev] MetaclassTest>>testMetaclassAndTraitClassRespectsPolymorphismRules

2016-02-20 Thread Henrik Nergaard
Ah, test testMetaclass. Somehow I only read testClass Moving those two methods from Metaclass to TApplyingOnClassSide should make the test happy. Best regards, Henrik -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Sven Van Caekenberghe

Re: [Pharo-dev] MetaclassTest>>testMetaclassAndTraitClassRespectsPolymorphismRules

2016-02-20 Thread Sven Van Caekenberghe
If I add (in #50591) my methods to the exception set in the middle, the test is green self assert: (Metaclass localSelectors difference: ClassTrait localSelectors) =

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

2016-02-20 Thread Damien Cassou
For my CV, I need to know who is using the stuff I'm doing. If you use the Pharo Launcher, could you please tell me in which context (e.g., which company, open-source project) and what you use it for (e.g., download from CI, standard Pharo)? I don't need long paragraphs, just give me the keywords

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

2016-02-20 Thread Damien Cassou
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 project) and what you use it for (e.g., what kind of document)? I don't need long paragraphs, just give me the keywords please. -- Damien

Re: [Pharo-dev] MetaclassTest>>testMetaclassAndTraitClassRespectsPolymorphismRules

2016-02-20 Thread Henrik Nergaard
The issue should be unrelated: https://pharo.fogbugz.com/f/cases/17616/CI-Server-Failing-tests-related-to-Traits-Polymorphism Best regards, Henrik -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Sven Van Caekenberghe Sent: Saturday, February

Re: [Pharo-dev] Any download statistics for Pharo

2016-02-20 Thread Sven Van Caekenberghe
There used to be some in the past, but beware: CI jobs download Pharo *a lot* ;-) > On 20 Feb 2016, at 11:15, Damien Cassou wrote: > > Hi, > > do we have any download statistics for Pharo? > > > Best, > > -- > Damien Cassou > http://damiencassou.seasidehosting.st >

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread Sven Van Caekenberghe
> On 20 Feb 2016, at 11:06, stepharo wrote: > > Tx sven > I will see if I use this scenario for a video to explain my friend Spotter. > If you have scenario that I can blindly follow I'm eager to try to produce a > video. Yes, that would be good. But even better would be if

[Pharo-dev] Any download statistics for Pharo

2016-02-20 Thread Damien Cassou
Hi, do we have any download statistics for Pharo? Best, -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

[Pharo-dev] TaskIT chapter

2016-02-20 Thread Yuriy Tymchuk
HI, here it says that there is a chapter about it in Pharo Enterprise book: https://pharoweekly.wordpress.com/2014/06/23/taskit-handling-processes-nicely/ But I cannot find it. Can someone give me a pointer?

Re: [Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread stepharo
Tx sven I will see if I use this scenario for a video to explain my friend Spotter. If you have scenario that I can blindly follow I'm eager to try to produce a video. Hi, This is in the latest #50591, BTW. Starting with the 3rd one, searching for classes, that has been working well since

[Pharo-dev] MetaclassTest>>testMetaclassAndTraitClassRespectsPolymorphismRules

2016-02-20 Thread Sven Van Caekenberghe
Hi, I am trying to load a new version of STON in Pharo 5 https://pharo.fogbugz.com/f/cases/16893/Update-STON One of the tests that fails is MetaclassTest>>testMetaclassAndTraitClassRespectsPolymorphismRules More specifically, (Metaclass localSelectors difference: ClassTrait localSelectors)

[Pharo-dev] GTSpotter, the 95% case

2016-02-20 Thread Sven Van Caekenberghe
Hi, There are recurring questions about GTSpotter, along the lines of: why Spotter does not work well for 95% of the cases - implement - send - class - class refs? This is in the latest #50591, BTW. Starting with the 3rd

Re: [Pharo-dev] Problem loading new class comments

2016-02-20 Thread Marcus Denker
> On 19 Feb 2016, at 22:19, Sven Van Caekenberghe wrote: > >> >> On 19 Feb 2016, at 22:06, Nicolai Hess wrote: >> >> >> >> 2016-02-19 15:37 GMT+01:00 Sven Van Caekenberghe : >> I am working on

Re: [Pharo-dev] [Pharo-users] World lastKeystroke and openInWorld: aPasteUpMorph

2016-02-20 Thread stepharo
Le 16/6/15 00:34, Nicolai Hess a écrit : 2015-06-11 10:58 GMT+02:00 Markus Schlager >: issues opened I added a fix for the broken lastkeystroke,but this will only work for the ActiveWorld/PasteUpMorph, not for any other PasteUpMorph. With the