Re: The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-23 Thread Seb via Digitalmars-d-announce
On Monday, 23 April 2018 at 17:04:09 UTC, Baz @dlang-community wrote: Time to update your favorite D completion daemon and D linter since previous patch were not announced. Changelogs: - https://github.com/dlang-community/DCD/releases - https://github.com/dlang-community/D-Scanner/releases

The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-23 Thread Baz@dlang-community via Digitalmars-d-announce
Time to update your favorite D completion daemon and D linter since previous patch were not announced. Changelogs: - https://github.com/dlang-community/DCD/releases - https://github.com/dlang-community/D-Scanner/releases

Re: DUB packages announce Telegram bot

2018-04-23 Thread Denis Feklushkin via Digitalmars-d-announce
On Monday, 23 April 2018 at 16:10:47 UTC, Seb wrote: On Sunday, 22 April 2018 at 08:41:36 UTC, Denis Feklushkin wrote: On Sunday, 22 April 2018 at 07:59:11 UTC, Seb wrote: On Sunday, 22 April 2018 at 07:49:00 UTC, Denis Feklushkin wrote: Hi! I also made a tool which periodically monitors

Re: DUB packages announce Telegram bot

2018-04-23 Thread Seb via Digitalmars-d-announce
On Sunday, 22 April 2018 at 08:41:36 UTC, Denis Feklushkin wrote: On Sunday, 22 April 2018 at 07:59:11 UTC, Seb wrote: On Sunday, 22 April 2018 at 07:49:00 UTC, Denis Feklushkin wrote: Hi! I also made a tool which periodically monitors code.dlang.org for new packages and a notifies its

Re: Who says we can't call C++ constructors?

2018-04-23 Thread Atila Neves via Digitalmars-d-announce
On Saturday, 21 April 2018 at 18:11:09 UTC, Manu wrote: On 21 April 2018 at 05:41, Atila Neves via Digitalmars-d-announce wrote: [...] Paste the pre-processed D code? Did you generate the C++ mangled symbol name and call it from a D wrapper? I've

Re: Beta 2.080.0

2018-04-23 Thread Chris M. via Digitalmars-d-announce
On Tuesday, 17 April 2018 at 17:53:22 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.080.0 release, ♥ to the 65 contributors for this release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.080.0.html As usual please report any bugs at

Re: autowrap v0.0.1 - Automatically wrap existing D code for use in Python and Excel

2018-04-23 Thread Laeeth Isharc via Digitalmars-d-announce
On Wednesday, 18 April 2018 at 15:28:07 UTC, Atila Neves wrote: http://code.dlang.org/packages/autowrap This came out of the need at work to take existing D code and make it available for both Excel and Python. Both pyd and excel-d make the reasonable assumption that one is using them to

Re: Who says we can't call C++ constructors?

2018-04-23 Thread Laeeth Isharc via Digitalmars-d-announce
On Saturday, 21 April 2018 at 12:41:02 UTC, Atila Neves wrote: From https://dlang.org/spec/cpp_interface.html: "C++ constructors, copy constructors, move constructors and destructors cannot be called directly in D code". O RLY? Atila

Re: LDC 1.9.0 beta

2018-04-23 Thread Suliman via Digitalmars-d-announce
What about Webassembly support? Latest LLVM suppport it, so LDC should support also.