Re: Article: D Exceptions and C Callbacks

2013-08-09 Thread Rene Zwanenburg
On Tuesday, 6 August 2013 at 15:05:22 UTC, Mike Parker wrote: Shows how I like to deal with throwing exceptions from C callbacks in D. Target audience is beginner-level. Uses GLFW to demonstrate. http://www.gamedev.net/page/resources/_/technical/general-programming/d-exceptions-and-c-callbacks

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Rene Zwanenburg
On Thursday, 13 February 2014 at 00:46:02 UTC, Alexander Bothe wrote: Hi everyone, Just wanted to announce a new minor version bump of Mono-D. There have been couple of completion/parser improvements like inline-assembly instruction completion (thanks Orvid who spent a whole bunch of time for

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-15 Thread Rene Zwanenburg
On Saturday, 15 February 2014 at 14:44:13 UTC, extrawurst wrote: On Saturday, 15 February 2014 at 14:31:15 UTC, Rene Zwanenburg wrote: I'm trying Mono-D for the first time and I must say I'm really enjoying the autocomplete. It's not giving suggestions for Phobos though

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-02-16 Thread Rene Zwanenburg
On Saturday, 15 February 2014 at 20:28:03 UTC, Alexander Bothe wrote: 1) On which OS are you working? Windows 7 64 bit 2) What are your include paths? I'm using the default install directory: C:\D\dmd2\src\druntime\import C:\D\dmd2\src\phobos 3) Are those paths put into the 'default' compi

Re: Mono-D v1.5.2 - Completion improvements, dub support fixes

2014-03-13 Thread Rene Zwanenburg
On Sunday, 16 February 2014 at 12:59:31 UTC, Alexander Bothe wrote: On Sunday, 16 February 2014 at 11:49:08 UTC, Rene Zwanenburg wrote: 5) Could you pastebin me your last log file(s) please? (You can open the folder via 'Help' menu -> Open Log directory) Parts of the log file

Re: dmd 1.074 and 2.059 release

2012-04-14 Thread Rene Zwanenburg
On Friday, 13 April 2012 at 05:54:26 UTC, Walter Bright wrote: Another big pile of bug fixes. More contributors than ever! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.074.zip http://www.digitalmars.com/d/2.0/changelog.html https://github.com/downloads/D-Prog

Re: Glamour – An opengl wrapper for D

2012-07-27 Thread Rene Zwanenburg
Nice work. I did a quick review of your code, and have some suggestions for possible improvement. Apologies for not creating a pull request, but I don't have a Git client installed. Check for errors after every GL call that can generate an error. Because GL functions fail silently, debugging w

Re: Glamour – An opengl wrapper for D

2012-07-27 Thread Rene Zwanenburg
On Friday, 27 July 2012 at 13:29:55 UTC, David wrote: Some functions have overloads for both GLuint's and wrapper instances. Unless you really need the GLuint versions, it's probably better to remove these. Users should either use the wrappers for everything or not at all, anything in between w

Re: Wrote a blog post about CTFE and D

2012-08-31 Thread Rene Zwanenburg
On Thursday, 30 August 2012 at 09:41:43 UTC, Danny Arends wrote: I wrote a blog post about the stuff I've been doing last weekend using CTFE. All comments are welcome, you can find the blog post at: http://www.dannyarends.nl/index.cgi?viewDetailed=00029 Danny Arends http://www.dannyarends.nl

Re: Component Programming in D

2012-10-02 Thread Rene Zwanenburg
On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei John D. Cook mentions Walter's talk in his blog post at http://www.johndcook.com/blog/2012/10/02/pipelines-and-whirlpools/comment-page-1

Re: Component Programming in D

2012-10-02 Thread Rene Zwanenburg
On Tuesday, 2 October 2012 at 21:51:45 UTC, Rene Zwanenburg wrote: On Tuesday, 2 October 2012 at 21:27:42 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/10u6sk/component_programming_in_d/ Andrei John D. Cook mentions Walter's talk in his blog post at

Re: Livestreaming DConf?

2014-05-22 Thread Rene Zwanenburg via Digitalmars-d-announce
On Thursday, 22 May 2014 at 14:06:10 UTC, Mattcoder wrote: 9:00 AM Keynote: The Last Thing D Needs Scott Meyers This keynote won't be streamed? Matheus. I don't see why not. Yesterday's keynote was ;)

Re: Scott Meyers' DConf 2014 keynote "The Last Thing D Needs"

2014-05-28 Thread Rene Zwanenburg via Digitalmars-d-announce
On Tuesday, 27 May 2014 at 16:42:35 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/26m8hy/scott_meyers_dconf_2014_keynote_the_last_thing_d/ https://news.ycombinator.com/newest (search that page, if not found click "More" and search again) https://www.facebook.com

Re: asdf json library moved to libmir

2018-07-12 Thread Rene Zwanenburg via Digitalmars-d-announce
On Wednesday, 11 July 2018 at 21:42:45 UTC, yannick wrote: Hi All, Since i'll be leaving Tamedia (who sponsored development of Asdf) and it's not under active use anymore here we decided to donate it to libmir. ... cheers, y Thanks for keeping it alive. I've used asdf at work last week to

Re: Battle-plan for CTFE

2016-07-08 Thread Rene Zwanenburg via Digitalmars-d-announce
On Friday, 8 July 2016 at 11:32:10 UTC, Stefan Koch wrote: I forgot to mention I posted a short article about the CTFE design on my blog. https://codesoldier.blogspot.com Feel free to comment or give suggestions. Thanks! Posts like these are always interesting to read. I noticed a few mistak

Re: DConf 2016 on YouTube

2016-07-22 Thread Rene Zwanenburg via Digitalmars-d-announce
On Thursday, 21 July 2016 at 16:35:44 UTC, Ali Çehreli wrote: Stealing the opportunity to announce this news... :) https://www.youtube.com/playlist?list=PL3jwVPmk_PRyTWWtTAZyvmjDF4pm6EX6z Reddit: https://www.reddit.com/r/programming/comments/4txf9w/dconf_2016_video_playlist/ Ali This i