dfmt 0.3.2
https://github.com/Hackerpilot/dfmt/releases/tag/v0.3.2 * Fixed a bug that caused contracts to be formatted incorrectly * Fixed a bug that caused newlines and indentation to be incorrect for the "One True Brace Style" * Fixed a bug where blank lines would sometimes be removed at the end of block statements * Fixed a bug where no whitespace would be placed before the "if" in a template constraint * Fixed a bug where no whitespace would be placed before the "in" in an in expression.
Re: Silicon Valley D Meetup April 23, 2015
On 04/27/2015 01:10 AM, Filippo Fantini wrote: On Friday, 17 April 2015 at 22:39:11 UTC, Ali Çehreli wrote: We are having lightning talks: http://www.meetup.com/D-Lang-Silicon-Valley/events/221371799/ We need more speakers. Thank you, Ali Hi, Has this meeting been recorded or are there some slides/material? Not recorded. I've uploaded my slides: http://files.meetup.com/18234529/AliCehreli_Fibers.pdf Ali
Re: dsource.org moved
On 28/04/2015 12:56 a.m., Kagamin wrote: On Saturday, 25 April 2015 at 03:36:24 UTC, Rikki Cattermole wrote: [0] http://www.sourcetreeapp.com/ Git got a proper visualization of commit tree? :) Better then anything else out there!
Re: dsource.org moved
On Saturday, 25 April 2015 at 03:36:24 UTC, Rikki Cattermole wrote: [0] http://www.sourcetreeapp.com/ Git got a proper visualization of commit tree? :)
Re: Trial migration of Dsource bindings project to Github
On Friday, 24 April 2015 at 21:45:08 UTC, Stewart Gordon wrote: ?? I've had a quick look, and can't at the moment see what in that thread relates to using SVN. It discusses acceptability of any alternative to git workflow, patches in that case.
Re: D 2.067.1
On Monday, 27 April 2015 at 07:38:52 UTC, Martin Nowak wrote: On Sunday, 26 April 2015 at 22:05:36 UTC, Dicebot wrote: Side note : when updating Arch package to 2.067.1 I decided to add `-L-lcurl` option to default `dmd.conf` in context of recent discussion on topic. Please report if that causes any issues with link order bugs - I couldn't trigger any but there are wild talse running around that those exist ;) Yes, that doesn't work reliably because -lcurl is inserted before -lphobos on the link command, but phobos depends on curl, not your application which can lead to link errors if your applications doesn't drag in the relevant symbols from curl itself. http://stackoverflow.com/questions/10095150/std-net-curl-linker-errors-in-linux I have a pending pull to dynamically load curl, needs a bit more work though. https://github.com/D-Programming-Language/phobos/pull/3009. Ok, I wasn't able to trigger it on my system but reverted the change anyway :) Better be safe.
Re: D 2.067.1
awesome job
Re: Silicon Valley D Meetup April 23, 2015
On Friday, 17 April 2015 at 22:39:11 UTC, Ali Çehreli wrote: We are having lightning talks: http://www.meetup.com/D-Lang-Silicon-Valley/events/221371799/ We need more speakers. Thank you, Ali Hi, Has this meeting been recorded or are there some slides/material?
Re: D 2.067.1
On Sunday, 26 April 2015 at 22:05:36 UTC, Dicebot wrote: Side note : when updating Arch package to 2.067.1 I decided to add `-L-lcurl` option to default `dmd.conf` in context of recent discussion on topic. Please report if that causes any issues with link order bugs - I couldn't trigger any but there are wild talse running around that those exist ;) Yes, that doesn't work reliably because -lcurl is inserted before -lphobos on the link command, but phobos depends on curl, not your application which can lead to link errors if your applications doesn't drag in the relevant symbols from curl itself. http://stackoverflow.com/questions/10095150/std-net-curl-linker-errors-in-linux I have a pending pull to dynamically load curl, needs a bit more work though. https://github.com/D-Programming-Language/phobos/pull/3009.
Re: D bindings for ToxCore
On Saturday, 25 April 2015 at 11:21:49 UTC, ketmar wrote: preliminary (which means "not really tested") bindings for ToxCore[1]: http://repo.or.cz/w/iv.d.git/blob_plain/HEAD:/tox.d http://repo.or.cz/w/iv.d.git/blob_plain/HEAD:/toxav.d [1] https://tox.im/ Thanks! Could you make package to code.dlang.org ?