Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
November 2018
- 292 messages
Re: [Pharo-dev] Cannot use Zinc in Pharo7 anymore
by Esteban Lorenzano
Hi,
> On 7 Nov 2018, at 22:26, Stephane Ducasse <stepharo.self(a)gmail.com> wrote:
>
>> It is not so easy.
>>
>> A huge project as Pharo would profit to be split in order to manage its parts correctly. For example, we recently released iceberg 1.3.0. And there were some problems around and we evaluate the possibility of revert that release until we fix the problems. At the end, problems were not so important and the fix was made with a 1.3.1 release and almost immediately an 1.4.0.
>
> This is because you want to see it like that.
> Now issuing a new version of iceberg would just be integrated a branch
> into Pharo. So I do not see why you could not commit to a branch and
> work there
> for Iceberg. Sorry but I do not buy your argument.
> Why you want to have all the plugin of the VM at the same place and
> not the core Pharo tool?
I do want all sources in a single repository.
Is just, I want it in a clean way, that will help us improve modularisation and task/team working.
And in the case of VM, to be honest I would prefer to have the plugins separated, is just that is not possible as it is now because:
- not all âpluginsâ are real plugins, in the sense I cannot take them out and expect the VM to work. Take âFilePluginâ as an example. This plugins are more like âmodulesâ that happens to use the same structure as real plugins.
- plugins are all spread in the web. And they are split in two: Smalltalk part is in some place and platform files are all on osvm repository. *This* is annoying.
A good organisation would be:
- all VM sources with all required modules (mandatory plugins) together.
- each real optional plugin in a separated repository along with their own makefiles, allowing the build of them without needing the full VM (but also allowing the build of the VM without needing to checkout the plugins).
- and all of them organised under the same organisation (opensmalltalk)
Also, having âall VM sources togetherâ does not means I want then all mixed. I would also like to have them correctly separated in something like:
src
vm
smalltalk
...
platform
unix
macOS
windows
modules
filemodule
smalltalk
platforms
unix
macOS
windows
...
But this is a lot of work, and then we agreed in a solution that will work but is not the best.
Now, I do believe we need to do steps to go there with the VM organisation and also with Pharo organisation.
My proposal is to have all sources in a single repository, but organised in a way that enhance modularity and for the same price we can benefit of using subtrees (or submodules), but we do not need to do it, is your a choice.
So, in my plans, I want to create this structure for Pharo sources:
src
kernel
system
graphics
spec
tools
playground
debugger
calypso
iceberg
(this is just an example, whatever the tools are)
â¦
And to achieve this, all we need is to add support to multiple directories to iceberg (which is something that is in our roadmap anyway).
Cheers,
Esteban
>
> The message is clear to me: I will not work on Pharo because I cannot.
> You will show me how you do that trivially stupid bug fix without
> several PR AND synchronisation point!!!!!!
> Because if you do not see that the synchronisation point between a PR
> in project and a PR in Pharo will kill us.
> What can I say. Nothing I will shut up but do not ask my support for
> anything in the future.
> Sorry to be aggressive but this week I could have fixed several
> totally totally stupid glitches and I could not
> You will have to prove me that I'm wrong:
> https://pharo.fogbugz.com/f/cases/22626/Should-not-hardcode-CmdCommandAbort…
>
> And at the end, you will win and I will let you play with your process.
> And I will not work on Pharo.
>
>
>> Now, imagine If iceberg would be integrated in pharo.
>>
>> 1. The nature of âicebergâ would be lost in other parts. We cannot talk anymore of releasing 1.3.1 or whatever, we just release Pharo. No clear way to know what changed in Iceberg without digging in the full list of changes.
>> 2. If we need to revert. How do we do it? There is no release so what do we revert? A commit? How many commits? How do we revert if development tree continued growing and iceberg commit are now mixed with others?
>> Of course, we could maintain a branch. But then I'd argüe is more or less the same as having a separated project.
>>
>> Situation is not ideal (even if it is a lot better as before).
>
> How better? We cannot fix simple crosscutting things in subparts of Pharo?
>
>
>> But Iâm envisioning this solution: add multiple source directories capability.
>
> This does not resolve the synchronisation point.
> And I do not see how it helps other projects like Moose with multiple
> repo so we lose on two sides.
> 1 Too complex for Pharo core and 2 not helping projects build out of
> external projects.
>
> I think that we should work on more important things instead of
> building our own new problems. (cleaning, better tools, Cargo,
> headless, better VM, Modules?)
> Merging the Pharo core projects would solved the first (1) problem above.
>
> But you are right let us look smart and increase the entropy for the
> sake of it.
> It will be without me. I started and I will not read bug entries and
> PR anymore.
> If doing nothing is the way to get heard then I will do nothing
> because I'm hurt each time I want to do something and I have enough.
>
>
>> Then we can have:
>>
>> src/kernel
>> src/system
>> src/spec
>> src/iceberg
>> src/calypso
>> etc.
>>
>> This will not just help to improve modularisation but weâll gives a âfreeâ feature : using git subtree to manage those directories.
>
> I do not believe you. If that would be so easy why Pablo and Guille
> would tell me that this is around 8 months of work?
> Seriously.
>
>
>
>> For those who do not know: subtree allow us to merge different project trees into one. But the important part is how it will behave in Pharo (or other projects adopting it): For Pharo it will be JUST ONE REPOSITORY. So one single commit will spread to all repositories.
>> Now, the âprice to payâ later is that time to time we need to push subtree from Pharo to their external projects (but this can be automated easily), and of course, doing âan iceberg releaseâ means to do a pull subtree from external repository to Pharo (also very easy).
>>
>> Esteban
>>
>> Ps: remember: programming is an iterative improving process. âProcess" is part of programming so iterations applies to it too.
>>
>>> On 7 Nov 2018, at 07:02, Tim Mackinnon <tim(a)testit.works> wrote:
>>>
>>> Itâs a tricky trade off as Norbert alludes too - in my recent example I needed some underlying base pieces in place (for the compilerâs ast) and those needed reviewing to then be committed - then there were two parts to Calypso that relied on those changes) that also needed reviewing and I wasnât sure if Denis waited for the core approval or loaded up my PR - but anyway it took him a bit of time to process that and he came back with some better suggestions that I also needed to implement (which I had to find time to do as well).
>>>
>>> When I noticed that the core Pharo pieces were merged, I then had to chase Denis to see if he was now happy and could merge my changes.
>>>
>>> I guess it would be helpful if there was a way to easily load up multiple project prâs in one go (like the suggested slice concept) so maintainers can easily review. Probably more importantly is an easy way to track the status of multiple submissions so you can follow up with relevant people and push things along and also ensure things get committed in the right order (eg doc the dependency chain a bit better).
>>>
>>> For me, after a few days I forgot about my Calypso changes and realised a few weeks later (by accident) and so could chase Denis.
>>>
>>> I think itâs this latter case that Steph alludes to - you lose interest after a few days without some useful prompts and easy status tracking. If we can make that easier I think it would help.
>>>
>>> Tim
>>>
>>> Sent from my iPhone
>>>
>>>> On 7 Nov 2018, at 05:48, Ben Coman <btc(a)openinworld.com> wrote:
>>>>
>>>> I get the feeling what is needed is mirroring all dependent repos from
>>>> the canonical location under http://github.com/pharo-project
>>>> and a Slice-like tool (probably keeping the name "Slice") which...
>>>> 1. Pulls all dependent repos to the local machine
>>>> 2. Simultaneously commits to the local repos with the same commit message
>>>> 3. Updates a bootstrap-configuration file holding commit-hashes of all
>>>> the dependencies and commits with same commit message
>>>> 4. Pushes that bootstrap-configuration file and all changed dependent
>>>> repos to user's github account
>>>> 5. Issues a pull request for the bootstrap-configuration file
>>>> 6. Our CI then builds a test-image by commit-hash direct from each
>>>> user's repo and if it passes, pulls dependent repo commits under
>>>> pharo-project
>>>> 7. CI can then issue PRs to the dependency canonical repos
>>>>
>>>> cheers -ben
>>>>
>>>>> On Wed, 7 Nov 2018 at 02:55, Stephane Ducasse <stepharo.self(a)gmail.com> wrote:
>>>>>
>>>>> Calypso is integral part of Pharo as Iceberg.
>>>>> We started to discuss the problem in the team. Right now this project
>>>>> spread kills us.
>>>>>
>>>>> Stef
>>>>>> On Mon, Nov 5, 2018 at 11:56 AM Stephan Eggermont <stephan(a)stack.nl> wrote:
>>>>>>
>>>>>> Tim Mackinnon <tim(a)testit.works> wrote:
>>>>>>>
>>>>>>
>>>>>>> In retrospect, Iâm wondering if successful projects that have proved
>>>>>>> integration usefulness should be moved into the core repo?
>>>>>>> (Iceberg/Calypso?) or are we missing something to help easily track the
>>>>>>> journey of a multi faceted change (although this sounds overkill?). Or
>>>>>>> are there sprint days to try and knock these things through easily with
>>>>>>> everyone on board to do it together?
>>>>>>>
>>>>>>> We are sort of damned if you do and damned if you donât. But certainly we
>>>>>>> want to endure that progress can be made without losing the will to contribute.
>>>>>>>
>>>>>>
>>>>>> Indeed. Putting things in one repo cannot scale and cannot be a solution
>>>>>> for something that is neither core pharo nor an application. I encourage
>>>>>> everyone who wants to get a good description of this problem to read
>>>>>>
>>>>>> "Managing Design Data: The Five Dimensions of CAD Frameworks, Configuration
>>>>>> Management, and Product Data Management" by Peter van den Hamer & Kees
>>>>>> Lepoeter.
>>>>>>
>>>>>> With git and github a solution to decouple fast-moving from slow-moving
>>>>>> projects seems to be indeed to fork and make PRs.
>>>>>> That only works if the quality of the PRs is high enough and we manage to
>>>>>> use the feedback from slower-moving projects well.
>>>>>>
>>>>>> Earlier, weâve seen projects like Magma being overwhelmed by the number of
>>>>>> needed changes, and Pier being broken by Pillar not respecting its
>>>>>> constraints.
>>>>>>
>>>>>> With tools like Travis, it is quickly clear if a PR would result in a green
>>>>>> build in the original repo.
>>>>>>
>>>>>> With projects where Pharo uses only the core, and applications use more
>>>>>> than that, the applications still have a dependency problem: if the core
>>>>>> changes in Pharo influence the other parts, someone needs to do the work to
>>>>>> make those parts work again. With forked repos, that can be a pharo
>>>>>> maintainer, the project maintainer or the application maintainer. All three
>>>>>> need to be able to make those changes. And they need to be decoupled from
>>>>>> having to make them immediately. And being able to have the discussion
>>>>>> about the exact implementation independently from implementing a stop-gap
>>>>>> solution now is also valuable.
>>>>>>
>>>>>> So if Calypso is supposed to be extendable and only the core part is part
>>>>>> of Pharo, having it as an external project makes sense. With a fork for
>>>>>> Pharo to move at its own speed. If Iceberg is Pharo-only, just having
>>>>>> different branches for different Pharo versions, it sounds to me like it
>>>>>> might be better of in the Pharo project. Tonel is supposed to be
>>>>>> cross-platform so should be separate.
>>>>>>
>>>>>> Is this helpful?
>>>>>>
>>>>>> Stephan
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>
>>
>
Nov. 8, 2018
Re: [Pharo-dev] Cannot use Zinc in Pharo7 anymore
by Esteban Maringolo
Isn't working with "core projects" in the Pharo repository an actual fork
of each project?
One thing is "Kernel" (which is seldom committed outside of the context of
the Pharo repo) and another one is Calypso/Iceberg/Zinc, etc.
What's the practical difference (in terms of code) between such a fork and
depending on a particular commit/tag of the referenced project?
ps: These are honest, maybe naive, questions, so please answer accordingly.
Esteban A. Maringolo
Nov. 7, 2018
Re: [Pharo-dev] Cannot use Zinc in Pharo7 anymore
by Stephane Ducasse
> It is not so easy.
>
> A huge project as Pharo would profit to be split in order to manage its parts correctly. For example, we recently released iceberg 1.3.0. And there were some problems around and we evaluate the possibility of revert that release until we fix the problems. At the end, problems were not so important and the fix was made with a 1.3.1 release and almost immediately an 1.4.0.
This is because you want to see it like that.
Now issuing a new version of iceberg would just be integrated a branch
into Pharo. So I do not see why you could not commit to a branch and
work there
for Iceberg. Sorry but I do not buy your argument.
Why you want to have all the plugin of the VM at the same place and
not the core Pharo tool?
The message is clear to me: I will not work on Pharo because I cannot.
You will show me how you do that trivially stupid bug fix without
several PR AND synchronisation point!!!!!!
Because if you do not see that the synchronisation point between a PR
in project and a PR in Pharo will kill us.
What can I say. Nothing I will shut up but do not ask my support for
anything in the future.
Sorry to be aggressive but this week I could have fixed several
totally totally stupid glitches and I could not
You will have to prove me that I'm wrong:
https://pharo.fogbugz.com/f/cases/22626/Should-not-hardcode-CmdCommandAbort…
And at the end, you will win and I will let you play with your process.
And I will not work on Pharo.
> Now, imagine If iceberg would be integrated in pharo.
>
> 1. The nature of âicebergâ would be lost in other parts. We cannot talk anymore of releasing 1.3.1 or whatever, we just release Pharo. No clear way to know what changed in Iceberg without digging in the full list of changes.
> 2. If we need to revert. How do we do it? There is no release so what do we revert? A commit? How many commits? How do we revert if development tree continued growing and iceberg commit are now mixed with others?
> Of course, we could maintain a branch. But then I'd argüe is more or less the same as having a separated project.
>
> Situation is not ideal (even if it is a lot better as before).
How better? We cannot fix simple crosscutting things in subparts of Pharo?
> But Iâm envisioning this solution: add multiple source directories capability.
This does not resolve the synchronisation point.
And I do not see how it helps other projects like Moose with multiple
repo so we lose on two sides.
1 Too complex for Pharo core and 2 not helping projects build out of
external projects.
I think that we should work on more important things instead of
building our own new problems. (cleaning, better tools, Cargo,
headless, better VM, Modules?)
Merging the Pharo core projects would solved the first (1) problem above.
But you are right let us look smart and increase the entropy for the
sake of it.
It will be without me. I started and I will not read bug entries and
PR anymore.
If doing nothing is the way to get heard then I will do nothing
because I'm hurt each time I want to do something and I have enough.
> Then we can have:
>
> src/kernel
> src/system
> src/spec
> src/iceberg
> src/calypso
> etc.
>
> This will not just help to improve modularisation but weâll gives a âfreeâ feature : using git subtree to manage those directories.
I do not believe you. If that would be so easy why Pablo and Guille
would tell me that this is around 8 months of work?
Seriously.
> For those who do not know: subtree allow us to merge different project trees into one. But the important part is how it will behave in Pharo (or other projects adopting it): For Pharo it will be JUST ONE REPOSITORY. So one single commit will spread to all repositories.
> Now, the âprice to payâ later is that time to time we need to push subtree from Pharo to their external projects (but this can be automated easily), and of course, doing âan iceberg releaseâ means to do a pull subtree from external repository to Pharo (also very easy).
>
> Esteban
>
> Ps: remember: programming is an iterative improving process. âProcess" is part of programming so iterations applies to it too.
>
> > On 7 Nov 2018, at 07:02, Tim Mackinnon <tim(a)testit.works> wrote:
> >
> > Itâs a tricky trade off as Norbert alludes too - in my recent example I needed some underlying base pieces in place (for the compilerâs ast) and those needed reviewing to then be committed - then there were two parts to Calypso that relied on those changes) that also needed reviewing and I wasnât sure if Denis waited for the core approval or loaded up my PR - but anyway it took him a bit of time to process that and he came back with some better suggestions that I also needed to implement (which I had to find time to do as well).
> >
> > When I noticed that the core Pharo pieces were merged, I then had to chase Denis to see if he was now happy and could merge my changes.
> >
> > I guess it would be helpful if there was a way to easily load up multiple project prâs in one go (like the suggested slice concept) so maintainers can easily review. Probably more importantly is an easy way to track the status of multiple submissions so you can follow up with relevant people and push things along and also ensure things get committed in the right order (eg doc the dependency chain a bit better).
> >
> > For me, after a few days I forgot about my Calypso changes and realised a few weeks later (by accident) and so could chase Denis.
> >
> > I think itâs this latter case that Steph alludes to - you lose interest after a few days without some useful prompts and easy status tracking. If we can make that easier I think it would help.
> >
> > Tim
> >
> > Sent from my iPhone
> >
> >> On 7 Nov 2018, at 05:48, Ben Coman <btc(a)openinworld.com> wrote:
> >>
> >> I get the feeling what is needed is mirroring all dependent repos from
> >> the canonical location under http://github.com/pharo-project
> >> and a Slice-like tool (probably keeping the name "Slice") which...
> >> 1. Pulls all dependent repos to the local machine
> >> 2. Simultaneously commits to the local repos with the same commit message
> >> 3. Updates a bootstrap-configuration file holding commit-hashes of all
> >> the dependencies and commits with same commit message
> >> 4. Pushes that bootstrap-configuration file and all changed dependent
> >> repos to user's github account
> >> 5. Issues a pull request for the bootstrap-configuration file
> >> 6. Our CI then builds a test-image by commit-hash direct from each
> >> user's repo and if it passes, pulls dependent repo commits under
> >> pharo-project
> >> 7. CI can then issue PRs to the dependency canonical repos
> >>
> >> cheers -ben
> >>
> >>> On Wed, 7 Nov 2018 at 02:55, Stephane Ducasse <stepharo.self(a)gmail.com> wrote:
> >>>
> >>> Calypso is integral part of Pharo as Iceberg.
> >>> We started to discuss the problem in the team. Right now this project
> >>> spread kills us.
> >>>
> >>> Stef
> >>>> On Mon, Nov 5, 2018 at 11:56 AM Stephan Eggermont <stephan(a)stack.nl> wrote:
> >>>>
> >>>> Tim Mackinnon <tim(a)testit.works> wrote:
> >>>>>
> >>>>
> >>>>> In retrospect, Iâm wondering if successful projects that have proved
> >>>>> integration usefulness should be moved into the core repo?
> >>>>> (Iceberg/Calypso?) or are we missing something to help easily track the
> >>>>> journey of a multi faceted change (although this sounds overkill?). Or
> >>>>> are there sprint days to try and knock these things through easily with
> >>>>> everyone on board to do it together?
> >>>>>
> >>>>> We are sort of damned if you do and damned if you donât. But certainly we
> >>>>> want to endure that progress can be made without losing the will to contribute.
> >>>>>
> >>>>
> >>>> Indeed. Putting things in one repo cannot scale and cannot be a solution
> >>>> for something that is neither core pharo nor an application. I encourage
> >>>> everyone who wants to get a good description of this problem to read
> >>>>
> >>>> "Managing Design Data: The Five Dimensions of CAD Frameworks, Configuration
> >>>> Management, and Product Data Management" by Peter van den Hamer & Kees
> >>>> Lepoeter.
> >>>>
> >>>> With git and github a solution to decouple fast-moving from slow-moving
> >>>> projects seems to be indeed to fork and make PRs.
> >>>> That only works if the quality of the PRs is high enough and we manage to
> >>>> use the feedback from slower-moving projects well.
> >>>>
> >>>> Earlier, weâve seen projects like Magma being overwhelmed by the number of
> >>>> needed changes, and Pier being broken by Pillar not respecting its
> >>>> constraints.
> >>>>
> >>>> With tools like Travis, it is quickly clear if a PR would result in a green
> >>>> build in the original repo.
> >>>>
> >>>> With projects where Pharo uses only the core, and applications use more
> >>>> than that, the applications still have a dependency problem: if the core
> >>>> changes in Pharo influence the other parts, someone needs to do the work to
> >>>> make those parts work again. With forked repos, that can be a pharo
> >>>> maintainer, the project maintainer or the application maintainer. All three
> >>>> need to be able to make those changes. And they need to be decoupled from
> >>>> having to make them immediately. And being able to have the discussion
> >>>> about the exact implementation independently from implementing a stop-gap
> >>>> solution now is also valuable.
> >>>>
> >>>> So if Calypso is supposed to be extendable and only the core part is part
> >>>> of Pharo, having it as an external project makes sense. With a fork for
> >>>> Pharo to move at its own speed. If Iceberg is Pharo-only, just having
> >>>> different branches for different Pharo versions, it sounds to me like it
> >>>> might be better of in the Pharo project. Tonel is supposed to be
> >>>> cross-platform so should be separate.
> >>>>
> >>>> Is this helpful?
> >>>>
> >>>> Stephan
> >>>>
> >>>>
> >>>>
> >>>
> >>
> >
> >
>
>
Nov. 7, 2018
Re: [Pharo-dev] Infinite error recursion while saving Pharo70 alpha
by Alistair Grant
Hi Marcus,
On Wed, 7 Nov 2018 at 14:27, Marcus Denker <marcus.denker(a)inria.fr> wrote:
>
>
>
> > On 7 Nov 2018, at 13:56, Alistair Grant <akgrant0710(a)gmail.com> wrote:
>
> ...
>
> > Good point. How to get a list of all the methods that have MetaLinks?
> > The following seems to work, but probably isn't the most efficient:
> >
> > Object allSubclasses flatCollect: [ :each | each methods select: [
> > :method | method ast links isNotNil ] ]
> >
>
> you can ask the method directly
>
> Object allSubclasses flatCollect: [ :each | each methods select: [
> :method | method hasLinks ] ]
>
> this is much faster as it returns immediately nil for methods without links (without AST reification).
Thanks!
Cheers,
Alistair
Nov. 7, 2018
[Pharo 7.0-dev] Build #1372: 22638-usage-of-readlink-f-breaks-macOS-bootstrap
by ci-pharo-ci-jenkins2@inria.fr
There is a new Pharo build available!
The status of the build #1372 was: SUCCESS.
The Pull Request #1958 was integrated: "22638-usage-of-readlink-f-breaks-macOS-bootstrap"
Pull request url: https://github.com/pharo-project/pharo/pull/1958
Issue Url: https://pharo.fogbugz.com/f/cases/22638
Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%2…
Nov. 7, 2018
Re: [Pharo-dev] Infinite error recursion while saving Pharo70 alpha
by Eliot Miranda
On Wed, Nov 7, 2018 at 6:28 AM Eliot Miranda <eliot.miranda(a)gmail.com>
wrote:
[snip]
> Forgive me, but may I beg you to post the text of stack back traces in
> future not screenshots? The screenshots have two major disadvantages; a)
> they're huge and b) one cannot search email messages for the text they
> contain. You can use e.g. shell level tools to copy the text, eg from the
> terminal or from the console.
>
i.e.:
Your mail to 'Pharo-dev' with the subject
Re: [Pharo-dev] Infinite error recursion while saving Pharo70 alpha
Is being held until the list moderator can review it for approval.
The reason it is being held:
Message body is too big: 1522650 bytes with a limit of 1000 KB
[snip]
_,,,^..^,,,_
best, Eliot
Nov. 7, 2018
[Pharo 7.0-dev] Build #1371: 22641-Semantic-analysis-needs-to-take-instead-preambles-into-account
by ci-pharo-ci-jenkins2@inria.fr
There is a new Pharo build available!
The status of the build #1371 was: SUCCESS.
The Pull Request #1960 was integrated: "22641-Semantic-analysis-needs-to-take-instead-preambles-into-account"
Pull request url: https://github.com/pharo-project/pharo/pull/1960
Issue Url: https://pharo.fogbugz.com/f/cases/22641
Build Url: https://ci.inria.fr/pharo-ci-jenkins2/job/Test%20pending%20pull%20request%2…
Nov. 7, 2018
Re: [Pharo-dev] [ANN] Iceberg v1.4.0
by Ben Coman
On Wed, 7 Nov 2018 at 17:09, Cyril Ferlicot <cyril.ferlicot(a)gmail.com> wrote:
>
> Hello!
>
> This week we are releasing the version v1.4.0 of Iceberg.
> (https://github.com/pharo-vcs/iceberg/releases/tag/v1.4.0)
>
> This version is available in the latest Pharo 7.
>
> This release fixes a bug introduced in v1.3. It also add new features
> in the repository view, add some cleaning and also re-introduce a
> feature that was lost.
>
> Thanks to all contributors.
>
> Enjoy!
>
> Full changelog:
>
> Bugfixes
>
> #1068 'There is no associated repository configured.' warning on right
> clicking missing repository
>
> Features
>
> #1077 Repository view: Allow to collapse branches/remotes/tags trees
> #847 Move tags under remotes in Repository view
Ohh, those two are very nice. I'm meant to be working on something
else but needed to try those out.
That long list of tags had been mildly annoying me for a while, but
not enough for me to get around to complaining about it.
Glad its fixed already.
> #1070 set upstream if missing
>
> Cleanups
>
> #1066 Pharo 7: PackageManifest subclasses should be packaged with "Manifest"
> #1015 Replace usages of Glamour in the Github Plugin
> #1063 1061-Introduce-iconNamed-in-IceDefinition-and-IceTipModel-and-remove-all-the-terrible-Smalltalk-ui-icons
Cool. I like the way the changes are reported and the semantic versioning.
cheers -ben
Nov. 7, 2018
Re: [Pharo-dev] Infinite error recursion while saving Pharo70 alpha
by Eliot Miranda
Hi Alex,
I think Marcus is right. The run:with:in: mechanism is invoked when
the VM looks up a message and finds something other than a CompiledMethod
in the relevant method dictionary as the value of the selector.
Occasionally this can happen from stack corruption, otherwise it implies
method dictionary corruption. Either could be caused by an FFI bug, a VM
bug, etc. Do you have the image still live? We could meet on Slack and i
could perhaps use lldb to look at the stack. If not, the approach would be
to find a reproducible case (painful, given that you're trying to get work
done and save it) and then run the reproducible case with assertions and
heap leak checking turned on to try and catch the error as early as
possible.
Forgive me, but may I beg you to post the text of stack back traces in
future not screenshots? The screenshots have two major disadvantages; a)
they're huge and b) one cannot search email messages for the text they
contain. You can use e.g. shell level tools to copy the text, eg from the
terminal or from the console.
On Wed, Nov 7, 2018 at 1:16 AM Aliaksei Syrel <alex.syrel(a)gmail.com> wrote:
> Hello,
>
> When saving one of the latest pharo70 image I got an infinite recursion
> loop due to message not understood. Force closing it probably lead to image
> corruption and it became un-openable anymore. Any idea what is going on? It
> does not look like a unique case because there are a few pharo70 images
> that already died in front of me...
>
> [image: Screen Shot 2018-11-07 at 09.55.07.png]
>
> VM: Mac OS - x64 - 1013.5 - CoInterpreter VMMaker.oscog-eem.2461 uuid:
>> b3cd33f5-6309-43a1-b669-7a1805111f34 Oct 31 2018
>> StackToRegisterMappingCogit VMMaker.oscog-eem.2464 uuid:
>> 0b1fa0a3-a781-4fd5-b1cf-1809796ccbbf Oct 31 2018
>> VM: 201810311808 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
>> Date: Wed Oct 31 11:08:29 2018 CommitHash: c7a9b1f Plugins: 201810311808
>> https://github.com/OpenSmalltalk/opensmalltalk-vm.git
>> Image: Pharo7.0.0alpha [Build information:
>> Pharo-7.0.0+alpha.build.1361.sha.011b7c939adeb52338baad16a694cab2e7a54d74
>> (64 Bit)]
>
>
> Cheers,
> Alex
>
--
_,,,^..^,,,_
best, Eliot
Nov. 7, 2018
Re: [Pharo-dev] Cannot use Zinc in Pharo7 anymore
by Esteban Lorenzano
> On 7 Nov 2018, at 14:19, Ben Coman <btc(a)openinworld.com> wrote:
>
> On Wed, 7 Nov 2018 at 17:16, Esteban Lorenzano <estebanlm(a)gmail.com <mailto:estebanlm@gmail.com>> wrote:
>>
>> It is not so easy.
>>
>> A huge project as Pharo would profit to be split in order to manage its parts correctly. For example, we recently released iceberg 1.3.0. And there were some problems around and we evaluate the possibility of revert that release until we fix the problems. At the end, problems were not so important and the fix was made with a 1.3.1 release and almost immediately an 1.4.0.
>>
>> Now, imagine If iceberg would be integrated in pharo.
>>
>> 1. The nature of âicebergâ would be lost in other parts. We cannot talk anymore of releasing 1.3.1 or whatever, we just release Pharo. No clear way to know what changed in Iceberg without digging in the full list of changes.
>> 2. If we need to revert. How do we do it? There is no release so what do we revert? A commit? How many commits? How do we revert if development tree continued growing and iceberg commit are now mixed with others?
>> Of course, we could maintain a branch. But then I'd argüe is more or less the same as having a separated project.
>>
>> Situation is not ideal (even if it is a lot better as before).
>> But Iâm envisioning this solution: add multiple source directories capability.
>>
>> Then we can have:
>>
>> src/kernel
>> src/system
>> src/spec
>> src/iceberg
>> src/calypso
>> etc.
>>
>> This will not just help to improve modularisation but weâll gives a âfreeâ feature : using git subtree to manage those directories.
>> For those who do not know: subtree allow us to merge different project trees into one. But the important part is how it will behave in Pharo (or other projects adopting it): For Pharo it will be JUST ONE REPOSITORY. So one single commit will spread to all repositories.
>> Now, the âprice to payâ later is that time to time we need to push subtree from Pharo to their external projects (but this can be automated easily), and of course, doing âan iceberg releaseâ means to do a pull subtree from external repository to Pharo (also very easy).
>
> Why not a submodule approach?
Donât know, donât care for the moment :)
We need to add multiple subdirectories capability. Then we will be able to chose whatever we want: submodules, subtrees, nothing at all.
> I do vaguely remember you having some
> pain with it integrating the opensmalltalk-vm repo under the pharo-vm
> repo before Pharo started more directly using the opensmallk-vm CI
> products.
That was my own stupidity, not subtree problems ;)
> I thought I might have something useful to contribute to discussion by
> finding the good article [1] I remembered
> that compared subtree and submodule, the summary of which is...
>
> * Is the external repository something you own yourself and are
> likely to push code back to?
> Then use a submodule. This gives you the quickest and easiest way
> for you to push your changes back.
>
> * Is the external repository third party code that you are unlikely
> to push anything back to?
> Then use a subtree. This gives the advantage of not having to
> give people permissions to an extra repo when you are giving them
> access to the code base, and also reduces the chance that someone will
> forget to run a git submodule update. [But this could be automated in
> Pharo]
>
>
> But then I came across [2] which says...
> * Submodules [...] work well when you want to include a
> third-party library in your project that only occasionally needs to be
> updated.
>
> so I don't know.
> [1] https://codewinsarguments.co/2016/05/01/git-submodules-vs-git-subtrees/ <https://codewinsarguments.co/2016/05/01/git-submodules-vs-git-subtrees/>
> [2] http://www.mos6581.org/git_subtree_alternative <http://www.mos6581.org/git_subtree_alternative>
>
>
> I think main issues to consider between the two options are:
> A. the effect on history between Pharo repo and dependent repos,
> of commits to either repo
> B. how branching is handled between Pharo repo and dependent repos
> and I don't know really have my head around that, so for now I'll shut it. :)
>
>
> anyway, my understanding was that subtree was implemented in shell
> scripts and not libgit so does that make it more difficult?
> https://stackoverflow.com/a/25474895 <https://stackoverflow.com/a/25474895>
Everything in git is implemented as shell scripts (thatâs why libgit2 exists, in fact).
In any case, we will not handle the subtree (or submodule) pushing/pulling from iceberg.
Doing a proper tooling on subtree will be complicated and time-effort consuming and sadly we do not have time to prioritise that now, then it will be an external task, at least for the moment.
Esteban
>
> cheers -ben
>
>
>>
>> Esteban
>>
>> Ps: remember: programming is an iterative improving process. âProcess" is part of programming so iterations applies to it too.
>>
>>> On 7 Nov 2018, at 07:02, Tim Mackinnon <tim(a)testit.works> wrote:
>>>
>>> Itâs a tricky trade off as Norbert alludes too - in my recent example I needed some underlying base pieces in place (for the compilerâs ast) and those needed reviewing to then be committed - then there were two parts to Calypso that relied on those changes) that also needed reviewing and I wasnât sure if Denis waited for the core approval or loaded up my PR - but anyway it took him a bit of time to process that and he came back with some better suggestions that I also needed to implement (which I had to find time to do as well).
>>>
>>> When I noticed that the core Pharo pieces were merged, I then had to chase Denis to see if he was now happy and could merge my changes.
>>>
>>> I guess it would be helpful if there was a way to easily load up multiple project prâs in one go (like the suggested slice concept) so maintainers can easily review. Probably more importantly is an easy way to track the status of multiple submissions so you can follow up with relevant people and push things along and also ensure things get committed in the right order (eg doc the dependency chain a bit better).
>>>
>>> For me, after a few days I forgot about my Calypso changes and realised a few weeks later (by accident) and so could chase Denis.
>>>
>>> I think itâs this latter case that Steph alludes to - you lose interest after a few days without some useful prompts and easy status tracking. If we can make that easier I think it would help.
>>>
>>> Tim
>>>
>>> Sent from my iPhone
>>>
>>>> On 7 Nov 2018, at 05:48, Ben Coman <btc(a)openinworld.com> wrote:
>>>>
>>>> I get the feeling what is needed is mirroring all dependent repos from
>>>> the canonical location under http://github.com/pharo-project
>>>> and a Slice-like tool (probably keeping the name "Slice") which...
>>>> 1. Pulls all dependent repos to the local machine
>>>> 2. Simultaneously commits to the local repos with the same commit message
>>>> 3. Updates a bootstrap-configuration file holding commit-hashes of all
>>>> the dependencies and commits with same commit message
>>>> 4. Pushes that bootstrap-configuration file and all changed dependent
>>>> repos to user's github account
>>>> 5. Issues a pull request for the bootstrap-configuration file
>>>> 6. Our CI then builds a test-image by commit-hash direct from each
>>>> user's repo and if it passes, pulls dependent repo commits under
>>>> pharo-project
>>>> 7. CI can then issue PRs to the dependency canonical repos
>>>>
>>>> cheers -ben
>>>>
>>>>> On Wed, 7 Nov 2018 at 02:55, Stephane Ducasse <stepharo.self(a)gmail.com> wrote:
>>>>>
>>>>> Calypso is integral part of Pharo as Iceberg.
>>>>> We started to discuss the problem in the team. Right now this project
>>>>> spread kills us.
>>>>>
>>>>> Stef
>>>>>> On Mon, Nov 5, 2018 at 11:56 AM Stephan Eggermont <stephan(a)stack.nl> wrote:
>>>>>>
>>>>>> Tim Mackinnon <tim(a)testit.works> wrote:
>>>>>>>
>>>>>>
>>>>>>> In retrospect, Iâm wondering if successful projects that have proved
>>>>>>> integration usefulness should be moved into the core repo?
>>>>>>> (Iceberg/Calypso?) or are we missing something to help easily track the
>>>>>>> journey of a multi faceted change (although this sounds overkill?). Or
>>>>>>> are there sprint days to try and knock these things through easily with
>>>>>>> everyone on board to do it together?
>>>>>>>
>>>>>>> We are sort of damned if you do and damned if you donât. But certainly we
>>>>>>> want to endure that progress can be made without losing the will to contribute.
>>>>>>>
>>>>>>
>>>>>> Indeed. Putting things in one repo cannot scale and cannot be a solution
>>>>>> for something that is neither core pharo nor an application. I encourage
>>>>>> everyone who wants to get a good description of this problem to read
>>>>>>
>>>>>> "Managing Design Data: The Five Dimensions of CAD Frameworks, Configuration
>>>>>> Management, and Product Data Management" by Peter van den Hamer & Kees
>>>>>> Lepoeter.
>>>>>>
>>>>>> With git and github a solution to decouple fast-moving from slow-moving
>>>>>> projects seems to be indeed to fork and make PRs.
>>>>>> That only works if the quality of the PRs is high enough and we manage to
>>>>>> use the feedback from slower-moving projects well.
>>>>>>
>>>>>> Earlier, weâve seen projects like Magma being overwhelmed by the number of
>>>>>> needed changes, and Pier being broken by Pillar not respecting its
>>>>>> constraints.
>>>>>>
>>>>>> With tools like Travis, it is quickly clear if a PR would result in a green
>>>>>> build in the original repo.
>>>>>>
>>>>>> With projects where Pharo uses only the core, and applications use more
>>>>>> than that, the applications still have a dependency problem: if the core
>>>>>> changes in Pharo influence the other parts, someone needs to do the work to
>>>>>> make those parts work again. With forked repos, that can be a pharo
>>>>>> maintainer, the project maintainer or the application maintainer. All three
>>>>>> need to be able to make those changes. And they need to be decoupled from
>>>>>> having to make them immediately. And being able to have the discussion
>>>>>> about the exact implementation independently from implementing a stop-gap
>>>>>> solution now is also valuable.
>>>>>>
>>>>>> So if Calypso is supposed to be extendable and only the core part is part
>>>>>> of Pharo, having it as an external project makes sense. With a fork for
>>>>>> Pharo to move at its own speed. If Iceberg is Pharo-only, just having
>>>>>> different branches for different Pharo versions, it sounds to me like it
>>>>>> might be better of in the Pharo project. Tonel is supposed to be
>>>>>> cross-platform so should be separate.
>>>>>>
>>>>>> Is this helpful?
>>>>>>
>>>>>> Stephan
Nov. 7, 2018