[Pharo-dev] [Pharo6] Failing tests on CI: 6

2016-09-20 Thread Marcus Denker
Hi, We have 6 tests failing on the CI: SmalllintManifestCheckerTest.testCriticsOf SmalllintManifestCheckerTest.testToDoOf - tests need to be updated, will be fixed with next QA update ReleaseTest.testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits - fixed upstream

[Pharo-dev] EpSelection DNU (Pharo 60231)

2016-09-20 Thread Nicolai Hess
There was a change for icons/iconnamed done on class EpSelection 1. this change needs to be done in epiceas repository as well (?) 2. one call is wrong (EpSelection>>#populateMenu) : icon: (self iconNamed: #smallSaveAsIcon); instead of icon: (self icons iconNamed: #smallSaveAsIcon);

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-20 Thread Nicolai Hess
2016-09-19 19:14 GMT+02:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2016-09-19 17:08 GMT+02:00 Esteban Lorenzano : > >> >> On 19 Sep 2016, at 16:49, Nicolai Hess wrote: >> >> >> Am 19.09.2016 4:14 nachm. schrieb "Esteban Lorenzano"

[Pharo-dev] [Issue tracker] Action needed

2016-09-20 Thread Marcus Denker
Hello, We have *a lot* (really a lot!!) half-finished, “discussion stopped in the middle” kind of issues on the issue tracker. It would *really* be nice if people could check older issues and push for a conclusion! It is *much* easier to finish issues for those who spend already time on it as

Re: [Pharo-dev] [Issue tracker] Action needed

2016-09-20 Thread Marcus Denker
It would be especially nice if people wo *submitted* an issue tacker entry in the past would take up the role of a “issue steward”, that is: make sure the issue gets closed. - Is it still relevant? - Was it already fixed? - Is it really important? If nobody (and not you, either, cared for 8

Re: [Pharo-dev] SharedPool method definitions do not resolve Class names

2016-09-20 Thread Nicolai Hess
2016-09-19 16:02 GMT+02:00 Ben Coman : > This is probably my lack of understanding but I found this surprising > behaviour > > I was trying to add a method to a subclass of FFIExternalEnumeration > and it was not recognising classes. I traced this back to SharedPool >

Re: [Pharo-dev] SharedPool method definitions do not resolve Class names

2016-09-20 Thread Clément Bera
Are SharedPool supposed to be instantiated ? Why did you need to instantiate a SharedPool ? I only use them (maybe mistakenly) by setting with class-side methods the default values of the SharedPool class variables, then use the poolDictionary: keyword to access those variables values from other

Re: [Pharo-dev] Call for design for a literal programming doc similar to PythonDocTest

2016-09-20 Thread stepharo
+1 I love Sunit as specification validation. I like doctest just a validated doc. I do not care that the are used as tests. This is not the main goal to me The goal is make sure that the reader understand fast. I like that there are in the comments because in a PharoDoc the examples woudl be

Re: [Pharo-dev] SharedPool method definitions do not resolve Class names

2016-09-20 Thread Marcus Denker
> On 20 Sep 2016, at 10:38, Nicolai Hess wrote: > > > > 2016-09-19 16:02 GMT+02:00 Ben Coman >: > This is probably my lack of understanding but I found this surprising > behaviour > > I was trying to add a

[Pharo-dev] ZnPortNotANumber exception when loading from local clone dir (following Metacello Guide)

2016-09-20 Thread Torsten Bergmann
Hi, according to the Metacello quide on [1] in section "Prime Metacello registry" one can write | pathToPackageDirectory | "edit to match the path to your chosen package directory" pathToPackageDirectory := '/opt/git/Sample/packages'. Metacello new baseline: 'Sample'; repository:

Re: [Pharo-dev] Pharo 5 rocks

2016-09-20 Thread Hilaire
Cool! Le 20/09/2016 à 15:25, Alain Plantec via Pharo-dev a écrit : > Hello all, > > Thanks thanks thanks for Pharo 5. -- Dr. Geo http://drgeo.eu

Re: [Pharo-dev] ZnPortNotANumber exception when loading from local clone dir (following Metacello Guide)

2016-09-20 Thread Sven Van Caekenberghe
Hi Torsten, Just for the ZnUrl part, have a look at ZnFileUrlTests>>#testWindowsDriveNamesInFileUrl AFAIK, your example should be written as: ('filetree:///' , 'C:/ClonedRepo/packages') asZnUrl. Or maybe, (FileLocator C / 'ClonedRepo' / 'packages') asZnUrl. Sven > On 20 Sep 2016, at 20:30,

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-20 Thread Henrik Sperre Johansen
Tudor Girba-2 wrote > Now, this is something cool, I think. Let’s investigate this further. One > issue is whether the Pragma class should be modified to take into account > the new semantics. > > Cheers, > Doru A major disadvantage is that in other Smalltalks supporting tags, block scoping

[Pharo-dev] Version dependent Metacello Platform

2016-09-20 Thread Torsten Bergmann
Hi, the expression MetacelloPlatform current defaultRepositoryDescription returns the meta repo for pharo 3 ('http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main') even when run in Pharo 6. This is because MetacelloPharoCommonPlatform has a single subclass "MetacelloPharo30Platform".

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-20 Thread Nicolai Hess
2016-09-19 16:24 GMT+02:00 Henrik Johansen : > > On 19 Sep 2016, at 4:03 , Henrik Johansen > wrote: > > > On 17 Sep 2016, at 4:17 , Ben Coman > wrote: > > On Sat, Sep 17, 2016 at 3:45 AM,

Re: [Pharo-dev] [pharo-project/pharo-core] edd9f3: 60220

2016-09-20 Thread Tudor Girba
Now, this is something cool, I think. Let’s investigate this further. One issue is whether the Pragma class should be modified to take into account the new semantics. Cheers, Doru > On Sep 20, 2016, at 10:41 PM, Nicolai Hess wrote: > > > > 2016-09-19 16:24

Re: [Pharo-dev] updated FastTable

2016-09-20 Thread stepharo
Hi torsten We will integrate it. Looks easy. Now I'm jumping from meetings to meetings then to budgets and Stef Le 20/9/16 à 15:48, Torsten Bergmann a écrit : Hi there is another annoying bug regarding FastTable: https://pharo.fogbugz.com/f/cases/19116/ that is easily fixed. Anyone

Re: [Pharo-dev] Maintainer of DependencyAnalyser: Action needed

2016-09-20 Thread stepharo
Le 19/9/16 à 10:49, Christophe Demarey a écrit : Didn’t we switch to the strategy integrate first into Pharo and notify maintainer afterwards? Yes it is the model :) It is hard to follow because sometimes integration goes directly into Pharo with slices and other time, it is included

[Pharo-dev] glitches in text selection

2016-09-20 Thread stepharo
Since I'm selecting a lot Smalltalk ui icons I noticed that there is a bug in text selection. I thought it was me but no I select well the beginning of the expression that I see the cursor jumping aroundAnd missing a couple of characters. Stef

[Pharo-dev] How do recover change with epicea?

2016-09-20 Thread stepharo
Hi i introduced a loop (yes totally stupid) in menu morph icon :) so I had to quit my image. I thought that epicea would show me all the changes and I could not find how to do it. I do not know how to invoke the old recover lost changes... so so far I lost 40 min of dev :( I have no idea

Re: [Pharo-dev] Pharo 5 rocks

2016-09-20 Thread stepharo
Thanks Alain. Did you point to the mooc videos your students? http://mooc.pharo.org Stef Le 20/9/16 à 15:53, Alain Plantec via Pharo-dev a écrit : Hello all, Thanks thanks thanks for Pharo 5. Each year, from September to November, my students are learning Pharo with the last release. And

Re: [Pharo-dev] glitches in text selection

2016-09-20 Thread Nicolai Hess
Yes, see case 19113, fixed in 60233 2016-09-20 21:35 GMT+02:00 stepharo : > Since I'm selecting a lot Smalltalk ui icons I noticed that there is a > bug in text selection. > > I thought it was me but no I select well the beginning of the expression > that I see the cursor

Re: [Pharo-dev] How do recover change with epicea?

2016-09-20 Thread stepharo
even better Smalltalk tools changeList browseRecentLog does not show any changes :) So I redownloaded the latest version of tried - changes something - exist without saving - reopening the image And I could not reproduce the bug Shit. So I lost my time. Stef Hi i introduced

Re: [Pharo-dev] Version dependent Metacello Platform

2016-09-20 Thread Dale Henrichs
On 9/20/16 11:12 AM, Torsten Bergmann wrote: Hi, the expression MetacelloPlatform current defaultRepositoryDescription returns the meta repo for pharo 3 ('http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main') even when run in Pharo 6. This is because MetacelloPharoCommonPlatform

Re: [Pharo-dev] How do recover change with epicea?

2016-09-20 Thread Martin Dias
Hi Stef, ​No idea why Epicea didn't log your changes. About "monitor vs. log set"... the two new entries in World Menu > Tools > Epicea... I'd like user opinions to improve naming and UI. I can tell some things introduced in the latest integration. - The Log Set As you know, Epicea Monitor logs

Re: [Pharo-dev] EpSelection DNU (Pharo 60231)

2016-09-20 Thread Martin Dias
Thanks Nicolai, both 1 and 2 are fixed in the new release . Martin On Tue, Sep 20, 2016 at 4:25 AM, Nicolai Hess wrote: > There was a change for icons/iconnamed done on class EpSelection > > 1. this change

Re: [Pharo-dev] updated FastTable

2016-09-20 Thread Torsten Bergmann
Hi there is another annoying bug regarding FastTable: https://pharo.fogbugz.com/f/cases/19116/ that is easily fixed. Anyone able to review/integrate? Thx T. > Gesendet: Montag, 19. September 2016 um 11:35 Uhr > Von: "Tudor Girba" > An: "Pharo Development List"

[Pharo-dev] [pharo-project/pharo-core] 91467f: 60232

2016-09-20 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 91467ff77d6dcc5ab2900601fac89fdb558414fd https://github.com/pharo-project/pharo-core/commit/91467ff77d6dcc5ab2900601fac89fdb558414fd Author: Jenkins Build Server Date:

Re: [Pharo-dev] [Issue tracker] Action needed

2016-09-20 Thread stepharo
Thanks marcus this is indeed important and I'm trying to regularly look at my issues. Le 20/9/16 à 09:43, Marcus Denker a écrit : Hello, We have *a lot* (really a lot!!) half-finished, “discussion stopped in the middle” kind of issues on the issue tracker. It would *really* be nice if

[Pharo-dev] Pharo 5 rocks

2016-09-20 Thread Alain Plantec via Pharo-dev
--- Begin Message --- Hello all, Thanks thanks thanks for Pharo 5. Each year, from September to November, my students are learning Pharo with the last release. And as you know, beginners and naive users are very good at stressing a software :) Previous years I faced issues due to Pharo bugs

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

2016-09-20 Thread GitHub
Branch: refs/tags/60232 Home: https://github.com/pharo-project/pharo-core

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

2016-09-20 Thread GitHub
Branch: refs/tags/60233 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] e0c535: 60233

2016-09-20 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: e0c535a4f4e5f5213ee4cdcc589114897dbb https://github.com/pharo-project/pharo-core/commit/e0c535a4f4e5f5213ee4cdcc589114897dbb Author: Jenkins Build Server Date: