Jens Reimann
Jens Reimann
Well that path (and the current issue) is using `tokio::fs::rename` from what I understand. Does that suffer from the same issue?
Makes total sense, and good to know about that use case. I am worried about the case where be come up with breaking changes, and that results in "doesn't work"...
Thanks for testing! So we can rule out that cause, right?
> Another variant that'd be amazing would be [rust-lang/cargo#2267](https://github.com/rust-lang/cargo/issues/2267) Absolutely. To but my understanding, that is not available today. And requires some work in cargo first.
Released with trunk 0.19.0.
I guess that could be achieved by making Trunk a lib too (which might be great addition anyway) and then having a simple (or similar): ```rust fn main() { Trunk::run("./Trunk.toml");...
> is there a fix possible in the upcomming version of trunk ? I think right now the problem is not understood. So that question is: what is broken? …...
Looks like we can close the issue. I am not sure what trunk could do better.
> My use case involved me wanting to host on github pages for free, so I didn't want to make a separate server that I'd likely have to pay for....
> Nonetheless it's a scenario that came up for me and thought it would be worth bringing up. Absolutely. I just don't expect much enthusiasm of anyone to work on...