Re: [Pharo-dev] in 50596 protocol icons are lost

2016-02-21 Thread Marcus Denker
https://pharo.fogbugz.com/f/cases/17524/Invisible-protocol-icons no fix yet > On 21 Feb 2016, at 19:00, stepharo wrote: > > Hi guys > > I noticed that when I look at the protocols with > > Pharo5.0 > Latest update: #50596 > > that the icons are damaged. > > Stef >

Re: [Pharo-dev] cannot use shortcut in text pane of MC

2016-02-21 Thread Marcus Denker
https://pharo.fogbugz.com/f/cases/17570/Shortcuts-to-browse-code-are-not-available-any-more-in-some-tools There are *lots* of fixes in the queue to be integrated… progress is slow sometimes (e.g. this was done 12 days ago but we have just yesterday found someone to review to the fix).

Re: [Pharo-dev] How was BoxedFloat64 integrated into the image ?

2016-02-21 Thread wernerk
Beware, most client code should only refer to the visible façade Float and its API. BoxedFloat64 is an implementation detail and is VM dependent. We don't want client code to be VM dependent, do we? I hope those references to BoxedFloat64 are rare. Hi Nicolas, Of course i agree that making

[Pharo-dev] [ANN] Pharo on Travis-CI

2016-02-21 Thread Fabio Niephaus
Hello everyone, I haven't had the time to officially announce it here, but some of you have already used or contributed to this: Pharo is officially supported on Travis-CI ! This means you can finally set "language: smalltalk" in your *.travis.yml* in order to run tests

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

2016-02-21 Thread Jigyasa Grover
Using Pharo Launcher on Ubuntu for managing images. On Mon, Feb 22, 2016 at 12:54 AM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > 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

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

2016-02-21 Thread Serge Stinckwich
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, could you please tell me in which context (e.g., > which company, open-source project) and what you use it for (e.g., >

Re: [Pharo-dev] How was BoxedFloat64 integrated into the image ?

2016-02-21 Thread Yuriy Tymchuk
Hi, I can add it, but can you give me a bit of context? Are we talking about references to BoxedFloat64 class? Cheers. Uko > On 18 Feb 2016, at 13:55, Ben Coman wrote: > > On Thu, Feb 18, 2016 at 8:52 PM, Nicolas Cellier > wrote: >>

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

2016-02-21 Thread stepharo
All the time to organise my 1000 images :) Le 20/2/16 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.,

Re: [Pharo-dev] Other spotter questions

2016-02-21 Thread stepharo
Thanks. You see been a bug "spotter" is absolutely not fun even if people may think it is. I always have the impression that my flat is full of boxes and that I have to jump over them to move. Stef Le 20/2/16 14:36, Tudor Girba a écrit : This is a regression. I opened a bug:

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

2016-02-21 Thread stepharo
Thanks but it does not really help understanding. At least I do not get it at all. I have no idea how from Class instance variables I should type something meaningfull. I could get it for Examples, Implementors, Senders because there is only one word. Le 20/2/16 14:34,

Re: [Pharo-dev] double selection in the debugger is confusing

2016-02-21 Thread stepharo
Here this is terribly confusing because we could think that the execution will go inside the true block but no in reality it is jumping right after. So we must remove this selection of matching terms. Stef Le 21/2/16 19:04, stepharo a écrit : Hi guy we should disable the double selection

[Pharo-dev] double selection in the debugger is confusing

2016-02-21 Thread stepharo
Hi guy we should disable the double selection when we click on a stack element because we get selection in frame and in fill and this is confusing because the PC is represented by the filled one. Stef

[Pharo-dev] in 50596 protocol icons are lost

2016-02-21 Thread stepharo
Hi guys I noticed that when I look at the protocols with Pharo5.0 Latest update: #50596 that the icons are damaged. Stef

[Pharo-dev] cannot use shortcut in text pane of MC

2016-02-21 Thread stepharo
Hi guillermo I do not know if this is the one you fixed but in Pharo5.0 Latest update: #50596 I cannot type the name of class and browse it in a MC textpane. Stef

Re: [Pharo-dev] Looking for class

2016-02-21 Thread Eliot Miranda
Hi Doru > On Feb 20, 2016, at 12:53 PM, Tudor Girba wrote: > > 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. What does one need other than exact matches come first followed by

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

2016-02-21 Thread Ben Coman
Thanks. Some examples I found useful were * Date>>gtInspectorDetailsIn: * GTInspector>>gtInspectorExtensionsIn: cheers -ben On Sun, Feb 21, 2016 at 4:53 PM, Tudor Girba wrote: > The tabs from the inspector are defined through inspector extensions. > > So, you should have

Re: [Pharo-dev] Looking for class

2016-02-21 Thread Stephan Eggermont
On 20-02-16 21:53, Tudor Girba wrote: 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. Do you have a block of code to profile? I'm not sure I understand how to setup a spotter. Stephan

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

2016-02-21 Thread GitHub
Branch: refs/tags/50596 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 0b268e: 50596

2016-02-21 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 0b268ee42b18e44e203fbdf4a7cce788ecb688e3 https://github.com/pharo-project/pharo-core/commit/0b268ee42b18e44e203fbdf4a7cce788ecb688e3 Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core] 6823de: 50595

2016-02-21 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 6823de9b35e7d07885dd6b070a9a88d77732b8ed https://github.com/pharo-project/pharo-core/commit/6823de9b35e7d07885dd6b070a9a88d77732b8ed Author: Jenkins Build Server Date:

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

2016-02-21 Thread GitHub
Branch: refs/tags/50595 Home: https://github.com/pharo-project/pharo-core

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

2016-02-21 Thread Esteban Lorenzano
> On 21 Feb 2016, at 00:04, Skip wrote: > > Do you know yet how it can be reproduced? nope, that’s my biggest problem to catch it… it happens randomly and usually when I cannot anything more to find out. but I have more or less a good understanding on how it happens,

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

2016-02-21 Thread Tudor Girba
The tabs from the inspector are defined through inspector extensions. 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 wrote:

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

2016-02-21 Thread Max Leske
Check out GTDebuggerVariablesBrowser. That’s the browser used in the debugger to display and inspect variables. > On 21 Feb 2016, at 09:35, Ben Coman wrote: > > With... >Error subclass: #OwnedLockBadRelease >instanceVariableNames: 'lockOwner perpetrator' >

Re: [Pharo-dev] CI locked up

2016-02-21 Thread Max Leske
> On 20 Feb 2016, at 23:58, Peter Uhnák wrote: > > Use Travis https://github.com/hpi-swa/smalltalkCI > :p I am. But I can’t move all of my projects. > > On Sat, Feb 20, 2016 at 11:05 PM, Max Leske

[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'