Thread overview
[hackathon] Make love not war
Apr 26, 2015
Vladimir Panteleev
Apr 26, 2015
Meta
Apr 26, 2015
Jakob Ovrum
Apr 26, 2015
Jakob Ovrum
Apr 26, 2015
Walter Bright
April 26, 2015
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
April 26, 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
April 26, 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
April 26, 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.ogg

I 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.
April 26, 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.
April 26, 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.