Re: PostgreSQL native impl

2017-01-02 Thread Chris Wright via Digitalmars-d-announce
On Mon, 02 Jan 2017 20:29:55 +, Anton wrote: > Today i spent about hour to write pure-D simple PostgreSQL driver for > demonstration purposes. > I was looking for developers interested in complete PostgreSQL driver > (pure D) > > That demo not implements auth, therefore requires trusted user

Re: Terminix Year In Review

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 2 January 2017 at 18:23:53 UTC, Gerald wrote: idea what would be involved in creating a GTK widget in D as I've never tried it myself. Yeah, I don't use GTK at all, my backend is pure code (it is an abstract class where you implement a few methods to actually do user interaction,

Re: Terminix Year In Review

2017-01-02 Thread Getald via Digitalmars-d-announce
On Monday, 2 January 2017 at 20:33:04 UTC, Chris Wright wrote: You could also rip out the logic and the system calls and so forth and hook them up (laboriously) to a TextView with appropriate styling. Which is probably nontrivial on both sides. I'm not sure a textview would be viable, it

Re: Terminix Year In Review

2017-01-02 Thread Chris Wright via Digitalmars-d-announce
On Mon, 02 Jan 2017 18:23:53 +, Gerald wrote: > On Monday, 2 January 2017 at 14:55:26 UTC, Adam D. Ruppe wrote: >> On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: >>> Terminix is a GTK 3 tiling terminal emulator that has been designed >>> following the GNOME Human Interface

Re: PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce
P/S Posix only

PostgreSQL native impl

2017-01-02 Thread Anton via Digitalmars-d-announce
Today i spent about hour to write pure-D simple PostgreSQL driver for demonstration purposes. I was looking for developers interested in complete PostgreSQL driver (pure D) That demo not implements auth, therefore requires trusted user [1] https://github.com/anton-dutov/postgresql-native-d

Re: DIP 1003: remove `body` as a keyword

2017-01-02 Thread Dicebot via Digitalmars-d-announce
On Saturday, 31 December 2016 at 01:14:23 UTC, Arun Chandrasekaran wrote: On Saturday, 19 November 2016 at 21:16:15 UTC, Dicebot wrote: DIP 1003 is merged to the queue and open for public informal feedback. PR: https://github.com/dlang/DIPs/pull/48 Initial merged document:

Re: Terminix Year In Review

2017-01-02 Thread Gerald via Digitalmars-d-announce
On Monday, 2 January 2017 at 14:55:26 UTC, Adam D. Ruppe wrote: On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. So, how hard would it be for you to swap out parts of

Re: Terminix Year In Review

2017-01-02 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. So, how hard would it be for you to swap out parts of the backend? I wrote a terminal emulator in scratch in D for

Happy New Year from the D Language Foundation

2017-01-02 Thread Mike Parker via Digitalmars-d-announce
A brief message from the D Language Foundation, penned by Ali Çehreli, for the D community to send us into the new year. https://dlang.org/blog/2017/01/02/happy-new-year-from-the-d-language-foundation/

Re: Terminix Year In Review

2017-01-02 Thread Edwin van Leeuwen via Digitalmars-d-announce
On Monday, 2 January 2017 at 13:35:21 UTC, Mike Parker wrote: On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. The project started just over a year ago at the start of

Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 31 December 2016 at 23:49:20 UTC, Meta wrote: Congratulations and thank you for your hard work. Most prominently scope classes work again in @safe code I haven't been following too closely. Does this mean that DIP1000 has been implemented and is behind a feature switch, or is

Re: Release 2.072.2

2017-01-02 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 1 January 2017 at 01:47:17 UTC, Eugene Wissner wrote: Can it be that freebsd64 dub is linked against wrong phobos? I get: Shared object "libphobos2.so.0.71" not found, reuired by "dub". The same was with 2.072.1. It should be statically linked against phobos, please file a bug

Re: Terminix Year In Review

2017-01-02 Thread Mike Parker via Digitalmars-d-announce
On Monday, 2 January 2017 at 00:53:04 UTC, Gerald wrote: Terminix is a GTK 3 tiling terminal emulator that has been designed following the GNOME Human Interface Guidelines. The project started just over a year ago at the start of 2016 and I thought it would be fun to look back at the project