[Pharo-dev] 12 Jul Pharo TechTalk: Tensorflow

2018-07-09 Thread Marcus Denker
Pharo TechTalk: Tensorflow A regular chat about Pharo. Happens on Discord. The Tech talks are open to both members and non-members! Topic: Machine Learning with TensorFlow and Pharo https://association.pharo.org/event-2973748

[Pharo-dev] [Pharo 7.0-dev] Build #1118: 22254-Class-side-slots-of-stateful-traits-are-mostly-ignored

2018-07-09 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1118 was: FAILURE. The Pull Request #1630 was integrated: "22254-Class-side-slots-of-stateful-traits-are-mostly-ignored" Pull request url: https://github.com/pharo-project/pharo/pull/1630 Issue Url:

Re: [Pharo-dev] [Pharo-users] Which command-line handlers do you use most?

2018-07-09 Thread Santiago Bragagnolo
This are great news. Maybe you can extend Pharo launcher as a usage case for implantation! It would be really welcomed and useful. Santiago El lun., 9 de jul. de 2018 17:40, Damien Pollet escribió: > Hi all, > > I'm starting to port / reimplement existing command line handlers using > Clap.

Re: [Pharo-dev] Which command-line handlers do you use most?

2018-07-09 Thread Hilaire
Hi Damien, I use one custom 'drgeo' handler in Dr. Geo to load sketch and script I did not tested in P7, but it seems to break, not CommandHandler fault though, more other P7 obsoleted or removed classes/protocols. Thanks To remind me on that, I should writes tests there. Hilaire Le

Re: [Pharo-dev] Problem with zinc 2.9.2

2018-07-09 Thread Max Leske
Hi Norbert, This is a bit of a guess, but it's possible that the archive that is downloaded from github is in Zip64 format and that the libraries for extracting Zip64 are missing on your Linux. That would of course contradict the experience that the same operation appears to work in 6.1.

Re: [Pharo-dev] Problem with zinc 2.9.2

2018-07-09 Thread Norbert Hartl
Hi Max, > Am 09.07.2018 um 18:18 schrieb Max Leske : > > Hi Norbert, > > This is a bit of a guess, but it's possible that the archive that is > downloaded from github is in Zip64 format and that the libraries for > extracting Zip64 are missing on your Linux. That would of course contradict

[Pharo-dev] [Pharo 7.0-dev] Build #1120: 22208 Cleanup Regex-Core

2018-07-09 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1120 was: FAILURE. The Pull Request #1599 was integrated: "22208 Cleanup Regex-Core" Pull request url: https://github.com/pharo-project/pharo/pull/1599 Issue Url: https://pharo.fogbugz.com/f/cases/22208 Build Url:

[Pharo-dev] [Pharo 7.0-dev] Build #1119: 22257-Uppercase-and-lowercase-entries-should-be-merged-in-the-FileDialogWindow-list-of-files-right-column

2018-07-09 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1119 was: FAILURE. The Pull Request #1631 was integrated: "22257-Uppercase-and-lowercase-entries-should-be-merged-in-the-FileDialogWindow-list-of-files-right-column" Pull request url:

Re: [Pharo-dev] [Pharo-users] Which command-line handlers do you use most?

2018-07-09 Thread Sven Van Caekenberghe
> On 9 Jul 2018, at 17:38, Damien Pollet wrote: > > Hi all, > > I'm starting to port / reimplement existing command line handlers using Clap. > There's a dozen, but I wonder which ones are the most relied upon, because > it's a good opportunity for refactoring the command line API as a

Re: [Pharo-dev] Problem with zinc 2.9.2

2018-07-09 Thread Max Leske
I checked the Parasol Archive and it does not appear to be in Zip64 format (Metacello uses ZipArchive which can't cope with Zip64 but ZipArchive can read the Parasol zip). So my next guess is that there's either a problem with Metacello or Pharo in the way that ZipArchive is used (e.g.

Re: [Pharo-dev] Problem with zinc 2.9.2

2018-07-09 Thread Norbert Hartl
With the help of Esteban I got one step further. If I do MCWorkingCopy managersForClass: ZnFileSystemUtils do: [ :each | each ancestry initialize ] before loading my project it updates Zinc-FileSystem as well. Sadly it still does not work for me because I get Loading baseline

[Pharo-dev] [Pharo 7.0-dev] Build #1121: 22194 Categorize uncategorized UFFI classes

2018-07-09 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #1121 was: SUCCESS. The Pull Request #1586 was integrated: "22194 Categorize uncategorized UFFI classes" Pull request url: https://github.com/pharo-project/pharo/pull/1586 Issue Url: https://pharo.fogbugz.com/f/cases/22194

[Pharo-dev] Which command-line handlers do you use most?

2018-07-09 Thread Damien Pollet
Hi all, I'm starting to port / reimplement existing command line handlers using Clap. There's a dozen, but I wonder which ones are the most relied upon, because it's a good opportunity for refactoring the command line API as a whole and simplifying it or at least making it more orthogonal. For

Re: [Pharo-dev] Problem with zinc 2.9.2

2018-07-09 Thread Norbert Hartl
> Am 09.07.2018 um 19:10 schrieb Max Leske : > > I checked the Parasol Archive and it does not appear to be in Zip64 format > (Metacello uses ZipArchive which can't cope with Zip64 but ZipArchive can > read the Parasol zip). So my next guess is that there's either a problem with > Metacello