Re: dmd 2.065 beta 2

2014-01-28 Thread Andrew Edwards
On 1/26/14, 6:38 PM, Andrew Edwards wrote: Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. http://ftp.digitalmars.com/dmd-2.065.0~b2-0.openSUSE.x86_64.rpm

Re: dmd 2.065 beta 2

2014-01-28 Thread Daniel Murphy
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip For anyone feeling adventurous - I've uploaded an alternative

DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Brian Schott
New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 DCD Changes: * Uptake new lexer/parser/ast code from DScanner * Add new --symbolLocation switch that

Re: New debugger for D!!!

2014-01-28 Thread Jacob Carlborg
On 2014-01-28 04:00, Sarath Kodali wrote: Next month I will be releasing an alpha version with support for Linux, x86, Elf+Dwarf, DMD and GCC. I'm waiting for the OS X version :) But in the coming months I will add support for other 64 bit OSes and compilers. I'm also planning to add a

Re: dmd 2.065 beta 2

2014-01-28 Thread Jacob Carlborg
On 2014-01-28 09:19, Daniel Murphy wrote: For anyone feeling adventurous - I've uploaded an alternative version with the linux64 binary replaced by the linux64 ddmd binary. This is a debug build, with the GC disabled. http://dtsm460.web.cse.unsw.edu.au/dmd.2.065.ddmd.zip Cool. Is it too

Re: dmd 2.065 beta 2

2014-01-28 Thread Daniel Murphy
Jacob Carlborg wrote in message news:lc7vah$149c$2...@digitalmars.com... Cool. Is it too early to try it on OS X? It's ~4 hours work away from working on OS X (if the linux port is a good indicator), but I don't have a mac box to work on. If anyone can provide me with an ssh account I'd

Re: New debugger for D!!!

2014-01-28 Thread evilrat
On Tuesday, 28 January 2014 at 10:03:03 UTC, Jacob Carlborg wrote: On 2014-01-28 04:00, Sarath Kodali wrote: Next month I will be releasing an alpha version with support for Linux, x86, Elf+Dwarf, DMD and GCC. I'm waiting for the OS X version :) not going happen until dmd gets fixed. i'm

Re: New debugger for D!!!

2014-01-28 Thread Iain Buclaw
On 28 January 2014 13:24, evilrat evilrat...@gmail.com wrote: On Tuesday, 28 January 2014 at 10:03:03 UTC, Jacob Carlborg wrote: On 2014-01-28 04:00, Sarath Kodali wrote: Next month I will be releasing an alpha version with support for Linux, x86, Elf+Dwarf, DMD and GCC. I'm waiting for

Re: New debugger for D!!!

2014-01-28 Thread evilrat
On Tuesday, 28 January 2014 at 13:59:48 UTC, Iain Buclaw wrote: On 28 January 2014 13:24, evilrat evilrat...@gmail.com wrote: On Tuesday, 28 January 2014 at 10:03:03 UTC, Jacob Carlborg wrote: On 2014-01-28 04:00, Sarath Kodali wrote: Next month I will be releasing an alpha version with

Re: David Nadlinger (klickverbot) gets $150 bounty

2014-01-28 Thread Ola Fosheim Grøstad
On Tuesday, 28 January 2014 at 06:49:53 UTC, Andrei Alexandrescu wrote: Please join me in congratulating David! *envious*

Re: New debugger for D!!!

2014-01-28 Thread Idan Arye
On Monday, 27 January 2014 at 16:42:14 UTC, Sarath Kodali wrote: p1.1 SUSPENDED [D main in dbg.d] 179: auto cmd = new Command(uiType); dbg step -o p1.1 STEPPED [D main in dbg.d] 180: cmd.rc_exec(GLOBAL_DBGRC_FILE); Would you mind putting the line number in the same line as the

Re: New debugger for D!!!

2014-01-28 Thread Iain Buclaw
On 28 January 2014 14:14, evilrat evilrat...@gmail.com wrote: On Tuesday, 28 January 2014 at 13:59:48 UTC, Iain Buclaw wrote: On 28 January 2014 13:24, evilrat evilrat...@gmail.com wrote: On Tuesday, 28 January 2014 at 10:03:03 UTC, Jacob Carlborg wrote: On 2014-01-28 04:00, Sarath Kodali

Re: New debugger for D!!!

2014-01-28 Thread Craig Dillabaugh
On Tuesday, 28 January 2014 at 15:23:28 UTC, Idan Arye wrote: On Monday, 27 January 2014 at 16:42:14 UTC, Sarath Kodali wrote: BTW, would you mind picking a different name? I understand that dbg stands for D Debugger, but there is already a debugger named

Re: dmd 2.065 beta 2

2014-01-28 Thread Daniel Murphy
DDMD alpha win32 debug nogc http://dtsm460.web.cse.unsw.edu.au/dmd.2.065.0-b2.windows.ddmd.zip This one is most likely to work!

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Tuesday, 28 January 2014 at 05:19:13 UTC, Andrei Alexandrescu wrote: This does sound very interesting - and don't forget to submit a talk on the topic to DConf!!! Andrei Can't commit but will try :( too many things in my hand ...

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Tuesday, 28 January 2014 at 10:03:03 UTC, Jacob Carlborg wrote: On 2014-01-28 04:00, Sarath Kodali wrote: Next month I will be releasing an alpha version with support for Linux, x86, Elf+Dwarf, DMD and GCC. I'm waiting for the OS X version :) But in the coming months I will add support

Re: New debugger for D!!!

2014-01-28 Thread dennis luehring
Am 28.01.2014 17:24, schrieb dennis luehring: Am 28.01.2014 17:16, schrieb Sarath Kodali: I expect this is how it will be even with dbg and IDEs. The IDE will have a plugin that sits between the debugger and IDE. The communication between the IDE plugin and debugger will be over a socket and

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Tuesday, 28 January 2014 at 06:34:50 UTC, dennis luehring wrote: Am 28.01.2014 04:00, schrieb Sarath Kodali: I'm also planning to add a JSON or CSV output format so that it will be easy to parse the output when integrating with IDEs. So I would recommend that you wait till I release 1.0

Re: New debugger for D!!!

2014-01-28 Thread dennis luehring
Am 28.01.2014 17:16, schrieb Sarath Kodali: I expect this is how it will be even with dbg and IDEs. The IDE will have a plugin that sits between the debugger and IDE. The communication between the IDE plugin and debugger will be over a socket and the dbg output will be in JSON format so that IDE

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Tuesday, 28 January 2014 at 15:23:28 UTC, Idan Arye wrote: On Monday, 27 January 2014 at 16:42:14 UTC, Sarath Kodali wrote: p1.1 SUSPENDED [D main in dbg.d] 179: auto cmd = new Command(uiType); dbg step -o p1.1 STEPPED [D main in dbg.d] 180: cmd.rc_exec(GLOBAL_DBGRC_FILE);

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Tuesday, 28 January 2014 at 16:24:32 UTC, dennis luehring wrote: Am 28.01.2014 17:16, schrieb Sarath Kodali: I expect this is how it will be even with dbg and IDEs. The IDE will have a plugin that sits between the debugger and IDE. The communication between the IDE plugin and debugger will

Re: New debugger for D!!!

2014-01-28 Thread dennis luehring
Am 28.01.2014 18:23, schrieb Sarath Kodali: the question is - debuggers needs to throw masses of information around - why put a slow JSON parser between, every single step command gets JSONed, parsed, singlestep, result gets JSOned etc... millions of times - why? I'm not fixated on JSON:) I

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread yazd
On Tuesday, 28 January 2014 at 09:58:27 UTC, Brian Schott wrote: New DCD and DScanner betas are ready for testing. The tags can be found here: https://github.com/Hackerpilot/DCD/tree/0.3.0-beta1 https://github.com/Hackerpilot/Dscanner/tree/0.1.0-beta1 DCD Changes: * Uptake new

Re: New debugger for D!!!

2014-01-28 Thread John J
On 01/28/2014 12:00 PM, Sarath Kodali wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. bugD :)

Re: New debugger for D!!!

2014-01-28 Thread Nick Sabalausky
On 1/28/2014 12:15 PM, Jacob Carlborg wrote: On 2014-01-28 17:21, Sarath Kodali wrote: If dbg is a library, whenever the debugger hangs or crashes, the IDE also hangs or crashes and you may loose all your data. It is much safer to have dbg as a server and have an IDE plugin as a client. Fair

Re: New debugger for D!!!

2014-01-28 Thread Francesco Cattoglio
On Tuesday, 28 January 2014 at 22:04:34 UTC, John J wrote: On 01/28/2014 12:00 PM, Sarath Kodali wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. bugD :) buggeD?

Re: New debugger for D!!!

2014-01-28 Thread Namespace
I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. - Sarath D!buger

Re: New debugger for D!!!

2014-01-28 Thread Meta
On Wednesday, 29 January 2014 at 00:07:00 UTC, Namespace wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. - Sarath D!buger Too complicated, keep it simple. Maybe Dug, which stands for D

Re: dmd 2.065 beta 2

2014-01-28 Thread Manu
I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation. On 27 January 2014 10:38, Andrew Edwards

Re: New debugger for D!!!

2014-01-28 Thread Idan Arye
On Wednesday, 29 January 2014 at 00:07:00 UTC, Namespace wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. - Sarath D!buger ! is not a valid character for filenames, and that can be a

Re: New debugger for D!!!

2014-01-28 Thread Martin Nowak
On Monday, 27 January 2014 at 16:42:14 UTC, Sarath Kodali wrote: I'm planning to release a new debugger for D sometime during end of February. This is a heads up for all those who are eagerly looking for a good debugger for D. Here is a sample debug session: Do you know ngdb

Re: New debugger for D!!!

2014-01-28 Thread John J
On 01/28/2014 06:04 PM, Francesco Cattoglio wrote: On Tuesday, 28 January 2014 at 22:04:34 UTC, John J wrote: On 01/28/2014 12:00 PM, Sarath Kodali wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always

D bindings for Shapefile C Library

2014-01-28 Thread Craig Dillabaugh
I've created bindings for the C Shapefile Library. Shapefiles are a format used commonly in vector based Geographic Information Systems, often for data interchange. It is a pretty simple library and it is my first effort at creating such bindings. https://github.com/craig-dillabaugh/shplib.d

Re: dmd 2.065 beta 2

2014-01-28 Thread Brad Anderson
On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote: I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing

Re: dmd 2.065 beta 2

2014-01-28 Thread Manu
On 29 January 2014 15:33, Brad Anderson e...@gnuk.net wrote: On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote: I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember

Re: D bindings for Shapefile C Library

2014-01-28 Thread Suliman
Big thanks! Could you provide simple example of usage this lib. I have not experience in usage bindings, but I would like to try to write some tiny app to working with shp files.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Could you help me with installation of Sublime plugin. I can't find menu: Preferences - Package Settings - DKit - Settings - User in Sublime interface.

Re: dmd 2.065 beta 2

2014-01-28 Thread deadalnix
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Oh! That's my issue!

Re: New debugger for D!!!

2014-01-28 Thread Sarath Kodali
On Wednesday, 29 January 2014 at 01:13:12 UTC, Martin Nowak wrote: On Monday, 27 January 2014 at 16:42:14 UTC, Sarath Kodali wrote: I'm planning to release a new debugger for D sometime during end of February. This is a heads up for all those who are eagerly looking for a good debugger for D.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
Look like I was need to write C:\\D\\dmd2\\windows\\bin\\ instead of C:\\D\\dmd2\\windows\\bin Thanks! All work!

Re: D bindings for Shapefile C Library

2014-01-28 Thread evilrat
On Wednesday, 29 January 2014 at 05:12:45 UTC, Rikki Cattermole wrote: For simple static bindings, it looks fine. You'll probably have fun getting it to work on Windows 32 bit though. Thank you OMF. what fun? using (coff)implib once? come on, that's not that hard at all... the only fun is

Re: dmd 2.065 beta 2

2014-01-28 Thread Andrew Edwards
On Wednesday, 29 January 2014 at 06:33:27 UTC, deadalnix wrote: On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb

Re: New debugger for D!!!

2014-01-28 Thread Rory McGuire
+1. Same name I thought of :) On Wed, Jan 29, 2014 at 2:26 AM, Meta jared...@gmail.com wrote: On Wednesday, 29 January 2014 at 00:07:00 UTC, Namespace wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always

Re: New debugger for D!!!

2014-01-28 Thread Andrei Alexandrescu
On 1/28/14 4:26 PM, Meta wrote: On Wednesday, 29 January 2014 at 00:07:00 UTC, Namespace wrote: I did not do any research on name; just shortened debug to dbg :) I'm bad at coming up with good names, so any suggestions are always welcome. - Sarath D!buger Too complicated, keep it simple.

Re: New debugger for D!!!

2014-01-28 Thread Andrei Alexandrescu
On 1/28/14 8:04 AM, Sarath Kodali wrote: On Tuesday, 28 January 2014 at 05:19:13 UTC, Andrei Alexandrescu wrote: This does sound very interesting - and don't forget to submit a talk on the topic to DConf!!! Andrei Can't commit but will try :( too many things in my hand ... Do it.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread Suliman
For thous who very lazy to build Sublime integration manually I would like suggest ready to use package. Gust unzip and fix paths (if needed) http://dynamic.dlang.ru/Files/2014/Sublime-D-integration-plugin-29-01-2014.zip

LDC 0.13.0 alpha released! Please help test!

2014-01-28 Thread Kai Nacke
Hi everyone, LDC 0.13.0-alpha1, the LLVM-based D compiler, is available for download! This is the first alpha release based on the 2.064.2 frontend and standard library and supports LLVM 3.1-3.4 (OS X: 3.2/3.4 only). Please help testing this release! As usual, you can find links to the

Re: dmd 2.065 beta 2

2014-01-28 Thread deadalnix
On Wednesday, 29 January 2014 at 07:02:08 UTC, Andrew Edwards wrote: On Wednesday, 29 January 2014 at 06:33:27 UTC, deadalnix wrote: On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread yazd
On Wednesday, 29 January 2014 at 06:53:34 UTC, Suliman wrote: Look like I was need to write C:\\D\\dmd2\\windows\\bin\\ instead of C:\\D\\dmd2\\windows\\bin Thanks! All work! That's weird. Anyway, if you would like to help with Windows setup, please submit your difficulties in a pull request