digitalmars.D - Compiler emitting .h files?
- Manu (2/2) Sep 04 2019 What happened to this project? There was very promising discussion
- 12345swordy (3/6) Sep 04 2019 What I want to know is wtf happen to this:
- Stefanos Baziotis (22/24) Sep 04 2019 Hello, PR author here.
- RazvanN (10/13) Sep 05 2019 The project is almost done. Edi needs to push his latest commits
- Eduard Staniloiu (4/9) Sep 05 2019 ^ Typo
- Dominikus Dittes Scherkl (2/15) Sep 05 2019 Second link is missing (only a copy of the first)
- Eduard Staniloiu (12/15) Sep 05 2019 I spent quite some time on getting the headers to work with gdc,
What happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?
Sep 04 2019
On Wednesday, 4 September 2019 at 20:25:18 UTC, Manu wrote:What happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?What I want to know is wtf happen to this: https://github.com/dlang/druntime/pull/2671
Sep 04 2019
On Wednesday, 4 September 2019 at 20:33:06 UTC, 12345swordy wrote:What I want to know is wtf happen to this: https://github.com/dlang/druntime/pull/2671Hello, PR author here. This was done as part of my GSoC Project, for which you can see a description here [1]. This PR specifically was replaced by this PR [2]. Now, the short answer of what happened to this project is that the goals were bad. And for the fact that I know this, I thank Johan Engelen and Manu Evans (other people people had pointed out their doubts, and I appreciate that too, but Manu's and Johan's input was pivotal). You can check their comments in [2] and [3]. There a lot of things to say about this project but I think this thread is not the best place to have this discussion. You can post in the project's thread [4] and be sure I will answer any questions. [1] http://users.uoa.gr/~sdi1600105/google-summer-of-code.html [2] https://github.com/dlang/druntime/pull/2687 [3] https://github.com/dlang/druntime/pull/2662 [4] https://forum.dlang.org/thread/izaufklyvmktnwsrmhci forum.dlang.org
Sep 04 2019
On Wednesday, 4 September 2019 at 20:25:18 UTC, Manu wrote:What happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?The project is almost done. Edi needs to push his latest commits and rebase with latest master; he was delayed because there were some issues with building gdc with the generated headers, but he told me that he fixed them. His work can be found here [1] and the description for Gsoc, detailing what has been done here [2]. There are still limitations though, for example: templates cannot be translated yet. [1] https://github.com/dlang/dmd/pull/9971 [2] https://github.com/dlang/dmd/pull/9971
Sep 05 2019
On Thursday, 5 September 2019 at 08:21:34 UTC, RazvanN wrote:On Wednesday, 4 September 2019 at 20:25:18 UTC, Manu wrote:^ Typo The GSoC report link is https://gist.github.com/edi33416/d2f8afff217e64deae368e0e81f2adcfWhat happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?[2] https://github.com/dlang/dmd/pull/9971
Sep 05 2019
On Thursday, 5 September 2019 at 08:21:34 UTC, RazvanN wrote:On Wednesday, 4 September 2019 at 20:25:18 UTC, Manu wrote:Second link is missing (only a copy of the first)What happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?The project is almost done. Edi needs to push his latest commits and rebase with latest master; he was delayed because there were some issues with building gdc with the generated headers, but he told me that he fixed them. His work can be found here [1] and the description for Gsoc, detailing what has been done here [2]. There are still limitations though, for example: templates cannot be translated yet. [1] https://github.com/dlang/dmd/pull/9971 [2] https://github.com/dlang/dmd/pull/9971
Sep 05 2019
On Wednesday, 4 September 2019 at 20:25:18 UTC, Manu wrote:What happened to this project? There was very promising discussion going on, but the signal's gone quiet... is there a working feature?I spent quite some time on getting the headers to work with gdc, as detailed in the project report [0]. This week I had an epiphany related to ctor/dtor declarations. If it's ok with everyone, lets keep this discussion in one thread and stick with the original GSoC forum post [1]. Cheers, Edi [0] - https://gist.github.com/edi33416/d2f8afff217e64deae368e0e81f2adcf [1] - https://forum.dlang.org/post/tsvfgfzlnvnvsqvjqiqh forum.dlang.org
Sep 05 2019