www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [hackathon] Make love not war

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
next sibling parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
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
parent "Meta" <jared771 gmail.com> writes:
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.
Apr 25 2015
prev sibling next sibling parent reply "Jakob Ovrum" <jakobovrum gmail.com> writes:
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
parent "Jakob Ovrum" <jakobovrum gmail.com> writes:
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
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
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