Eric Kidd
Eric Kidd
Unfortunately, I am unlikely to have much time to work on this buildpack for the foreseeable future, since I have no projects left on Heroku. My apologies!
Yeah, the big design decision here is how to represent the different versions of the format. For example, should all versions automatically convert to the newest version when loaded? One...
My desire for simplicity would like to _read_ most versions, but only output v2.recent. For now, `version: "2.3"` output everywhere would be fine. Amazon has upgraded, and so has Faraday....
Thank you for trying out the build pack! Rust performance can be _shockingly_ terrible in debug mode. It's sufficiently bad that I don't want to support debug mode, because then...
Hmm. Unfortunately, I don't understand the `ROCKET_ENV` stuff well enough to know whether this would be the right approach or not. It feels gross to explicitly mention a specific framework...
> I just guess that in the Rust world (where we have a strong focus on compile time), it's not uncommon that the build step needs access to environment variables....
> But who decides what to export? In other words: who sets the whitelist and blacklist variables in the script? The default appears to export everything that isn't on the...
Andrew has it right. Le mer. 11 mars 2015 à 6:37, Andrew Gallant [email protected] a écrit : > I'm pretty sure this is a strictly experimental place to dump code....
My apologies to everyone for the slow responses! Current status of this repo: - This repo is basically unmaintained, and I would encourage interested maintainers to fork it and start...
This is an excellent idea, but I will be moving rust-musl-builder to a lower maintenance status. I am willing to spin it out into a new GitHub organization, especially if...