Oli Scherer

Results 704 comments of Oli Scherer

Hmm... I dimly remember that there is a way to make cargo generally emit json errors, maybe that works for cargo metadata, too?

We could certainly start exposing more helpers (e.g. for getting a cargo command), or just use something like `escargot` and reexport things, but I'm not sure how much sugar we...

I think sharing the datastructures in a common crate would solve most compatibility issues. If cargo does a backwards compatible change to the datastructures, everyone gets the update for free...

> Should the crates share the same versioning as cargo or not? No, I think they should be versioned by their changes according to semver > 2 & 3 Well....

I always attach my `Timer`s to the `Display`. I thought that was necessary and they don't mess with the layout anyway. - Will they be properly destroyed if they are...

installation works on windows now

> Maybe we should wait until inline const expressions support surrounding generics (@oli-obk any timeline for that?). We can probably start experimenting with that quickly, as making them support surrounding...

Thank you for this in depth analysis! I'm not sure what our next steps are, we are just figuring out things on our end. It is still possible we'll never...

@bors try @rust-timer queue