Brian Hicks
Brian Hicks
OK, so here's my overall goal: I'm using Shake for building a project (github.com/NoRedInk/noredink-ui) but I'd like to try Buck for it instead. That project has both an Elm library...
Ah, great. Thank you! `hidden` is gonna get a lot of play here—the Elm compiler does a lot of things implicitly with packages. About isolation: is that planned-for at all?...
a couple more miscellaneous questions: --- Every `elm` invocation requires there to be an `elm.json` in the working directory. As you point out, it'd be nice to have it specified...
All very helpful, thanks again! The wrapper makes a lot of sense; I'm gonna have to do that right away! Speaking of changing working directory, by the way, is there...
about testing: - is there a way to tell Buck that if it has already run some tests for a specific set of inputs, it need not run them again?...
Ooh! Such an interesting idea. OK, I can certainly move away from formatters-as-tests. Thanks for that advice. I guess in that case, you'd have some CI job running to make...
Ok, neat! Thank you both again, this has been very helpful. I'm almost done moving everything in this small repo to Buck. I have a few remaining questions, though: -...
when you say "do analysis"—what kind of analysis? Do you mean to just get all the targets and then look inside them to see if they have a "format" target?
amazing, thank you. I also just managed to trigger exactly the builds/tests I need with that uquery. Such a big improvement! Y'all are really making my day over here. ❤️
amazing! 🎉