backtrace-d

2013-11-07 Thread yazd
Hello all, I've been working on getting some better backtrace support for D on Linux. And I've got something to show: http://code.dlang.org/packages/backtrace-d https://github.com/yazd/backtrace-d It is currently working, but there is still some bugs that might be due to inaccurate debug

Re: Temple: Compile time, embedded D templates

2014-01-01 Thread yazd
On Thursday, 2 January 2014 at 01:12:24 UTC, Dylan Knutson wrote: On Wednesday, 1 January 2014 at 13:04:27 UTC, Jacob Carlborg wrote: On 2013-12-31 07:05, Dylan Knutson wrote: Hello, A few months ago I had posted a project of mine, templ-d. It was an experiment in writing a template engine

Re: New debugger for D!!!

2014-01-27 Thread yazd
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 Yes please, it would be a very interesting talk.

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-01-28 Thread yazd
just finished updating Sublime Text 3 plugin to use Goto Definition feature. But I'm still wondering on how to approach the documentation preview feature as Sublime doesn't provide much. https://github.com/yazd/DKit

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

Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-05 Thread yazd
On Wednesday, 5 February 2014 at 11:55:59 UTC, Suliman wrote: On Tuesday, 4 February 2014 at 20:09:18 UTC, yazd wrote: On Tuesday, 4 February 2014 at 10:19:46 UTC, Suliman wrote: It's look like Sublime do not understand from which folder module should be imported. It's do not colorized

Re: D 2.067.0-b3

2015-03-06 Thread yazd via Digitalmars-d-announce
On Wednesday, 4 March 2015 at 00:49:04 UTC, Martin Nowak wrote: Glad to announce the third 2.067.0 beta, this time with installers and documentation. https://dlang.dawg.eu/downloads/dmd.2.067.0-b3/ Soon to be mirrored and available on Travis-CI.

Re: vibe.d 0.8.0 and 0.7.31 beta releases

2017-02-03 Thread yazd via Digitalmars-d-announce
On Friday, 3 February 2017 at 12:25:42 UTC, Dominikus Dittes Scherkl wrote: On Friday, 3 February 2017 at 09:28:26 UTC, yazd wrote: Is it possible to have non-@safe callbacks be part of the non-deprecated API? Why? A @safe API allows you to use it within @safe code, but it doesn't require you

Re: vibe.d 0.8.0 and 0.7.31 beta releases

2017-02-03 Thread yazd via Digitalmars-d-announce
On Tuesday, 31 January 2017 at 11:11:28 UTC, Sönke Ludwig wrote: The first release of the revamped core module [1] is nearing, and along with that, a compatible vibe.d release (0.8.0). The new core module is still opt-in in this release and can be activated using a `subConfiguration