Re: [Pharo-dev] Abstract test classes are not managed well in SUnit

2017-06-03 Thread Cyril Ferlicot D.
Le 04/06/2017 à 02:26, monty a écrit : > I've seen this before, and I'm not sure it's a bug. > > A testless, non-abstract subclass of a TestCase is useless unless it inherits > test methods. But if it defines its own test methods, then it isn't clear if > it was made a subclass to inherit test

Re: [Pharo-dev] Abstract test classes are not managed well in SUnit

2017-06-03 Thread monty
I've seen this before, and I'm not sure it's a bug. A testless, non-abstract subclass of a TestCase is useless unless it inherits test methods. But if it defines its own test methods, then it isn't clear if it was made a subclass to inherit test methods, or if it was made a subclass to inherit

Re: [Pharo-dev] New and richer halt messages

2017-06-03 Thread Sean P. DeNigris
Henrik-Nergaard wrote > Sounds like a good idea, but please implement them as constructors/class > side methods in Halt instead of adding even more methods to Object. You're speaking my language! When Stephan Eggermont and I paired at ESUG creating the Halt API, we wanted to remove all the Object

Re: [Pharo-dev] Pharo 6 "Changes"

2017-06-03 Thread Sean P. DeNigris
EstebanLM wrote > what do you mean by “canonical repos”? As it seemed from those listed in the MC Browser, but in this case the correct ones seemed pretty obvious Morphic-Core -> http://smalltalkhub.com/mc/Pharo/Pharo60/main Athens-Morphic -> http://smalltalkhub.com/mc/Pharo/Athens/main

[Pharo-dev] Abstract test classes are not managed well in SUnit

2017-06-03 Thread Cyril Ferlicot D.
Hi, Today I found a bug in SUnit. Sometimes when you have an abstract test class and you override it the tests will be inherit or not. If a subclass has other tests, the tests will not be inherited. If the subclass has no other tests, the tests will be inherited. Here is a little script

Re: [Pharo-dev] New and richer halt messages

2017-06-03 Thread Henrik Nergaard
Sounds like a good idea, but please implement them as constructors/class side methods in Halt instead of adding even more methods to Object. "self haltIfTest -> Halt ifTest" Best regards, Henrik Fra: Pharo-dev på vegne av

Re: [Pharo-dev] New and richer halt messages

2017-06-03 Thread Denis Kudriashov
2017-06-03 15:21 GMT+02:00 Sean P. DeNigris : > To mirror the existing API, what do you think of: > - haltOnlyInTest -> #haltIfTest > - haltOnlyOutOfTest -> #haltIfNotTest > - haltOnlyMe -> #haltOnly > good names. We need right english overview :)

Re: [Pharo-dev] Pharo 6 "Changes"

2017-06-03 Thread Esteban Lorenzano
what do you mean by “canonical repos”? Esteban > On 3 Jun 2017, at 15:40, Sean P. DeNigris wrote: > > I randomly selected two packages (Athens-Morphic and Morphic-Core) and > clicked the "Changes" button in the MC Browser against their canonical > repos. The package went

Re: [Pharo-dev] Calypso feedback

2017-06-03 Thread Denis Kudriashov
2017-06-03 16:00 GMT+02:00 Alexandre Bergel : > > Now I decided to use Calypso all the time :) > > Are the refactoring available in Calypso? Yes, but most usable for me :). Give me feedback what is missing for you. It is easy to add any new command

Re: [Pharo-dev] please test download for Pharo 6.0

2017-06-03 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > The macOS one-click version also contain PharoV60.source twice Launcher seems to be missing them altogether. I notices my temps were decompiled in Pharo 6 images until I downloaded them separately and installed to MacOS... - Cheers, Sean -- View this

Re: [Pharo-dev] Calypso feedback

2017-06-03 Thread Alexandre Bergel
> Now I decided to use Calypso all the time :) Are the refactoring available in Calypso? Alexandre > I do not know if this is the latest version but I loaded it today from the > catalog browser. > > - When I do sender/implementors of and I get multiple pane in the message > browser > and I

[Pharo-dev] Pharo 6 "Changes"

2017-06-03 Thread Sean P. DeNigris
I randomly selected two packages (Athens-Morphic and Morphic-Core) and clicked the "Changes" button in the MC Browser against their canonical repos. The package went from being marked clean, to showing many changes. What do you make of that? - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] New and richer halt messages

2017-06-03 Thread Sean P. DeNigris
To mirror the existing API, what do you think of: - haltOnlyInTest -> #haltIfTest - haltOnlyOutOfTest -> #haltIfNotTest - haltOnlyMe -> #haltOnly - Cheers, Sean -- View this message in context: http://forum.world.st/New-and-richer-halt-messages-tp4948920p4949162.html Sent from the

Re: [Pharo-dev] Calypso feedback

2017-06-03 Thread Denis Kudriashov
2017-06-03 10:54 GMT+02:00 Stephane Ducasse : > Hi denis > > Now I decided to use Calypso all the time :) > Good idea :) > > I do not know if this is the latest version but I loaded it today from the > catalog browser. > It is latest stable version. Next one will be

Re: [Pharo-dev] Calypso feedback

2017-06-03 Thread Denis Kudriashov
Hi Stef. 2017-06-03 13:09 GMT+02:00 Stephane Ducasse : > Hi denis > > Another little glitch > > When I filter the package list > for example Simple it filters correctly. > Now if I press on project and packages the filter is not active anymore. > It will be fixed when

[Pharo-dev] FFI does not work on Linux 64-bit

2017-06-03 Thread Oleksandr Zaytsev
Hello, Yesterday during the Pharo Sprint I was experiencing many problems with my 64-bit Pharo Image and Pharo Sprint App. For example, whenever I clicked "Open in FogBugz", "Discuss on Discord", or "Help" in a Sprint App, I got Error: Could not find accessor for variable named "command" As

Re: [Pharo-dev] Calypso feedback

2017-06-03 Thread Stephane Ducasse
Hi denis Another little glitch When I filter the package list for example Simple it filters correctly. Now if I press on project and packages the filter is not active anymore. Stef On Sat, Jun 3, 2017 at 10:54 AM, Stephane Ducasse wrote: > Hi denis > > Now I decided

Re: [Pharo-dev] please test download for Pharo 6.0

2017-06-03 Thread Ben Coman
On Sat, Jun 3, 2017 at 5:10 AM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > This is now fixed, you just have to wait for appveyor to finish its job. > Guys, I have pushed Win64 VM including the Pharo flavour. > It works well in Squeak but I'm not a Pharo user (or very casual).

[Pharo-dev] Calypso feedback

2017-06-03 Thread Stephane Ducasse
Hi denis Now I decided to use Calypso all the time :) I do not know if this is the latest version but I loaded it today from the catalog browser. - When I do sender/implementors of and I get multiple pane in the message browser and I want to close one pane using command-W I close the editor but