Re: D IDE Coedit - version 3 beta 3

2017-01-30 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 31 January 2017 at 07:23:24 UTC, Basile B. wrote: On Monday, 30 January 2017 at 23:32:12 UTC, dminded wrote: Ok, the debugger also works if i write a bit more then just a 'writeln' into main. How can i set breakpoints? If i click on the left side of a row, a little red dot

Re: D IDE Coedit - version 3 beta 3

2017-01-30 Thread Basile B. via Digitalmars-d-announce
On Monday, 30 January 2017 at 19:45:38 UTC, dminded wrote: On Sunday, 29 January 2017 at 02:56:53 UTC, Basile B. wrote: I'm on IRC right now. Communication on the forum is really painfull, it looks like I need to explain a few things. Also you can ask questions on the bugtracker, although it's

Re: D IDE Coedit - version 3 beta 3

2017-01-30 Thread Basile B. via Digitalmars-d-announce
On Monday, 30 January 2017 at 23:32:12 UTC, dminded wrote: Ok, the debugger also works if i write a bit more then just a 'writeln' into main. How can i set breakpoints? If i click on the left side of a row, a little red dot appears. This means that GDB cannot set the breakpoint. checkout

Re: Release D 2.073.0

2017-01-30 Thread Nestor via Digitalmars-d-announce
Just a quick unrelated words: Shouldn't copyright be updated too? D:\>dmd --version DMD32 D Compiler v2.073.0 Copyright (c) 1999-2016 by Digital Mars written by Walter Bright

Re: D IDE Coedit - version 3 beta 3

2017-01-30 Thread dminded via Digitalmars-d-announce
Ok, the debugger also works if i write a bit more then just a 'writeln' into main. How can i set breakpoints? If i click on the left side of a row, a little red dot appears. But the debugger seems to ignore it and instead every statement is a breakpoint. I also can not find a "step out of

Boston D Meetup 2/9: `shared` Experiences

2017-01-30 Thread Steven Schveighoffer via Digitalmars-d-announce
Attention fellow Boston D enthusiasts: I have set up a meetup for February, and Michael Coulombe will give a presentation on his experiences with shared. As before, this will be at the Capital One Cafe in the back bay (across from Prudential center). Hope to see you all there!

Re: D IDE Coedit - version 3 beta 3

2017-01-30 Thread dminded via Digitalmars-d-announce
On Sunday, 29 January 2017 at 02:56:53 UTC, Basile B. wrote: I'm on IRC right now. Communication on the forum is really painfull, it looks like I need to explain a few things. Also you can ask questions on the bugtracker, although it's the same problem as here (not real time...). Seems we

Re: mysql-native: API Refresh RC

2017-01-30 Thread Nick Sabalausky via Digitalmars-d-announce
On 01/30/2017 02:49 AM, Sönke Ludwig wrote: What about directly going for 1.0.0? At least after it has gotten enough real-world exposure, I'd say that the first API overhaul is a good opportunity for that. Good point.

Re: mysql-native: API Refresh RC

2017-01-30 Thread Daniel Kozak via Digitalmars-d-announce
Dne 30.1.2017 v 10:53 aberba via Digitalmars-d-announce napsal(a): On Monday, 30 January 2017 at 08:09:18 UTC, Daniel Kozak wrote: Wow :) Maybe it is time to go back from mysql-lited to mysql-native :) I doubt that. Mysql-lited has support for using a struct as a Schema for DB queries. The

Project Highlight: DPaste

2017-01-30 Thread Mike Parker via Digitalmars-d-announce
Nazriel talks about the past, present, and future of his online D compiler and collaboration tool. The usual links: https://dlang.org/blog/2017/01/30/project-highlight-dpaste/ https://www.reddit.com/r/programming/comments/5r0ksq/dpaste_an_online_compiler_and_collaboration_tool/

Re: Release D 2.073.0

2017-01-30 Thread deadalnix via Digitalmars-d-announce
On Saturday, 28 January 2017 at 21:46:17 UTC, Walter Bright wrote: Same problem, same solution, same fallout. What problem? Ask Andrei, he asked for inout's deprecation. I'm not going to run after you two like you are toddlers. Having to make the same case again and again for literally

Re: Release D 2.073.0

2017-01-30 Thread deadalnix via Digitalmars-d-announce
On Monday, 30 January 2017 at 01:34:52 UTC, ilya-stromberg wrote: Walter created an entire language and a community around it. Can you, please, share with us how your accomplishments give any importance to whatever your disagreement is with him? All that is visible, here is you protest

Re: Release D 2.073.0

2017-01-30 Thread deadalnix 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: unDE 0.2.0 - unusual command line and keybar

2017-01-30 Thread unDEFER via Digitalmars-d-announce
On Monday, 30 January 2017 at 11:20:40 UTC, FreeSlave wrote: Can't load /home/freeslave/git_projects/unde/images/clear_errors.png: Invalid renderer Yes, it is very strange message, I still didn't find how to clean it out...

Re: unDE 0.2.0 - unusual command line and keybar

2017-01-30 Thread FreeSlave via Digitalmars-d-announce
On Monday, 30 January 2017 at 03:10:28 UTC, unDEFER wrote: 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

Re: mysql-native: API Refresh RC

2017-01-30 Thread aberba via Digitalmars-d-announce
On Monday, 30 January 2017 at 08:09:18 UTC, Daniel Kozak wrote: Wow :) Maybe it is time to go back from mysql-lited to mysql-native :) I doubt that. Mysql-lited has support for using a struct as a Schema for DB queries. The @as and @optional properties are so useful for project I'm working

Re: mysql-native: API Refresh RC

2017-01-30 Thread Gary Willoughby via Digitalmars-d-announce
On Monday, 30 January 2017 at 02:56:27 UTC, Nick Sabalausky wrote: 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

Re: mysql-native: API Refresh RC

2017-01-30 Thread Daniel Kozak via Digitalmars-d-announce
Dne 30.1.2017 v 10:14 Dejan Lekic via Digitalmars-d-announce napsal(a): On Monday, 30 January 2017 at 02:56:27 UTC, Nick Sabalausky wrote: 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

Re: mysql-native: API Refresh RC

2017-01-30 Thread Dejan Lekic via Digitalmars-d-announce
On Monday, 30 January 2017 at 02:56:27 UTC, Nick Sabalausky wrote: 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

Re: mysql-native: API Refresh RC

2017-01-30 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 30 January 2017 at 02:56:27 UTC, Nick Sabalausky wrote: 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

Re: mysql-native: API Refresh RC

2017-01-30 Thread Daniel Kozak via Digitalmars-d-announce
Wow :) Maybe it is time to go back from mysql-lited to mysql-native :) Dne 30.1.2017 v 03:56 Nick Sabalausky via Digitalmars-d-announce napsal(a): 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