Re: [Somewhat OT] Textadept 6.6 released

2013-06-01 Thread Rainer Schuetze
On 01.06.2013 07:02, Brian Schott wrote: [3] Of course it doesn't properly support HEREDOC strings, but then again, nothing does. Well, I wouldn't say that in general: http://www.dsource.org/projects/visuald/wiki/Tour/Editor ;-)

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-06-01 Thread Russel Winder
On Fri, 2013-05-31 at 13:50 -0700, Ellery Newcomer wrote: […] just tried it on ubuntu 12.10, and it does the same. are you using -defaultlib=libphobos2.so I suspect I may be doing different things from you as I never use an option of that sort. Perhaps we should agree a code and command to

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-06-01 Thread Flamaros
On Thursday, 30 May 2013 at 22:39:28 UTC, Flamaros wrote: On Thursday, 30 May 2013 at 12:55:29 UTC, Rainer Schuetze wrote: On 17.05.2013 19:43, Rainer Schuetze wrote: On 12.05.2013 20:48, Walter Bright wrote: On 5/11/2013 3:39 AM, Rainer Schuetze wrote: a new version of Visual D is long

DMocks-revived - a mocking framework for the D programming language

2013-06-01 Thread QAston
http://www.youtube.com/watch?v=V98Z11V7kEY has inspired me to revive DMocks project. So far I only made it work with latest dmd and made some cleanups. I think that's enough for anyone to try out the ideas from the vid, you have no excuse now not to do it:P. I'm waiting for opinions, since

Re: DMocks-revived - a mocking framework for the D programming language

2013-06-01 Thread QAston
On Saturday, 1 June 2013 at 10:46:26 UTC, QAston wrote: http://www.youtube.com/watch?v=V98Z11V7kEY has inspired me to revive DMocks project. So far I only made it work with latest dmd and made some cleanups. I think that's enough for anyone to try out the ideas from the vid, you have no excuse

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-06-01 Thread Rainer Schuetze
On 01.06.2013 12:45, Flamaros wrote: On Thursday, 30 May 2013 at 22:39:28 UTC, Flamaros wrote: I followed indications, lst files are correctly generated for the code coverage, but I don't have the coloration in the editor. Can be because my application crash when exiting? If your

Re: [Somewhat OT] Textadept 6.6 released

2013-06-01 Thread Andrej Mitrovic
On 6/1/13, Brian Schott briancsch...@gmail.com wrote: Textadept 6.6 has been released. Changelog located here[1]. What exactly is the difference against e.g. Scite? I can see it uses GTK for windowing, which I'm not a fan of, but that's just a nitpick. Does it have any cool features that are not

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-06-01 Thread Flamaros
On Saturday, 1 June 2013 at 10:55:36 UTC, Rainer Schuetze wrote: On 01.06.2013 12:45, Flamaros wrote: On Thursday, 30 May 2013 at 22:39:28 UTC, Flamaros wrote: I followed indications, lst files are correctly generated for the code coverage, but I don't have the coloration in the editor.

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-06-01 Thread Rainer Schuetze
On 01.06.2013 16:59, Flamaros wrote: On Saturday, 1 June 2013 at 10:55:36 UTC, Rainer Schuetze wrote: On 01.06.2013 12:45, Flamaros wrote: On Thursday, 30 May 2013 at 22:39:28 UTC, Flamaros wrote: I followed indications, lst files are correctly generated for the code coverage, but I

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-06-01 Thread Ellery Newcomer
On 06/01/2013 02:31 AM, Russel Winder wrote: On Fri, 2013-05-31 at 13:50 -0700, Ellery Newcomer wrote: […] just tried it on ubuntu 12.10, and it does the same. are you using -defaultlib=libphobos2.so I suspect I may be doing different things from you as I never use an option of that sort.

Re: [Somewhat OT] Textadept 6.6 released

2013-06-01 Thread Brian Schott
On Saturday, 1 June 2013 at 13:13:00 UTC, Andrej Mitrovic wrote: On 6/1/13, Brian Schott briancsch...@gmail.com wrote: Textadept 6.6 has been released. Changelog located here[1]. What exactly is the difference against e.g. Scite? I can see it uses GTK for windowing, which I'm not a fan of,

Re: dmd 2.063 released with 260 bugfixes and enhancements

2013-06-01 Thread Andrej Mitrovic
On 5/31/13, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On 5/30/13, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Hello, We seem to have a regression affecting the zipped release: http://d.puremagic.com/issues/show_bug.cgi?id=10215 Kenji has reduced this, and apparently it's

Re: DConf 2013 Day 2 Talk 3: C# to D by Adam Wilson

2013-06-01 Thread Jacob Carlborg
On 2013-05-31 14:33, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1feem1/dconf_2013_day_2_talk_3_from_c_to_d_by_adam_wilson/ A couple of notes on what's missing in D from C#. There are other libraries besides from Phobos that contains some of the missing

Re: DConf 2013 Day 2 Talk 3: C# to D by Adam Wilson

2013-06-01 Thread Jonathan M Davis
On Saturday, June 01, 2013 22:15:01 Jacob Carlborg wrote: * Timer/stop watch There are quite a few things that Phobos is still missing, but this isn't one of them. We have std.datetime.StopWatch (which will probably end up in std.benchmark when that's finally complete). - Jonathan M Davis

Re: DConf 2013 Day 2 Talk 3: C# to D by Adam Wilson

2013-06-01 Thread Adam Wilson
On Sat, 01 Jun 2013 13:15:01 -0700, Jacob Carlborg d...@me.com wrote: On 2013-05-31 14:33, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/1feem1/dconf_2013_day_2_talk_3_from_c_to_d_by_adam_wilson/ A couple of notes on what's missing in D from C#. There are other

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-06-01 Thread Manu
I'd say this is a good thing. Please don't pollute the source tree with junk placed next to the source files. This is very un-visual-studio. They should be in the intermediate folder next to the obj files. On 2 Jun 2013 01:15, Rainer Schuetze r.sagita...@gmx.de wrote: On 01.06.2013 16:59,