Release Candidate [was: Re: Beta 2.099.0]

2022-03-02 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. Release Candidate is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.099.0.html As usual please report any bugs

Re: Beta 2.099.0

2022-02-17 Thread Iain Buclaw via Digitalmars-d-announce
On Wednesday, 16 February 2022 at 09:05:39 UTC, Basile B. wrote: On Tuesday, 15 February 2022 at 16:12:25 UTC, Iain Buclaw wrote: Maybe an issue could be raised against the [dlang-bot](https://github.com/dlang/dlang-bot) to request better handling of ambiguous commit messages? Yes but in the

Re: Beta 2.099.0

2022-02-17 Thread Nick Treleaven via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: http://dlang.org/changelog/2.099.0.html Thanks. Regarding: https://dlang.org/changelog/2.099.0.html#allow_casting_from_typetuple_to_typetuple I don't understand why this is allowed: ```d alias Tuple(T...) = T; void foo() {

Re: Beta 2.099.0

2022-02-17 Thread rikki cattermole via Digitalmars-d-announce
There are a few goodies hiding in the nightlies that didn't make it into the beta. Stuff like https://issues.dlang.org/show_bug.cgi?id=18362 And https://dlang.org/changelog/pending.html#actual-dynamiclibrary (which I did :3) This is gonna be a good release I think!

Re: Beta 2.099.0

2022-02-17 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. [...] http://dlang.org/changelog/2.099.0.html [...] Thank you! It is amazing: ♥ to 99 contributors! (Should I say the language is extremely

Re: Beta 2.099.0

2022-02-17 Thread 9il via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org The compiler has some mangling or attributes deduction bug when compiling or linking tagged self-referencing algebraic. The GitHub job:

Re: Beta 2.099.0

2022-02-16 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 16:12:25 UTC, Iain Buclaw wrote: On Tuesday, 15 February 2022 at 13:27:18 UTC, Basile B. wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors.

Re: Beta 2.099.0

2022-02-16 Thread max haughton via Digitalmars-d-announce
On Wednesday, 16 February 2022 at 05:53:25 UTC, forkit wrote: On Wednesday, 16 February 2022 at 04:14:01 UTC, max haughton wrote: On Wednesday, 16 February 2022 at 01:38:08 UTC, forkit wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now

Re: Beta 2.099.0

2022-02-16 Thread Walter Bright via Digitalmars-d-announce
Now that the beta is released (Thank you, Martin!) could we get the documentation for __import pulled? https://github.com/dlang/dlang.org/pull/3182

Re: Beta 2.099.0

2022-02-16 Thread Walter Bright via Digitalmars-d-announce
On 2/15/2022 10:55 PM, Rainer Schuetze wrote: The PR was too late for the beta, but this is the basic change: https://github.com/dlang/druntime/pull/3740/files#diff-5cbe9748431681a766784b1bd997444d58d436a26a345b32397daae478f85c5dR907 Sweet!

Re: Beta 2.099.0

2022-02-15 Thread forkit via Digitalmars-d-announce
On Wednesday, 16 February 2022 at 06:55:57 UTC, Rainer Schuetze wrote: yep. working just fine now :-) // --- compile with -betterC import core.stdc.stdio; extern(C): FILE* __acrt_iob_func(int hnd); FILE* stdin()() { return __acrt_iob_func(0); } FILE* stdout()() { return

Re: Beta 2.099.0

2022-02-15 Thread Rainer Schuetze via Digitalmars-d-announce
On 16/02/2022 06:53, forkit wrote: On Wednesday, 16 February 2022 at 04:14:01 UTC, max haughton wrote: On Wednesday, 16 February 2022 at 01:38:08 UTC, forkit wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now begin using -betterC on

Re: Beta 2.099.0

2022-02-15 Thread forkit via Digitalmars-d-announce
On Wednesday, 16 February 2022 at 04:14:01 UTC, max haughton wrote: On Wednesday, 16 February 2022 at 01:38:08 UTC, forkit wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now begin using -betterC on Windows... but no .. :-( i.e. stdout,

Re: Beta 2.099.0

2022-02-15 Thread max haughton via Digitalmars-d-announce
On Wednesday, 16 February 2022 at 01:38:08 UTC, forkit wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now begin using -betterC on Windows... but no .. :-( i.e. stdout, stdin, stderr ...still cannot link... Can you not define them yourself

Re: Beta 2.099.0

2022-02-15 Thread forkit via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: I was so hoping I could now begin using -betterC on Windows... but no .. :-( i.e. stdout, stdin, stderr ...still cannot link...

Re: Beta 2.099.0

2022-02-15 Thread Iain Buclaw via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:27:18 UTC, Basile B. wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.099.0.html

Re: Beta 2.099.0

2022-02-15 Thread steven kladitis via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:27:18 UTC, Basile B. wrote: On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.099.0.html

Re: Beta 2.099.0

2022-02-15 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 15 February 2022 at 13:06:47 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.099.0.html As usual please report any bugs at https://issues.dlang.org

Beta 2.099.0

2022-02-15 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.099.0 release, ♥ to the 99 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.099.0.html As usual please report any bugs at https://issues.dlang.org -Martin