Re: Adding a "C++" keyword in bugzilla ?

2015-01-21 Thread Guillaume Chatelet via Digitalmars-d
On Wednesday, 21 January 2015 at 15:51:25 UTC, Andrei Alexandrescu wrote: Not sure what the question is - add a "C++" keyword to issues.dlang.org, or working on the issues themselves? Thanks! -- Andrei I guess both :D Add a "C++" keyword to issues.dlang.org : will help with triaging. As for

Adding a "C++" keyword in bugzilla ?

2015-01-21 Thread Guillaume Chatelet via Digitalmars-d
I reported a bug 5 months ago (1) but it didn't get a lot of attention. I thought maybe I was doing something wrong and posted on D.learn (2). It indeed looks like a bug and Kagamin suggested to add a C++ keyword in bugzilla for better visibility/triaging. What do you guys think ? D claims to

Re: On heap segregation, GC optimization and @nogc relaxing

2014-11-21 Thread Guillaume Chatelet via Digitalmars-d
What would be the next step to keep this effort going forward ? A POC implementation would be a lot of work but it would also help people detect corner cases or unsuspected interaction with some features of the language.

Re: [OT] Uploading DConf videos

2014-07-18 Thread Guillaume Chatelet via Digitalmars-d
A few things to know : - Bitrate is adaptive to accommodate for - slow to high speed transport layer - windowed to fullscreen image size (as for C++ you pay for what you want :) - resolution can be forced ( click the bottom right gear ) - The original format you upload matters : see https:

Re: DSLs for high performance computing

2014-06-24 Thread Guillaume Chatelet via Digitalmars-d
On Wednesday, 18 June 2014 at 19:00:26 UTC, Andrei Alexandrescu wrote: A coworker brought this list to my attention: https://xstackwiki.modelado.org/DSL%27s The work on such DSLs (reminiscent of Don's work on optimizing matrix operations years ago) seems be on the rise. I didn't know most of

Re: D Logos

2014-06-20 Thread Guillaume Chatelet via Digitalmars-d
Please vote. https://docs.google.com/forms/d/1eL0AgKvoLyd9DVpzwG-mm2Uk82WdCjDrWSBP3MZpEFY/viewform?usp=send_form Only 5 answers for now. https://docs.google.com/forms/d/1eL0AgKvoLyd9DVpzwG-mm2Uk82WdCjDrWSBP3MZpEFY/viewanalytics

Re: D Logos

2014-06-15 Thread Guillaume Chatelet via Digitalmars-d
Alright, here is a link to a form so everyone can vote : https://docs.google.com/forms/d/1eL0AgKvoLyd9DVpzwG-mm2Uk82WdCjDrWSBP3MZpEFY/viewform?usp=send_form Jonathan mentioned the logo doesn't make him think about D. My interpretation of the logo is the following. It's three equal and intertwi

Re: D Logos

2014-06-13 Thread Guillaume Chatelet via Digitalmars-d
I like them ! Do you want to create a doodle or a form so people can vote ?

Re: Mozilla presentation about memory safety in Rust

2014-05-22 Thread Guillaume Chatelet via Digitalmars-d
Really attractive, I wish we had that in D. Thx for sharing.

Re: FYI - mo' work on std.allocator

2014-04-27 Thread Guillaume Chatelet via Digitalmars-d
On Sunday, 27 April 2014 at 16:01:55 UTC, Andrei Alexandrescu wrote: I just added MmapAllocator: http://erdani.com/d/phobos-prerelease/std_allocator.html#.MmapAllocator If anyone would like to add a Windows implementation, that would be great. Andrei This could come in handy https://code.

<    1   2