digitalmars.D - [hackathon] Make love not war
- Andrei Alexandrescu (8/8) Apr 25 2015 I compel all of us fine folks in this forum to abstain from unproductive...
- Vladimir Panteleev (5/13) Apr 25 2015 Theme song proposal:
- Meta (6/9) Apr 25 2015 I respectfully propose https://www.youtube.com/watch?v=Dn8gealMDsg
- Jakob Ovrum (11/19) Apr 25 2015 I'll focus on my outstanding PRs first, but I have a bunch of
- Jakob Ovrum (5/6) Apr 25 2015 Made a pass over all unlabelled PRs:
- Walter Bright (8/10) Apr 25 2015 Everywhere I look in Phobos, I find:
I compel all of us fine folks in this forum to abstain from unproductive debates and discussions during this hackathon week. No exegesis, no contemplation of what things could or should be, no idle thinking. This is the time to act. "If you see something, do something." Looking forward to everyone's great ideas and work artifacts. Drawing blanks? No problem - there's a bunch of pull requests to review! Thanks! Andrei
Apr 25 2015
On Sunday, 26 April 2015 at 03:47:07 UTC, Andrei Alexandrescu wrote:I compel all of us fine folks in this forum to abstain from unproductive debates and discussions during this hackathon week. No exegesis, no contemplation of what things could or should be, no idle thinking. This is the time to act. "If you see something, do something." Looking forward to everyone's great ideas and work artifacts. Drawing blanks? No problem - there's a bunch of pull requests to review!Theme song proposal: http://www.openbsd.org/songs/songsh.mp3 http://www.openbsd.org/songs/songsh.ogg
Apr 25 2015
On Sunday, 26 April 2015 at 03:52:16 UTC, Vladimir Panteleev wrote:Theme song proposal: http://www.openbsd.org/songs/songsh.mp3 http://www.openbsd.org/songs/songsh.oggI respectfully propose https://www.youtube.com/watch?v=Dn8gealMDsg Something really easy to do even for a beginner is to submit documentation PRs. That is, assuming you have your environment set up to build the website.
Apr 25 2015
On Sunday, 26 April 2015 at 03:47:07 UTC, Andrei Alexandrescu wrote:I compel all of us fine folks in this forum to abstain from unproductive debates and discussions during this hackathon week. No exegesis, no contemplation of what things could or should be, no idle thinking. This is the time to act. "If you see something, do something."I'll focus on my outstanding PRs first, but I have a bunch of ideas on the backburner that I hope I can get to during the next few days.Looking forward to everyone's great ideas and work artifacts. Drawing blanks? No problem - there's a bunch of pull requests to review!I'll do some work on the `Needs review` tag. Shameless self-promotion, but we're working on `Unique` and it would be nice if a new and improved `Unique` could make its debut in 2.068. To that end I request review for this PR[1] from interested parties :) [1] https://github.com/D-Programming-Language/phobos/pull/3225
Apr 25 2015
On Sunday, 26 April 2015 at 04:04:55 UTC, Jakob Ovrum wrote:I'll do some work on the `Needs review` tag.Made a pass over all unlabelled PRs: https://github.com/D-Programming-Language/phobos/labels/needs%20review There's been a bit of a dearth of reviewers in the last couple of weeks. All help is appreciated.
Apr 25 2015
On 4/25/2015 8:47 PM, Andrei Alexandrescu wrote:Looking forward to everyone's great ideas and work artifacts. Drawing blanks? No problem - there's a bunch of pull requests to review!Everywhere I look in Phobos, I find: 1. unnecessary calls to new 2. functions that should accept ranges and return ranges, instead of doing storage allocation Here's a list of PR's I've submitted to address a few of them: https://github.com/D-Programming-Language/phobos/pulls/WalterBright to show what I mean.
Apr 25 2015