Date: Tue, 20 Jun 2017 11:17:59 +0200
From: "phil@highoctane.be" <phil@highoctane.be>
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] GitHub survey on open source projects
Message-ID:
<CAMynPtwcGZv2KO==PeKxU=wwDMd7WRjY0TgVEHcqKFG=10yFGQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I'd not say that because we have docs, but scattered docs.
A good consortium idea would be to hire a real technical writer and give
him/her the ton of docs we have so that we can get it all in a Pillar
format and with more complete coverage.
Phil
On Tue, Jun 20, 2017 at 9:52 AM, Norbert Hartl <norbert@hartl.name> wrote:
> ??? The only thing that fits us is "plagued by poor docs"!!!
>
> Norbert
>
> Am 19.06.2017 um 20:05 schrieb Eliot Miranda <eliot.miranda@gmail.com>:
>
> Not sure how much this reflects our communities but this is interesting.
>
>
> GitHub Survey: Open Source Is Popular, Plagued by Poor Docs and Rude People
>
>
https://adtmag.com/articles/2017/06/05/open-source-survey.aspx> <
https://adtmag.com/articles/2017/06/05/open-source-survey.aspx?m=1>
>
> _,,,^..^,,,_
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/attachments/20170620/19202350/attachment-0001.html>
------------------------------
Message: 10
Date: Tue, 20 Jun 2017 12:54:26 +0000
From: J?r?mie Regnault <jeremie.regnault@outlook.com>
To: "pharo-dev@lists.pharo.org" <pharo-dev@lists.pharo.org>
Subject: [Pharo-dev] How can I save changes on memory ?
Message-ID:
<AM3PR03MB083857B6104BA48E7D86DA2499C50@AM3PR03MB0838.eurprd03.prod.outlook.com>
Content-Type: text/plain; charset="utf-8"
Hi,
I would like to know how to save modifications (e.g creating a
class/method ) in the memory.
Have a nice day,
--
J?r?mie Regnault
------------------------------
Message: 11
Date: Tue, 20 Jun 2017 15:10:49 +0200
From: Cl?ment Bera <bera.clement@gmail.com>
To: Discusses Development of Pharo <pharo-dev@lists.pharo.org>
Cc: Thierry Goubier <thierry.goubier@cea.fr>
Subject: [Pharo-dev] Working OSProcess configuration for Pharo 6
release (please)
Message-ID:
<CAJrdCbU6x6X0CBkgSf4XEeVw35PFn+sHfvTrdA_btDJU_Wun9w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Thierry, hi all,
The Pharo catalog version of OSProcess is not working in the Pharo 6
release and I need to load OSProcess in one of my projects. I cannot load
OSSubProcess instead, so no need to answer this mail talking about it.
In-between version 2231 and 2241 of VMMaker, the vm parameter 1002 (os
version), has changed on Mac from '1011.6' to '10.11.6'. OSProcess tests
the version number against 1000, and should now test against 10.
I checked the SqueakSource repo of OSProcess, I can see that the last
version is 4.6.8 and the catalog configuration loads an older version, but
I cannot see any fix related to the version number ?
Can someone update the OSProcess configuration in the Pharo catalog so that
it loads a working version in the Pharo 6 release or point me to an
OSProcess configuration, outside of the catalog, which works in the release
of Pharo 6 please ?
Thank you very much.
Clement
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/attachments/20170620/450f55a3/attachment-0001.html>
------------------------------
Message: 12
Date: Tue, 20 Jun 2017 08:04:45 -0700
From: Eliot Miranda <eliot.miranda@gmail.com>
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] Working OSProcess configuration for Pharo 6
release (please)
Message-ID: <C3FD57E0-BC08-482F-A866-4979403827D9@gmail.com>
Content-Type: text/plain; charset=utf-8
Hi Cl?ment
> On Jun 20, 2017, at 6:10 AM, Cl?ment Bera <bera.clement@gmail.com> wrote:
>
> Hi Thierry, hi all,
>
> The Pharo catalog version of OSProcess is not working in the Pharo 6 release and I need to load OSProcess in one of my projects. I cannot load OSSubProcess instead, so no need to answer this mail talking about it.
>
> In-between version 2231 and 2241 of VMMaker, the vm parameter 1002 (os version), has changed on Mac from '1011.6' to '10.11.6'. OSProcess tests the version number against 1000, and should now test against 10.
That was a mistake of mine. In the current VM it now answers e.g. 1011.6 and so things should be working again.
>
> I checked the SqueakSource repo of OSProcess, I can see that the last version is 4.6.8 and the catalog configuration loads an older version, but I cannot see any fix related to the version number ?
>
> Can someone update the OSProcess configuration in the Pharo catalog so that it loads a working version in the Pharo 6 release or point me to an OSProcess configuration, outside of the catalog, which works in the release of Pharo 6 please ?
>
> Thank you very much.
>
> Clement
------------------------------
Message: 13
Date: Tue, 20 Jun 2017 17:06:40 +0200
From: Marcus Denker <marcus.denker@inria.fr>
To: Pharo Development List <pharo-dev@lists.pharo.org>
Cc: Thierry Goubier <thierry.goubier@cea.fr>
Subject: Re: [Pharo-dev] Working OSProcess configuration for Pharo 6
release (please)
Message-ID: <2F34707C-1194-4C03-AC23-E8B55899BE6A@inria.fr>
Content-Type: text/plain; charset="utf-8"
Hell,
I think the newest VM already has a fix to work like before, so no change the OSProcess is needed:
https://pharo.fogbugz.com/f/cases/20156/OSPlatform-current-returns-a-MacOSPlatform-instead-of-a-MacOSXPlatform-on-macOS-Sierra <
https://pharo.fogbugz.com/f/cases/20156/OSPlatform-current-returns-a-MacOSPlatform-instead-of-a-MacOSXPlatform-on-macOS-Sierra>
> On 20 Jun 2017, at 15:10, Cl?ment Bera <bera.clement@gmail.com> wrote:
>
> Hi Thierry, hi all,
>
> The Pharo catalog version of OSProcess is not working in the Pharo 6 release and I need to load OSProcess in one of my projects. I cannot load OSSubProcess instead, so no need to answer this mail talking about it.
>
> In-between version 2231 and 2241 of VMMaker, the vm parameter 1002 (os version), has changed on Mac from '1011.6' to '10.11.6'. OSProcess tests the version number against 1000, and should now test against 10.
>
> I checked the SqueakSource repo of OSProcess, I can see that the last version is 4.6.8 and the catalog configuration loads an older version, but I cannot see any fix related to the version number ?
>
> Can someone update the OSProcess configuration in the Pharo catalog so that it loads a working version in the Pharo 6 release or point me to an OSProcess configuration, outside of the catalog, which works in the release of Pharo 6 please ?
>
> Thank you very much.
>
> Clement
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/attachments/20170620/3d23ab14/attachment-0001.html>
------------------------------
Message: 14
Date: Tue, 20 Jun 2017 17:08:35 +0200
From: Cyril Ferlicot <cyril.ferlicot@gmail.com>
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] Working OSProcess configuration for Pharo 6
release (please)
Message-ID:
<CAMyorgBfSy-PZuMmh=+WSM63bKiEcJSM5E7Jbr8GbaMqv1Ki7w@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
On Tue, Jun 20, 2017 at 5:04 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
> Hi Cl?ment
>
>
> That was a mistake of mine. In the current VM it now answers e.g. 1011.6 and so things should be working again.
>
Hi!
The problem is that the stable vm does not have the fix and the
current latest vm is **reeeeeeeeally* slow. It happens at least on
OSX. I don't know if it is a known problem or if it comes from the
opensmalltalk build or the pharo build.
I got the VM here:
http://files.pharo.org/vm/pharo-spur32/mac/--
Cyril Ferlicot
https://ferlicot.frhttp://www.synectique.eu2 rue Jacques Pr?vert 01,
59650 Villeneuve d'ascq France
------------------------------
Message: 15
Date: Tue, 20 Jun 2017 17:51:06 +0200
From: Cl?ment Bera <bera.clement@gmail.com>
To: Pharo Development List <pharo-dev@lists.pharo.org>
Subject: Re: [Pharo-dev] Working OSProcess configuration for Pharo 6
release (please)
Message-ID:
<CAJrdCbXP9AGABXhdM=tE1OTkJODjM-yrqaddFx22_3qrKsGwmA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Ok.
Maybe when things are fixed we should update the Pharo 6 release version
(the one-click) to have a version with OSProcess working.
Cyril the production Pharo VM are now generated from opensmalltalk-vm.
There is no separate Pharo build. Just saying to avoid fireworks.
On Tue, Jun 20, 2017 at 5:08 PM, Cyril Ferlicot <cyril.ferlicot@gmail.com>
wrote:
> On Tue, Jun 20, 2017 at 5:04 PM, Eliot Miranda <eliot.miranda@gmail.com>
> wrote:
> > Hi Cl?ment
> >
> >
> > That was a mistake of mine. In the current VM it now answers e.g.
> 1011.6 and so things should be working again.
> >
>
> Hi!
>
> The problem is that the stable vm does not have the fix and the
> current latest vm is **reeeeeeeeally* slow. It happens at least on
> OSX. I don't know if it is a known problem or if it comes from the
> opensmalltalk build or the pharo build.
>
> I got the VM here:
http://files.pharo.org/vm/pharo-spur32/mac/>
>
>
> --
> Cyril Ferlicot
>
https://ferlicot.fr>
>
http://www.synectique.eu> 2 rue Jacques Pr?vert 01,
> 59650 Villeneuve d'ascq France
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/attachments/20170620/5990ea31/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
Pharo-dev mailing list
Pharo-dev@lists.pharo.org
http://lists.pharo.org/mailman/listinfo/pharo-dev_lists.pharo.org------------------------------
End of Pharo-dev Digest, Vol 50, Issue 24
*****************************************