Pull freeze

2012-07-29 Thread Andrei Alexandrescu
Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei

Re: Glamour – An opengl wrapper for D

2012-07-29 Thread Jonas Drewsen
On Saturday, 28 July 2012 at 21:21:58 UTC, David wrote: 1, Why is the member method naming not using the standard camel case formatting as e.g. phobos does but uses underscore instead. This is my personal coding-style, heavily influenced by Pythons PEP-8. I am using it, because I personally

Re: Glamour – An opengl wrapper for D

2012-07-29 Thread David
I've managed to find another project that does the same as Glamour and with the standard D style. I think I'll go with that one for now: https://github.com/p0nce/gfm/tree/master/opengl Do whatever you wanna do ;)

Re: Pull freeze

2012-07-29 Thread Jacob Carlborg
On 2012-07-29 08:08, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei Again, we _need_ to start using branches. -- /Jacob Carlborg

Re: Pull freeze

2012-07-29 Thread Alex Rønne Petersen
On 29-07-2012 13:11, Jacob Carlborg wrote: On 2012-07-29 08:08, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei Again, we _need_ to start

Re: Pull freeze

2012-07-29 Thread Russel Winder
On Sun, 2012-07-29 at 13:11 +0200, Jacob Carlborg wrote: On 2012-07-29 08:08, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei

Re: Pull freeze

2012-07-29 Thread Dmitry Olshansky
On 29-Jul-12 15:11, Jacob Carlborg wrote: On 2012-07-29 08:08, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei Again, we _need_ to start

Re: Pull freeze

2012-07-29 Thread Robert Clipsham
On Sunday, 29 July 2012 at 06:08:18 UTC, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei I really can't shake the feeling that you guys

Re: Pull freeze

2012-07-29 Thread David Nadlinger
On Sunday, 29 July 2012 at 11:43:41 UTC, Robert Clipsham wrote: 4. You can pull regression/bug fixes into the release branch Just to clarify: »Pulling« in this context means cherry-picking individual bug fixes critical for the release from the main branch. Virtually all changes and pull

Re: Pull freeze

2012-07-29 Thread Andrei Alexandrescu
On 7/29/12 7:43 AM, Robert Clipsham wrote: On Sunday, 29 July 2012 at 06:08:18 UTC, Andrei Alexandrescu wrote: Due to the upcoming release, there will be no regular pull walk-through tomorrow. Thanks for the growing rate of contribution, and let's resume the ritual next Sunday. Andrei I

Re: dnotify

2012-07-29 Thread Marco Leise
Am Sun, 29 Jul 2012 01:04:35 +0200 schrieb David d...@dav1d.de: https://github.com/Dav1dde/dnotify Nothing special, this is just an abstraction for the libnotify binding in deimos (pull request not yet merged) This is nice, if I had access to a Wiki about D, I'd add a list of libraries

Re: Pull freeze

2012-07-29 Thread Jacob Carlborg
On 2012-07-29 16:28, Andrei Alexandrescu wrote: I'm all for it. We're just too busy most of the time to stop and improve our process. I think it's a good opportunity to do so right after 2.060. It should have happened a long time ago. -- /Jacob Carlborg

Re: dnotify

2012-07-29 Thread Marco Leise
P.S.: NotificationError should probably be NotificationException, since the term Error is used for unrecoverable exceptions in D and it does in fact inherit from Exception.

Re: dnotify

2012-07-29 Thread Nick Sabalausky
On Sun, 29 Jul 2012 20:56:48 +0200 Marco Leise marco.le...@gmx.de wrote: if I had access to a Wiki about D... You do! http://www.prowiki.org/wiki4d/wiki.cgi