[Pharo-dev] [ANN] New 6.1 backport: 21344 Add Fuel 2.2.0 to pharo 6.1

2018-03-01 Thread Esteban Lorenzano
https://pharo.fogbugz.com/f/cases/21344/Add-Fuel-2-2-0-to-pharo-6-1 Esteban ps: (I do not remember the format of this mails ;) )

Re: [Pharo-dev] "External module not found" while loading metacello project

2018-03-01 Thread Esteban Lorenzano
whet is this “latest vm” ? how do you get it? which 6 image are you getting? Esteban > On 1 Mar 2018, at 10:39, Cyrille Delaunay wrote: > > Hello, > > I am getting the error "External module not found" while trying to load a > metacello project. > I am running the

[Pharo-dev] [Pharo 7.0-dev] Build #634: 21451-GT-extensions-for-FileLocator

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #634 was: SUCCESS. The Pull Request #989 was integrated: "21451-GT-extensions-for-FileLocator" Pull request url: https://github.com/pharo-project/pharo/pull/989 Issue Url: https://pharo.fogbugz.com/f/cases/21451 Build Url:

Re: [Pharo-dev] [Request for comment] Hermes package

2018-03-01 Thread Denis Kudriashov
While it is very bootstrap oriented library it would be better to rename it to BootstapCodeLoader. Or PharoBootstrap-CodeLoader because we already use this prefix 2018-03-01 13:20 GMT+01:00 Stephane Ducasse : > Hermes is a private binary format that is used to load

Re: [Pharo-dev] "External module not found" while loading metacello project

2018-03-01 Thread Cyrille Delaunay
Yeah this was imprecise Here is our build process: To get a mac pharo vm, we use this url: https://files.pharo.org/get-files/61/pharo-mac-stable.zip To get a pharo image, we use the one retrieved with: wget --quiet -O - get.pharo.org/61+vm | bash I juste made a test with fresh image and vm

[Pharo-dev] [Pharo 7.0-dev] Build #633: 17947-TextMorph-uses-the-wrong-menu

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #633 was: SUCCESS. The Pull Request #987 was integrated: "17947-TextMorph-uses-the-wrong-menu" Pull request url: https://github.com/pharo-project/pharo/pull/987 Issue Url: https://pharo.fogbugz.com/f/cases/17947 Build Url:

[Pharo-dev] [Pharo 7.0-dev] Build #635: 21453-small-cleanup-in-Rubric

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #635 was: SUCCESS. The Pull Request #990 was integrated: "21453-small-cleanup-in-Rubric" Pull request url: https://github.com/pharo-project/pharo/pull/990 Issue Url: https://pharo.fogbugz.com/f/cases/21453 Build Url:

Re: [Pharo-dev] [Request for comment] Hermes package

2018-03-01 Thread Stephane Ducasse
Hermes is a private binary format that is used to load compiled code when there is no compiler during the bootstrap. So basically hermes is loading the compiler to be able to compile other packages. Stef On Wed, Feb 28, 2018 at 4:55 PM, Alexandre Bergel wrote: > Side

Re: [Pharo-dev] [Request for comment] Hermes package

2018-03-01 Thread Stephane Ducasse
+1 On Thu, Mar 1, 2018 at 2:42 PM, Denis Kudriashov wrote: > While it is very bootstrap oriented library it would be better to rename it > to BootstapCodeLoader. > Or PharoBootstrap-CodeLoader because we already use this prefix > > 2018-03-01 13:20 GMT+01:00 Stephane

[Pharo-dev] How can I introduce a new package in Pharo 70

2018-03-01 Thread Stephane Ducasse
Hi I would like to gather all refactoring-based deprecated methods and I need to introduce a package in Pharo 70. How do I do that? Stef

Re: [Pharo-dev] [Request for comment] Hermes package

2018-03-01 Thread teso...@gmail.com
Nice Idea, I have added comments to the packages, classes and methods. This will be in the new version that will be integrated with the new Traits implementation. I am still cleaning some comments that Denis and Pavel have done and we can integrate it. Then we change the name, I liked

[Pharo-dev] Integration deadlock?

2018-03-01 Thread Stephane Ducasse
I have a change that crosscuts calypso and iceberg. I will produce a PR and each project should check because else I will get stuck waiting in an integration deadlock. https://pharo.fogbugz.com/f/cases/21459/Fixing-last-users-of-theNonMetaclass

[Pharo-dev] Help not losing my changes :(

2018-03-01 Thread Stephane Ducasse
I took the latest version of Pharo 70 and I coded some cleanings and when I change the remote to pull from Pharo I got a lot of fetch and load happening But I do not know if I should merge incoming. probably. And then I got an error IceVersionDoesNotExist: there is no versoin for package:

Re: [Pharo-dev] How can I introduce a new package in Pharo 70

2018-03-01 Thread Cyril Ferlicot
On Thu, Mar 1, 2018 at 4:28 PM, Stephane Ducasse wrote: > Hi > > I would like to gather all refactoring-based deprecated methods and I > need to introduce a package in Pharo 70. > How do I do that? > Hi, You need to: - Add the package to the related baseline (Else it will

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Alexandre Bergel
That would be fantastic to have! Alexandre > On Mar 1, 2018, at 2:23 PM, Stephane Ducasse wrote: > > Hi > > I would like to use git without iceberg. > It is possible to use gitfiletree with tonel? > > I want to commit in tonel format > from Pharo 6.1 and not using

Re: [Pharo-dev] [Pharo-users] [ANN] ba-st Web Stack new versions available

2018-03-01 Thread Alexandre Bergel
Impressive work!! Alexandre > On Feb 19, 2018, at 3:08 PM, Gabriel Cotelli wrote: > > Hi, > > We're happy to announce a new version of the Web Stack hosted at > https://github.com/ba-st/. This is a multi-release announcement of the > following related project versions:

Re: [Pharo-dev] Is Smalltalk CI working with 6.1?

2018-03-01 Thread Peter Uhnák
This is because tonel is not yet supported. I've worked on that a bit last year but I don't know why I stopped... I think because I couldn't commit to SmalltalkCI without generating billion metadata changes (tried different Pharo versions, iceberg, gitfiletree, filetree), and in the end got

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Stephane Ducasse
I read https://www.peteruhnak.com/blog/2016/07/25/how-to-use-git-and-github-with-pharo/ and I have the impression that I cannot use tonel and gitfiletree. So I will wait for the next version of iceberg and focus on my vacation during that period. Stef On Thu, Mar 1, 2018 at 9:46 PM, Alexandre

Re: [Pharo-dev] How can I introduce a new package in Pharo 70

2018-03-01 Thread Stephane Ducasse
Thanks Cyril. Since I break everything I touch I will not do it. Today the PR that I did went totally fucked up and I closed it and this one was trivial. So I will give a try. I will wait until the next version of Iceberg because I cannot work anymore with the current version: sometimes it works

Re: [Pharo-dev] Is Smalltalk CI working with 6.1?

2018-03-01 Thread Gabriel Cotelli
Looks Ok to me. We have some baselines with 6.1 support and SmalltalkCI running against travis and it works. But not in tonel format, we're using the old filetree format, so maybe there's something to configure to enable tonel support in SmalltalkCI? Just for reference look at the baseline and

[Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Stephane Ducasse
Hi I would like to use git without iceberg. It is possible to use gitfiletree with tonel? I want to commit in tonel format from Pharo 6.1 and not using Iceberg because it does not work on my code. I'm looking for a small tutorial. Stef

[Pharo-dev] [Pharo 7.0-dev] Build #639: 21458-remove-Package-MessageBrowserRefactoringAddition

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #639 was: SUCCESS. The Pull Request #994 was integrated: "21458-remove-Package-MessageBrowserRefactoringAddition" Pull request url: https://github.com/pharo-project/pharo/pull/994 Issue Url:

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Alexandre Bergel
I will not be able to try soon. Semester is starting here, with its load of things… Alexandre > On Mar 1, 2018, at 4:36 PM, Stephane Ducasse wrote: > > Alex > > Now I was thinking that it should be easy to introduce a tonel fileout > menu on a package. We should pay

[Pharo-dev] Is Smalltalk CI working with 6.1?

2018-03-01 Thread Stephane Ducasse
Hi I'm trying to make travis and smalltalkci working for the roelTyper. Followed the tutorial of Peter but I cannot make it work. https://travis-ci.org/RMODINRIA/RoelTyper I get this error ..RETRY->BaselineOfRoelTyper ...RETRY->BaselineOfRoelTyper ...FAILED->BaselineOfRoelTyperCould not

[Pharo-dev] [Pharo 7.0-dev] Build #640: 21455-MessageBrowserTest-needs-to-be-moved-to-a-dedicated-test-package

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #640 was: FAILURE. The Pull Request #997 was integrated: "21455-MessageBrowserTest-needs-to-be-moved-to-a-dedicated-test-package" Pull request url: https://github.com/pharo-project/pharo/pull/997 Issue Url:

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Stephane Ducasse
Alex Now I was thinking that it should be easy to introduce a tonel fileout menu on a package. We should pay attention to extensions differently. Then for loading I would just support load and no merge since the merge will be done by git on the command-line. If you give a try, I would like to try

Re: [Pharo-dev] How to use git with gitfiletree

2018-03-01 Thread Peter Uhnák
you would need something like gittonel://, which doesn't exist but you could still use tonel://, commit in pharo using metacello, and then in command line using git... annoying but if you want to use tonel+git without iceberg, then you have no other choice (unless you actually create gittonel://)

[Pharo-dev] [Pharo 7.0-dev] Build #637: 21456-Small-clean-EyeInspector-remove-Test-move-resize-on-ImageMorph-to-ImageMorph

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #637 was: SUCCESS. The Pull Request #992 was integrated: "21456-Small-clean-EyeInspector-remove-Test-move-resize-on-ImageMorph-to-ImageMorph" Pull request url: https://github.com/pharo-project/pharo/pull/992 Issue Url:

Re: [Pharo-dev] Help not losing my changes :(

2018-03-01 Thread Stephane Ducasse
Thanks. In fact all the commit was fucked up so I will refork and reclone. :( On Thu, Mar 1, 2018 at 6:03 PM, Alistair Grant wrote: > If this is the same as a known problem, just close the error and try > to commit again. > > Cheers, > Alistair > > On 1 March 2018 at

[Pharo-dev] [Pharo 7.0-dev] Build #638: Added Contribute.md

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #638 was: SUCCESS. The Pull Request #991 was integrated: "Added Contribute.md" Pull request url: https://github.com/pharo-project/pharo/pull/991 Issue Url: https://pharo.fogbugz.com/f/cases/patch Build Url:

[Pharo-dev] [Pharo 7.0-dev] Build #636: 21454-remove-newAutoAcceptTextEntryForgetTextsetTextgetEnabledhelpentryCompletion

2018-03-01 Thread ci-pharo-ci-jenkins2
There is a new Pharo build available! The status of the build #636 was: SUCCESS. The Pull Request #993 was integrated: "21454-remove-newAutoAcceptTextEntryForgetTextsetTextgetEnabledhelpentryCompletion" Pull request url: https://github.com/pharo-project/pharo/pull/993 Issue Url:

Re: [Pharo-dev] Help not losing my changes :(

2018-03-01 Thread Alistair Grant
If this is the same as a known problem, just close the error and try to commit again. Cheers, Alistair On 1 March 2018 at 16:58, Stephane Ducasse wrote: > I took the latest version of Pharo 70 and I coded some cleanings > and when I change the remote to pull from Pharo

Re: [Pharo-dev] [Vm-dev] FFI Struct Argument Pass By Value Fails on Mac 64 bit

2018-03-01 Thread Todd Blanchard
I got pulled off to do some $ work and haven't got back to this but I would like to get back to it. Has there been any progress on this in the publicly available 64bit VM? I see there is a completely separate FFI plugin for 32 vs 64 and worry 64 is still not quite ready for real work. > On