Re: This Week in D #8: ddmd progressing, moving toward release.

2015-03-10 Thread ponce via Digitalmars-d-announce
On Monday, 9 March 2015 at 22:29:42 UTC, amber wrote: On Monday, 9 March 2015 at 13:33:16 UTC, Adam D. Ruppe wrote: On Monday, 9 March 2015 at 07:08:42 UTC, Dominikus Dittes Scherkl wrote: Nice, but I'm missing the tip of the week (also with issue #7). Already out of ideas? I ran out of my b

Re: This Week in D #8: ddmd progressing, moving toward release.

2015-03-10 Thread wobbles via Digitalmars-d-announce
On Tuesday, 10 March 2015 at 08:06:18 UTC, ponce wrote: On Monday, 9 March 2015 at 22:29:42 UTC, amber wrote: On Monday, 9 March 2015 at 13:33:16 UTC, Adam D. Ruppe wrote: On Monday, 9 March 2015 at 07:08:42 UTC, Dominikus Dittes Scherkl wrote: Nice, but I'm missing the tip of the week (also wi

dfmt 0.1.5 (codename: "entomology")

2015-03-10 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.5 #72 Wrong indent, with (...) { final { switch (...) { with (...) { #79 Whitespace added after case label containing compound statement #80 Case containing version block gets messed up #81 Statement following unbraced if is indented #82 Ass

Re: GtkD 3.0-beta

2015-03-10 Thread Kagamin via Digitalmars-d-announce
On Monday, 9 March 2015 at 18:48:53 UTC, captaindet wrote: after original & package installation & setup & whatnot, will i end up with a dedicated gtk3 folder msys provides pacman and gtk3 package to fetch (and build?).

Re: DlangIDE

2015-03-10 Thread Vadim Lopatin via Digitalmars-d-announce
On Friday, 6 February 2015 at 14:03:07 UTC, Vadim Lopatin wrote: Hello, I'm working on cross-platform D language IDE - DlangIDE. It's written in D using DlangUI based GUI. Project on GitHub: https://github.com/buggins/dlangide It's in alpha stage but already allows: * Open DUB based projects

Re: This Week in D #8: ddmd progressing, moving toward release.

2015-03-10 Thread via Digitalmars-d-announce
On Monday, 9 March 2015 at 13:33:16 UTC, Adam D. Ruppe wrote: I ran out of my backlog and haven't had the time to write up new ones the last couple weeks because of other obligations eating up all my time (this week, I had to travel for a work Don't wear yourself out on a weekly deadline, mayb

Re: This Week in D #8: ddmd progressing, moving toward release.

2015-03-10 Thread ponce via Digitalmars-d-announce
On Tuesday, 10 March 2015 at 09:24:54 UTC, wobbles wrote: On Tuesday, 10 March 2015 at 08:06:18 UTC, ponce wrote: On Monday, 9 March 2015 at 22:29:42 UTC, amber wrote: There are a bunch of good tips here: http://p0nce.github.io/d-idioms/ If the author(s) are OK with the idea you could use th

Re: GtkD 3.0-beta

2015-03-10 Thread jollie via Digitalmars-d-announce
On Mon, 09 Mar 2015 13:48:54 -0500, captaindet wrote: > thanks for the info. however, i am not familiar with this project. to be > honest, it is not quite clear to me what MSYS2 is good for or who would need > it. the dox are very slim. so before i dig too deep into what looks like a > lot of t

Re: GtkD 3.0-beta

2015-03-10 Thread Mengu via Digitalmars-d-announce
On Saturday, 7 March 2015 at 21:14:36 UTC, Mike Wey wrote: I'm glad to announce the first GtkD release that makes use of the new gir based generator. The generator was rebuild from the ground up since the old one was no longer usable with the new GTK+ documentation. For a list of changes see t

Re: GtkD 3.0-beta

2015-03-10 Thread captaindet via Digitalmars-d-announce
On 2015-03-10 10:56, jollie wrote: On Mon, 09 Mar 2015 13:48:54 -0500, captaindet wrote: thanks for the info. however, i am not familiar with this project. to be honest, it is not quite clear to me what MSYS2 is good for or who would need it. the dox are very slim. so before i dig too deep in

Re: GtkD 3.0-beta

2015-03-10 Thread Mike Wey via Digitalmars-d-announce
On 03/10/2015 09:41 PM, captaindet wrote: GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed Gdk-CRITICAL **: gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' f

Re: GtkD 3.0-beta

2015-03-10 Thread jollie via Digitalmars-d-announce
On Tue, 10 Mar 2015 15:41:54 -0500, captaindet wrote: > thanks a lot, jollie, for the detailed description. i tried as advised, > the shell output was a bit different than in your example, i guess > because i installed the 32 bit version and your example was probably for > 64bit. > I have been us