Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-15 Thread David Nadlinger via Digitalmars-d-announce
On Thursday, 11 September 2014 at 16:51:34 UTC, Andrew Edwards wrote: DMD 2.066.1-rc1 is now available for testing. I found a new 2.066 regression: https://issues.dlang.org/show_bug.cgi?id=13478 It also exists in 2.066.0, but hopefully we can fix it before 2.066.1, as it currently blocks th

Re: Dutyl - a Vim plugin for running D tools

2014-09-15 Thread Idan Arye via Digitalmars-d-announce
OK, version 1.3.0 is out. I fixed that off-by-one mistake and added some tags-related features: * A new command - :DUupdateCTags - for updating the tags file * DUjump and friends now push to the tag stack, so you can jump back with CTRL+T.

Re: 438-byte "Hello, world" Win32 EXE in D

2014-09-15 Thread dcrepid via Digitalmars-d-announce
-m32mscoff allows using more linkers. Specifically, the Microsoft Linker and Crinkler, which only understand COFF, can both generate executables which are much smaller than those created by OPTLINK. Hi, I've been experimenting with getting a basic D program consisting of nothing more than "int

Re: 438-byte "Hello, world" Win32 EXE in D

2014-09-15 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 15 September 2014 at 21:18:53 UTC, dcrepid wrote: -m32mscoff allows using more linkers. Specifically, the Microsoft Linker and Crinkler, which only understand COFF, can both generate executables which are much smaller than those created by OPTLINK. Hi, I've been experimenting with

SublimeLinter D Plugin

2014-09-15 Thread Brian Schott via Digitalmars-d-announce
Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner

Re: SublimeLinter D Plugin

2014-09-15 Thread Dylan Knutson via Digitalmars-d-announce
On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner I heavily use SublimeLinter. I'm really glad to see a D plugi