August 16

On Saturday, 16 August 2025 at 17:22:03 UTC, Renato Athaydes wrote:

>

int128.h being invalid when using importC)!

I meant float128 (which was already fixed, I know - but that was the previous show stopper on Mac).

August 19
On Saturday, 16 August 2025 at 17:25:45 UTC, Walter Bright wrote:
> The nightly does work. We'll see about the rest.

I cannot see a nightly here: https://downloads.dlang.org/pre-releases/2025/ or https://downloads.dlang.org/nightlies/

The latter seems to have last been updated in 2020.

Where do you get the lates nightly?? Would be nice if the install script told me, but it doesn't seem to be able to list available versions.
August 20
On 20/08/2025 6:24 AM, Renato Athaydes wrote:
> On Saturday, 16 August 2025 at 17:25:45 UTC, Walter Bright wrote:
>> The nightly does work. We'll see about the rest.
> 
> I cannot see a nightly here: https://downloads.dlang.org/pre- releases/2025/ or https://downloads.dlang.org/nightlies/
> 
> The latter seems to have last been updated in 2020.
> 
> Where do you get the lates nightly?? Would be nice if the install script told me, but it doesn't seem to be able to list available versions.

https://github.com/dlang/dmd/releases
August 19
On Tuesday, 19 August 2025 at 18:24:34 UTC, Renato Athaydes wrote:
> On Saturday, 16 August 2025 at 17:25:45 UTC, Walter Bright wrote:
>> The nightly does work. We'll see about the rest.
>
> I cannot see a nightly here: https://downloads.dlang.org/pre-releases/2025/ or https://downloads.dlang.org/nightlies/
>
> The latter seems to have last been updated in 2020.
>
> Where do you get the lates nightly?? Would be nice if the install script told me, but it doesn't seem to be able to list available versions.

Found it, it's documented here: https://dlang.org/install.html

So the command is:

```
~/dlang/install.sh install dmd-nightly
```

I am used to stuff like SDKMAN and rustup where you can do something like `install.sh ls` or something similar and it shows which versions you can download... would be simple to implement that, probably... and very helpful.
1 2 3 4
Next ›   Last »