Sebastian Wilzbach
Sebastian Wilzbach
> Can we confirm that this is an actual GH issue and that waiting would help? I haven't looked into the logs lately, so I can't really confirm, but it...
A couple of minor comments (currently on the go): - issues labelled with auto-merge have priority on the auto-tester, so they will be constantly rebuilt until merged - we should...
> PRs that degrade quality of code are worse than PRs that introduce bugs because the latter are dustmite-able and easy to undo; FWIW at least from my feeling, this...
See also: http://forum.dlang.org/post/[email protected]
I check them at auto-tester: https://auto-tester.puremagic.com/pulls.ghtml?projectid=14 BTW the bot already recognizes stalled PRs targetting `stable` (see e.g. https://github.com/dlang/phobos/pull/5981), so it would be just a matter of instead of labelling, commenting...
I don't have a strong opinion on this, but I'm not so sure users will actually find this useful (and space comes at a premium here), because in my experience...
> How about only adding the bugzilla section only if the word fix appears in one of the commits or the PR title? We already do that - it's shown...
> I meant this part, might be useful but takes quite some space. Low prio though. I see, but that's intended because many people forget to reference issues (especially newcomers)...
> It's useful if a test fails, and it's not clear why from just the CI log. You'd need to add debug code to the implementation or debug/trace the failing...
> Does that take care of setting up all the dependencies and the environment, esp. on Windows? `test/run.d` is a cross-platform replacement for Make (so no DM is needed here...