Refactor binary-builder to support Ruby 3.x (cflinuxfs4) - #58
Conversation
|
@brayanhenao I'm not super familiar with the ruby world. So to clarify - not just certain modules and their functions are backwards incompatible, but the code itself written against ruby3.0 is backwards incompatible with ruby2.7? I'm good with merging this to get the first dependencies built, but also wondering if there's a way to avoid double-maintenance until cflinuxfs3 goes out of support |
|
@ryanmoran Any thoughts? |
|
When I tried to run this code in cflinuxfs4 I started to get errors and when I corrected them another one appeared, so I decided to make a refactor. The old code does not require much maintenance, as we do not change it constantly so I doubt that in 1 year (estimated for the deprecation of cflinuxfs3) it will require significant changes. |
No description provided.