Jon Pretty
Jon Pretty
In general, we should "consume" parameters when we extract them, and then we should check at the end whether there are any unexpected parameters remaining. Let's not worry about it...
Agreed. Having Fury install its own versions of these dependencies should be a last resort. We can add Graal Native Image to that list. The one exception is Java, where...
This should wait for #900.
In all cases, the source directory suggestions are always _every_ directory which contains source files for _any_ compiler.
This is an important issue. Can you check what happens if you run Fury in "standalone" mode, using the Fury launcher instead of an installed version?, i.e. use `./fury build...
Yep, I'm not surprised. We can make changes to Guillotine if you want to have a play around there, too.
And the changes on the Fury side shouldn't be too huge.
It imports the `platform` layer, which imports most of these other layers (which may themselves import other layers too). You can make changes to guillotine like so: ``` fury layer...
Can you try something to diagnose this? I wonder if the caching issue might be a different fixed issue. Are you able to make a deliberate breaking change to a...
This sounds similar to something I've also seen. Bloop, to my knowledge, does not delete `.class` files in the output directory, it only ever adds to them. So any old...