tamatebako / tebako

Tebako: an executable packager (for Ruby programs)
https://www.tebako.org
48 stars 6 forks source link

Potentially maintain our Ruby patches in a separate repository #169

Open ronaldtse opened 3 months ago

ronaldtse commented 3 months ago

Makes it clear and clean on what is being patched.

Allows easier adding of new rubies and for contributions.

Tebako can build using a manifest of the Rubies or just download that manifest on-demand.

maxirmx commented 3 months ago

We do not have Ruby patches. We have scripts that patch Ruby "on the fly". This approach has significant advantages over separate repositories because it eliminates teh need to maintain forks. If you look at brew/Portable Ruby/vcpkg they do the same - patch on the fly without separate repositories.