Re: Beta 2.104.0

2023-05-10 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 12:34:00 UTC, Steven Schveighoffer wrote: This reminds me of an LDC bug fixed recently. I bet DMD suffers from a similar problem: https://github.com/ldc-developers/ldc/issues/3864 -Steve And it is. Just tried the workaround proposed (export

Re: Beta 2.104.0

2023-05-10 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 10:22:23 UTC, jmh530 wrote: mir-stat also doesn't include mac os as part of the test suite (mir-algorithm does). PRs are welcome. Actually, it happens even when you don't import anything. As for PRs, I would if I could. Although I've been around the community for

Re: Beta 2.104.0

2023-05-10 Thread max haughton via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 12:34:00 UTC, Steven Schveighoffer wrote: This reminds me of an LDC bug fixed recently. I bet DMD suffers from a similar problem: https://github.com/ldc-developers/ldc/issues/3864 -Steve `MACOSX_DEPLOYMENT_TARGET` fixed it for me recently when I was getting

Re: Beta 2.104.0

2023-05-10 Thread Steven Schveighoffer via Digitalmars-d-announce
This reminds me of an LDC bug fixed recently. I bet DMD suffers from a similar problem: https://github.com/ldc-developers/ldc/issues/3864 -Steve

Re: Beta 2.104.0

2023-05-10 Thread FeepingCreature via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: This release comes with 11 major changes, including: - In the standard library, `std.typecons.Rebindable` now supports all types Tiny note of warning: `Rebindable` supports all types that it did not previously support, including

Re: Beta 2.104.0

2023-05-10 Thread jmh530 via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 02:48:02 UTC, anonymouse wrote: On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. A couple days ago I ran into an issue that was solved by

Re: Beta 2.104.0

2023-05-09 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 03:57:59 UTC, anonymouse wrote: I think that worked for you because although you have set mirstat as a dependency, you are not actually linking against it. Try `import mir.stat;` into app.d and rebuild. -- anonymouse Ignore that... Just saw your comment regard

Re: Beta 2.104.0

2023-05-09 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 03:57:59 UTC, anonymouse wrote: On Wednesday, 10 May 2023 at 03:31:05 UTC, thinkunix wrote: Not sure if that helps, but it shows this works with dmd-2.104.0-beta.1 at least on Linux x86_64. scot I think that worked for you because although you have set

Re: Beta 2.104.0

2023-05-09 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 03:31:05 UTC, thinkunix wrote: Not sure if that helps, but it shows this works with dmd-2.104.0-beta.1 at least on Linux x86_64. scot I think that worked for you because although you have set mirstat as a dependency, you are not actually linking against it.

Re: Beta 2.104.0

2023-05-09 Thread thinkunix via Digitalmars-d-announce
anonymouse via Digitalmars-d-announce wrote: On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. A couple days ago I ran into an issue that was solved by https://issues.dlang.org/show_bug.cgi?id=23846

Re: Beta 2.104.0

2023-05-09 Thread anonymouse via Digitalmars-d-announce
On Wednesday, 10 May 2023 at 02:48:02 UTC, anonymouse wrote: On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. A couple days ago I ran into an issue that was solved by

Re: Beta 2.104.0

2023-05-09 Thread anonymouse via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. A couple days ago I ran into an issue that was solved by https://issues.dlang.org/show_bug.cgi?id=23846 so I upgraded to this beta. I just initialized

Re: Beta 2.104.0

2023-05-02 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 08:47:35 UTC, Iain Buclaw wrote: On Tuesday, 2 May 2023 at 03:08:00 UTC, zjh wrote: On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors.

Re: Beta 2.104.0

2023-05-02 Thread zjh via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 08:47:35 UTC, Iain Buclaw wrote: .. Thank you for your reply. I understand it.

Re: Beta 2.104.0

2023-05-02 Thread Iain Buclaw via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 03:08:00 UTC, zjh wrote: On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. [104](https://dlang.org/changelog/2.104.0.html) ```d alias Tint = int; @Tint void f(); ``` Here

Re: Beta 2.104.0

2023-05-01 Thread zjh via Digitalmars-d-announce
On Tuesday, 2 May 2023 at 00:34:45 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. [104](https://dlang.org/changelog/2.104.0.html) ```d alias Tint = int; @Tint void f(); ``` Here says not to use basic types as attributes, but the

Beta 2.104.0

2023-05-01 Thread Iain Buclaw via Digitalmars-d-announce
Glad to announce the first beta for the 2.104.0 release, ♥ to the 36 contributors. This release comes with 11 major changes, including: - In the compiler, User Defined Attributes now parse template arguments. - In the standard library, `std.typecons.Rebindable` now supports all types - In