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 fol
On Monday, 1 May 2023 at 14:00:23 UTC, Mike Parker wrote:
Dennis Korpel has a new tutorial out on the foundation's
YouTube channel, showing how to employ LDC's -ftime-trace
option to improve your project's compile times. This can come
in handy if you're heavily using metaprogramming or CTFE.
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 dub
Glad to announce D 2.103.1, ♥ to the 5 contributors.
http://dlang.org/download.html
This point release includes three regression fixes, and three bug
fixes over 2.103.0, see the changelog for more details.
http://dlang.org/changelog/2.103.1.html
-Iain
on behalf of the Dlang Core Team
On Monday, 1 May 2023 at 14:03:51 UTC, bachmeier wrote:
On Monday, 1 May 2023 at 00:34:03 UTC, ryuukk_ wrote:
I don't think it's a misconception. It's more like a complete
lack of clarity.
the goal is not to use an anonymous enum, the goal is to
leverage the robust type system to avoid repet
On Monday, 1 May 2023 at 17:56:21 UTC, Johan wrote:
On Monday, 1 May 2023 at 14:00:23 UTC, Mike Parker wrote:
Dennis Korpel has a new tutorial out on the foundation's
YouTube channel, showing how to employ LDC's -ftime-trace
option to improve your project's compile times. This can come
in hand
On Monday, 1 May 2023 at 14:00:23 UTC, Mike Parker wrote:
Dennis Korpel has a new tutorial out on the foundation's
YouTube channel, showing how to employ LDC's -ftime-trace
option to improve your project's compile times. This can come
in handy if you're heavily using metaprogramming or CTFE.
On Monday, 1 May 2023 at 14:03:51 UTC, bachmeier wrote:
```
value.type = STRING;
```
IRL people would use namespacing prefixes or actual namespaces
anyway, so your example would look more like
```
value.type = VALUE_TYPE_STRING;
```
On Monday, 1 May 2023 at 00:34:03 UTC, ryuukk_ wrote:
I don't think it's a misconception. It's more like a complete
lack of clarity.
the goal is not to use an anonymous enum, the goal is to
leverage the robust type system to avoid repeting yourself,
wich is bad
```
Value value;
value.type
Dennis Korpel has a new tutorial out on the foundation's YouTube
channel, showing how to employ LDC's -ftime-trace option to
improve your project's compile times. This can come in handy if
you're heavily using metaprogramming or CTFE.
https://youtu.be/b8wZqU5t9vs
10 matches
Mail list logo