<div dir="ltr"><div>Hi Jakob,</div><div>Pharo fork already has made its own incompatible changes well before us with this respect.</div><div>We can't make it fully compatible because they simplify the architecture so as to maintain only one flavour, which we don't want to.</div><div>Since there is close to zero retro-contribution (except from Ronie), i would not worry too much.</div><div><br></div><div>Nicolas<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 24 juil. 2021 à 13:24, Jakob Reschke <<a href="mailto:jakres%2Bsqueak@gmail.com">jakres+squeak@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div dir="auto">One other thing has crossed my mind: will the moving of the directories make it harder to copy features and refactorings from or to the Pharo fork?<div dir="auto"><br></div><div dir="auto">Kind regards,</div><div dir="auto">Jakob<br><div dir="auto"><div dir="auto"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">David T. Lewis <<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>> schrieb am Di., 20. Juli 2021, 18:51:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br>
On Tue, Jul 20, 2021 at 02:35:38PM +0200, Marcel Taeumel wrote:<br>
>  <br>
> Hi all --<br>
> <br>
> "It's ready" again. Now with an explanation on how to review this:<br>
> <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573" rel="noreferrer noreferrer" target="_blank">https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573</a><br>
> <br>
> <br>
<br>
Hi Marcel,<br>
<br>
The various shell scripts in the ./building directory are missing execute<br>
permission, possibly because they were moved to their new location on a<br>
non-unix system.<br>
<br>
On Linux you can see the problem files with:<br>
<br>
  $ grep -rl '#!.*/bin/' building | xargs ls -l | less<br>
<br>
I did not check each file versus the Cog branch, but a quick fix is this:<br>
<br>
  $ grep -rl '#!.*/bin/' building | xargs chmod +x<br>
<br>
This finds all the files in the ./building directory that start with a<br>
shebang line and sets them executable.<br>
<br>
Finally, do a git commit, which will save the files with execute permissions.<br>
<br>
Dave<br>
<br>
</blockquote></div>
</blockquote></div>