Re: Til, a command language written in D

2021-06-05 Thread Cléber Zavadniak via Digitalmars-d-announce
Heeey! Fixed it! Thanks to this 2016 thread: https://forum.dlang.org/post/o3tvfh$1lvk$1...@digitalmars.com In short: 1. call `dlerror()` to clean up any eventual old error messages (just in case); 2. do **not** look into `lh` (the "library handler") to check for errors, because it **can** be

Re: Til, a command language written in D

2021-06-05 Thread Cléber Zavadniak via Digitalmars-d-announce
On Tuesday, 18 May 2021 at 15:19:50 UTC, kinke wrote: On Friday, 14 May 2021 at 22:10:38 UTC, Cléber Zavadniak wrote: 1- Should I compile a `libphobos2.so` "by hand"? Should I use `libphobos2-ldc-shared.so`??? With LDC, -link-defaultlib-shared links the binary against shared druntime/Phobos.

Re: LDC 1.27.0-beta1

2021-06-05 Thread rikki cattermole via Digitalmars-d-announce
On 06/06/2021 4:53 AM, kinke wrote: - Greatly improved DLL support on Windows, including bundled druntime and Phobos DLLs, making it almost as easy as on Posix. Nicee!

Re: Release D 2.097.0

2021-06-05 Thread MoonlightSentinel via Digitalmars-d-announce
On Saturday, 5 June 2021 at 13:00:05 UTC, evilrat wrote: Windows installer is broken. I have install target path excluded from Windows Defender anti virus checks, yet after the installation it only contains .bat files, uninstaller.exe, dmd2/windows/lib64 and lib32mscoff, but no bin and

Re: GCC 11.1 Released

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 May 2021 at 14:14:40 UTC, WebFreak001 wrote: On Thursday, 27 May 2021 at 01:04:37 UTC, Iain Buclaw wrote: ... my [Github Sponsor page](https://github.com/sponsors/ibuclaw/). ... TIL, sponsored! Ditto

LDC 1.27.0-beta1

2021-06-05 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.27 - some highlights: - Based on D 2.097.0. - LLVM for prebuilt packages bumped to v12.0.0. - Prebuilt packages now bundle reggae for faster building of dub projects. - Greatly improved DLL support on Windows, including bundled druntime and Phobos

Re: From the D Blog: Driving with D

2021-06-05 Thread Dylan Graham via Digitalmars-d-announce
On Thursday, 3 June 2021 at 09:14:52 UTC, Piotrek wrote: On Tuesday, 1 June 2021 at 11:57:34 UTC, Mike Parker wrote: Dylan Graham writes about his experience using D in a microcontroller project and why he chose it. Does anyone know of any similar projects using D? I don't. This may well be

Re: Release D 2.097.0

2021-06-05 Thread evilrat via Digitalmars-d-announce
On Saturday, 5 June 2021 at 10:19:47 UTC, Martin Nowak wrote: Glad to announce D 2.097.0, ♥ to the 54 contributors. This release comes with a new `std.sumtype` packcage, support for `while (auto n = expression)`, an overhauled formatting package, and many more changes.

IT'S OVER ZION! THE WAR IS OVER!

2021-06-05 Thread FeepingCreature via Digitalmars-d-announce
On Saturday, 5 June 2021 at 10:19:47 UTC, Martin Nowak wrote: Glad to announce D 2.097.0, ♥ to the 54 contributors. This release comes with a new `std.sumtype` packcage, support for `while (auto n = expression)`, an overhauled formatting package, and many more changes.

Re: Release D 2.097.0

2021-06-05 Thread evilrat via Digitalmars-d-announce
On Saturday, 5 June 2021 at 10:19:47 UTC, Martin Nowak wrote: Glad to announce D 2.097.0, ♥ to the 54 contributors. This release comes with a new `std.sumtype` packcage, support for `while (auto n = expression)`, an overhauled formatting package, and many more changes.

Release D 2.097.0

2021-06-05 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.097.0, ♥ to the 54 contributors. This release comes with a new `std.sumtype` packcage, support for `while (auto n = expression)`, an overhauled formatting package, and many more changes. http://dlang.org/download.html http://dlang.org/changelog/2.097.0.html -Martin

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Friday, 4 June 2021 at 19:31:57 UTC, IGotD- wrote: On Friday, 4 June 2021 at 18:34:32 UTC, Imperatorn wrote: You might be surprised, but it's actually not up to you what topic fits or not. I said GC-phobia is irrational, I did not say any criticism of it is. Obviously GC is good for

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Saturday, 5 June 2021 at 09:47:11 UTC, Imperatorn wrote: I get your point, but I still think GC will remain mainly because of the area D is trying to cover. You mean the wait-for-everything-to-stop-scan-everything approach will remain? What is the area that D is trying to cover though?

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Imperatorn via Digitalmars-d-announce
On Saturday, 5 June 2021 at 08:51:07 UTC, Ola Fosheim Grøstad wrote: On Friday, 4 June 2021 at 18:34:32 UTC, Imperatorn wrote: [...] This is the announce forum, so it is kinda misplaced, but we are all contributing to this so... :) [...] I get your point, but I still think GC will remain

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Saturday, 5 June 2021 at 08:58:47 UTC, Paulo Pinto wrote: Meanwhile kids, the future generation of developers, keeps adopting the hardware and programming languages listed above, D isn't useful for teaching kids programming. Wy too complicated. Most Arduino users, who build useful

Re: GCC 11.1 Released

2021-06-05 Thread Guillaume Piolat via Digitalmars-d-announce
On Thursday, 27 May 2021 at 14:14:40 UTC, WebFreak001 wrote: On Thursday, 27 May 2021 at 01:04:37 UTC, Iain Buclaw wrote: ... my [Github Sponsor page](https://github.com/sponsors/ibuclaw/). ... TIL, sponsored! ditto

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Paulo Pinto via Digitalmars-d-announce
On Friday, 4 June 2021 at 21:35:43 UTC, IGotD- wrote: On Friday, 4 June 2021 at 19:56:06 UTC, sighoya wrote: This uniformization sounds too good to be true. I think most people think that, but it's simply not true. malloc/free is incompatible to garbage collection. This is true and even

Re: D Language Foundation Monthly Meeting Summary

2021-06-05 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Friday, 4 June 2021 at 18:34:32 UTC, Imperatorn wrote: You might be surprised, but it's actually not up to you what topic fits or not. This is the announce forum, so it is kinda misplaced, but we are all contributing to this so... :) Obviously GC is good for some things and not good at