Re: mysql-native: API Refresh RC

2017-01-29 Thread Sönke Ludwig via Digitalmars-d-announce
Am 30.01.2017 um 03:56 schrieb Nick Sabalausky: (...) So take a look, let me know if there's any big issues with it. If all looks good, this will soon be released as mysql-native v0.2.0. What about directly going for 1.0.0? At least after it has gotten enough real-world exposure, I'd say

Re: unDE 0.2.0 - unusual command line and keybar

2017-01-29 Thread unDEFER via Digitalmars-d-announce
On Sunday, 29 January 2017 at 23:57:30 UTC, FreeSlave wrote: On Sunday, 29 January 2017 at 19:00:30 UTC, unDEFER wrote: Very interesting concept (Probably it's not new, but I never actually used file managers like this). It looks you put much love and effort in it. Damn, you even made

mysql-native: API Refresh RC

2017-01-29 Thread Nick Sabalausky via Digitalmars-d-announce
I've been working on a big refresh of mysql-native's API, to take care of various issues that have appeared with it. It involves some major breaking changes (although I've tried to keep old interfaces around for the moment, but marked deprecated), so I wanted to post it before committing to it

Re: Release D 2.073.0

2017-01-29 Thread ilya-stromberg via Digitalmars-d-announce
On Monday, 30 January 2017 at 01:15:52 UTC, Dicebot wrote: On 01/30/2017 12:38 AM, Walter Bright wrote: ... Please, don't waste your time. You mentioned being curious about what is wrong with that PR - I have explained. Let's just stop here before you write another 20 posts presuming that I

Re: Release D 2.073.0

2017-01-29 Thread Dicebot via Digitalmars-d-announce
On 01/30/2017 12:38 AM, Walter Bright wrote: > ... Please, don't waste your time. You mentioned being curious about what is wrong with that PR - I have explained. Let's just stop here before you write another 20 posts presuming that I only disagree with your development methodology because I

Re: Release D 2.073.0

2017-01-29 Thread Walter Bright via Digitalmars-d-announce
On 1/29/2017 4:18 AM, Dicebot wrote: On Friday, 27 January 2017 at 19:12:37 UTC, Walter Bright wrote: On 1/27/2017 3:12 AM, Dicebot wrote: And also stuff like https://github.com/dlang/druntime/pull/1740 I'm curious what is wrong with that? You have been pushing for premature merged of

Re: unDE 0.2.0 - unusual command line and keybar

2017-01-29 Thread FreeSlave via Digitalmars-d-announce
On Sunday, 29 January 2017 at 19:00:30 UTC, unDEFER wrote: unDE's not DE which in the future must be replacement for all programs in OS. But today is very original file manager, image and text viewer and (what discovered with 0.2.0 version) command line and keybar. More information:

unDE 0.2.0 - unusual command line and keybar

2017-01-29 Thread unDEFER via Digitalmars-d-announce
unDE's not DE which in the future must be replacement for all programs in OS. But today is very original file manager, image and text viewer and (what discovered with 0.2.0 version) command line and keybar. More information: http://unde.sourceforge.net/en/ch25.html Video with English subtitles:

Re: columnar struct storage template

2017-01-29 Thread Nestor via Digitalmars-d-announce
On Sunday, 29 January 2017 at 14:16:37 UTC, ezneh wrote: Here : foreach(uint u; FooCol.j) writef("%s ", u); writef(\n); I see, but apparently this isn't the only issue. I replaced the whole unittest with this, and it still doesn't compile: import std.stdio; void main() { struct

Re: columnar struct storage template

2017-01-29 Thread ezneh via Digitalmars-d-announce
On Sunday, 29 January 2017 at 14:00:37 UTC, Nestor wrote: On Sunday, 29 January 2017 at 13:45:12 UTC, Adam D. Ruppe wrote: On Sunday, 29 January 2017 at 13:09:18 UTC, Nestor wrote: This no longer compiles on recent versions of DMD :( Trivial fix though, it just needs to say "\n" instead of

Re: columnar struct storage template

2017-01-29 Thread Nestor via Digitalmars-d-announce
On Sunday, 29 January 2017 at 13:45:12 UTC, Adam D. Ruppe wrote: On Sunday, 29 January 2017 at 13:09:18 UTC, Nestor wrote: This no longer compiles on recent versions of DMD :( Trivial fix though, it just needs to say "\n" instead of plain \n (it is missing quotes, D used to allow that for

Re: columnar struct storage template

2017-01-29 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 29 January 2017 at 13:09:18 UTC, Nestor wrote: This no longer compiles on recent versions of DMD :( Trivial fix though, it just needs to say "\n" instead of plain \n (it is missing quotes, D used to allow that for whatever stupid reason and has since been fixed). Actually, tbh,

Re: columnar struct storage template

2017-01-29 Thread Nestor via Digitalmars-d-announce
On Saturday, 13 December 2008 at 21:13:52 UTC, BCS wrote: If you have an array of structs that is primarily accessed by columns (the same member in each item) rather than by rows (all members in a given item) it can be faster to store the members each in there own array. The Columns template

Re: Release D 2.073.0

2017-01-29 Thread Dicebot via Digitalmars-d-announce
On Friday, 27 January 2017 at 19:12:37 UTC, Walter Bright wrote: On 1/27/2017 3:12 AM, Dicebot wrote: And also stuff like https://github.com/dlang/druntime/pull/1740 I'm curious what is wrong with that? You have been pushing for premature merged of `return scope` under a premise that it

Re: Release D 2.073.0

2017-01-29 Thread Olivier FAURE via Digitalmars-d-announce
Continuing on a new thread because this is getting kinda off-topic. http://forum.dlang.org/post/jhtvuvhxsayjatsdb...@forum.dlang.org