[Vm-dev] Proposal | Clean-up source tree's *src folders

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sat Jul 24 14:14:51 UTC 2021


Hi Jakob,
Pharo fork already has made its own incompatible changes well before us
with this respect.
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.
Since there is close to zero retro-contribution (except from Ronie), i
would not worry too much.

Nicolas


Le sam. 24 juil. 2021 à 13:24, Jakob Reschke <jakres+squeak at gmail.com> a
écrit :

>
> 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?
>
> Kind regards,
> Jakob
>
>
> David T. Lewis <lewis at mail.msen.com> schrieb am Di., 20. Juli 2021, 18:51:
>
>>
>> On Tue, Jul 20, 2021 at 02:35:38PM +0200, Marcel Taeumel wrote:
>> >
>> > Hi all --
>> >
>> > "It's ready" again. Now with an explanation on how to review this:
>> > https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573
>> >
>> >
>>
>> Hi Marcel,
>>
>> The various shell scripts in the ./building directory are missing execute
>> permission, possibly because they were moved to their new location on a
>> non-unix system.
>>
>> On Linux you can see the problem files with:
>>
>>   $ grep -rl '#!.*/bin/' building | xargs ls -l | less
>>
>> I did not check each file versus the Cog branch, but a quick fix is this:
>>
>>   $ grep -rl '#!.*/bin/' building | xargs chmod +x
>>
>> This finds all the files in the ./building directory that start with a
>> shebang line and sets them executable.
>>
>> Finally, do a git commit, which will save the files with execute
>> permissions.
>>
>> Dave
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210724/b771d26b/attachment.html>


More information about the Vm-dev mailing list