Julien Cretin

Results 320 comments of Julien Cretin

Thanks @Nemo157 ! So what I can see from the code, this is only for the list of features, it is still shown in the documentation itself when using `doc_auto_cfg`...

I have seen this behavior for `cargo`: https://github.com/google/wasefire/pull/789

> Any idea when this issue first started? It would really help us narrow down when things started going wrong This is difficult to say, because I'm not sure it's...

If the bug was indeed not present in https://github.com/vezel-dev/novadrop/pull/210 then it would mean it appeared between 2025-03-06 and 2025-03-07.

And the bug is still present. Got the issue again 2 days ago: https://github.com/google/wasefire/pull/805

It's still happening and my hypothesis that it would only trigger if the default labels don't exist is actually wrong. I got a series of 5 consecutive dependabot PRs and...

It seems like the issue is getting worse. Now labels are added twice. For example in https://github.com/google/wasefire/pull/852: - First addition: https://github.com/google/wasefire/pull/852#event-18738399905 - Second addition: https://github.com/google/wasefire/pull/852#event-18738400044

Maybe related, but I discovered another issue. Even if I delete the generated labels, the PRs still show up in a search using `label:dependencies`, `label:github_actions`, or any other label generated...

> Note that this would be a breaking change and wouild have to wait until clap v5, at least. Yes, makes sense. > It would be good to sample various...

By the way, there will be merge conflicts due to #601 when we'll merge into main. We'll have to decide how to do that since GitHub doesn't support reviewing merge...