Enable skipping NIF recompilation #203
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks, again, for creating Burrito!!!
I have been sporadically battling Vix/libvips compilation headaches with Burrito for months. Many weeks ago, I got it compiling with Burrito on two different Fedora computers after painstakingly handcrafting a complicated (and, it turned out, brittle) env var configuration. Weeks later, one of those computers stopped compiling Burrito. Later still, the other was still able to compiled it using Burrito, but at least one of the NIFs stopped working.
I just spent another day battling this with help from Claude Sonnet 4.5. I now have it compiling and the generated binary working properly on both machines.
One (small) step in this battle was tweaking Burrito to allow me to skip NIF recompilation of specific NIFs.
I'm now building my project against this slightly modified version of Burrito, which allows specifying a list of NIFs you don't wish to recompile. I want to share this as a PR because it could possibly help someone else.
I won't be insulted in any way if the project isn't interested. Please feel free to modify and/or reject this PR.
Cheers,
James