digitalmars.D - druntime repo
- Arun Chandrasekaran (6/6) Oct 09 2019 I'm not sure if this is the right place to discuss this.
- H. S. Teoh (7/17) Oct 10 2019 PR 2821 is being reverted because it introduced several issues that
- Arun Chandrasekaran (4/21) Oct 10 2019 Right, but I don't see that discussion happening. As I can see
- Daniel Kozak (3/6) Oct 10 2019 https://github.com/dlang/dmd/pull/10463
- Arun Chandrasekaran (5/12) Oct 10 2019 Thanks. Good to see that it's been worked on. How do you guys
- Petar Kirov [ZombineDev] (10/13) Oct 12 2019 Slack and comments on GitHub are the most common ways of
I'm not sure if this is the right place to discuss this. Can someone look at the druntime repo on GitHub please? https://github.com/dlang/druntime/pulls?utf8=%E2%9C%93&q=is%3Apr https://i.imgur.com/C3gCeWl.png PR 2821 broke something and that's failing the tests of the other PRs and blocking them from merge.
Oct 09 2019
On Wed, Oct 09, 2019 at 11:36:41PM +0000, Arun Chandrasekaran via Digitalmars-d wrote:I'm not sure if this is the right place to discuss this. Can someone look at the druntime repo on GitHub please? https://github.com/dlang/druntime/pulls?utf8=%E2%9C%93&q=is%3Apr https://i.imgur.com/C3gCeWl.png PR 2821 broke something and that's failing the tests of the other PRs and blocking them from merge.PR 2821 is being reverted because it introduced several issues that somehow slipped past the CI testsuite and got merged in spite of causing some tests to fail. It should be sorted out soon, hopefully. T -- Lottery: tax on the stupid. -- Slashdotter
Oct 10 2019
On Thursday, 10 October 2019 at 16:35:55 UTC, H. S. Teoh wrote:On Wed, Oct 09, 2019 at 11:36:41PM +0000, Arun Chandrasekaran via Digitalmars-d wrote:Right, but I don't see that discussion happening. As I can see there are three different PRs to revert it. Just duplication of effort.I'm not sure if this is the right place to discuss this. Can someone look at the druntime repo on GitHub please? https://github.com/dlang/druntime/pulls?utf8=%E2%9C%93&q=is%3Apr https://i.imgur.com/C3gCeWl.png PR 2821 broke something and that's failing the tests of the other PRs and blocking them from merge.PR 2821 is being reverted because it introduced several issues that somehow slipped past the CI testsuite and got merged in spite of causing some tests to fail. It should be sorted out soon, hopefully. T
Oct 10 2019
On Thu, Oct 10, 2019 at 6:45 PM Arun Chandrasekaran via Digitalmars-d <digitalmars-d puremagic.com> wrote:Right, but I don't see that discussion happening. As I can see there are three different PRs to revert it. Just duplication of effort.https://github.com/dlang/dmd/pull/10463
Oct 10 2019
On Thursday, 10 October 2019 at 17:51:33 UTC, Daniel Kozak wrote:On Thu, Oct 10, 2019 at 6:45 PM Arun Chandrasekaran via Digitalmars-d <digitalmars-d puremagic.com> wrote:Thanks. Good to see that it's been worked on. How do you guys coordinate to avoid effort duplication. No pings on slack/discord/forum emails. Is there a different channel where these are discussed?Right, but I don't see that discussion happening. As I can see there are three different PRs to revert it. Just duplication of effort.https://github.com/dlang/dmd/pull/10463
Oct 10 2019
On Thursday, 10 October 2019 at 18:04:46 UTC, Arun Chandrasekaran wrote:[..] How do you guys coordinate to avoid effort duplication. No pings on slack/discord/forum emails. Is there a different channel where these are discussed?Slack and comments on GitHub are the most common ways of communication for the dlang repos, but sometimes contributors are busy with other stuff and don't check the usual communication channels. Perhaps the most direct way to communicate is to post on the #dmd/#druntime/#phobos/#dub/etc. channels on Slack and if it's urgent matter, directly messaging people could also be a good option.
Oct 12 2019