Denis Cornehl
Denis Cornehl
> @syphar: Thanks for working on this! > > Regarding `[parallel]`: > > ```makefile > [parallel] > foo: recipe_1 recipe_2 > echo hello > ``` > > Somehow I don't...
> > Also, in your syntax, I would expect this to work correctly: > > I think that would be an advantage. Basically, we'd be able to define groups of...
@ykis-0-0 thank you for the feedback! Your idea is definitely valuable, we can definitely take it into account when deciding next steps. But since there is no feedback from any...
I only wanted to say, I didn't forget about this PR, and still want to finish up all the details at some point. ( my open source time was/is focused...
@Mottl thank you for the work! I'll not be able to thoroughly review this week, but you could already help by checking this: were any of the removed packages added...
there was a new PR with new packages, can you add these / rebase this PR? https://github.com/rust-lang/crates-build-env/pull/153 Were you able to answer this question? > were any of the removed...
cc @skius @Skgland
> Would be nice to get a bit closer to the root cause of this issue, do you think you can do that? Do you have a reproduction scenario that...
> Quick workarounds I can think of: > > * Maybe [`std::path::absolute`](https://doc.rust-lang.org/stable/std/path/fn.absolute.html) would help? > > * Or else just `canonicalise` the parent path than rejoin the file name? You...
> Or else there might be something we can do to fix whatever problem necessitated canonicalizing. I'm still trying to figure that out. It was added in https://github.com/rust-lang/crater/commit/2c3e40c8d11b838ed30ff018611b03ed8eadfac8, but no...