EdJoPaTo

Results 355 comments of EdJoPaTo

I am still not happy with the current approach as it’s hard to understand what’s going on…

Any progress on this? @KriNeko

dependency grouping based on semver doesnt does not work without package-lock.json. When there is a package-lock.json it works and shows current versions in the log. As dependabot worked without a...

The first PR about this I have are on 2024-04-06. I run them weekly so whatever caused this regression was in the week before that.

What's the state on this? Is there some progress in other crates? Should this be closed as progress is happening elsewhere? Was this just abandoned? Should it be closed?

Current state is pretty annoying in PR. Long message without actual content seeing diffs and stating a warning. Should be just a link or usable content at first glance.

> > Current state is pretty annoying in PR. Long message without actual content seeing diffs and stating a warning. Should be just a link or usable content at first...

`criterion` seems to use 5% below or above the last result as relevant. So maybe just use that?

I would like to keep most of the stuff in the code. The website can link / reuse the example code but it shouldn't create another place to keep up...

> We also also add instructions for `cargo nextest` and how to run a subset of tests using that. Personally I would try to explain everything for cargo test too....