Fluid 0.7.0 has been released!

cookiewitch artha at samerion.com
Mon Oct 21 02:31:19 UTC 2024


On Sunday, 20 October 2024 at 21:59:49 UTC, WB wrote:
> On Thursday, 3 October 2024 at 11:15:16 UTC, cookiewitch wrote:
>>
>> Start a new Fluid project [with DUB](https://fluid.dub.pm):
>>
> ...
>
> Kind of does not work out of the box:
>
>     ```
>     user at debian:~/k$ dub run fluid:tour
>         [...]
>         Building fluid-tree-sitter:tree-sitter 0.1.7: building 
> configuration [default]
>     gdc: error: unrecognized command-line option 
> ‘-P-I/home/user/.dub/packages/fluid-tree-sitter/0.1.7/fluid-tree-sitter/external/tree-sitter/lib/include’
>     gdc: error: unrecognized command-line option 
> ‘-P-I/home/user/.dub/packages/fluid-tree-sitter/0.1.7/fluid-tree-sitter/external/tree-sitter/lib/src’
>     Error /usr/bin/gdc failed with exit code 1.
>     user at debian:~/k$
>     ```
>
> versions:
>
>
> ```
> user at debian:~/k$ dub --version
> DUB version 1.36.0-3+b1, built on Aug  1 2024
> user at debian:~/k$ gdc -v
> Using built-in specs.
> COLLECT_GCC=gdc
> [...]
> gcc version 14.2.0 (Debian 14.2.0-3)
> user at debian:~/k$
> ```

Fluid requires DMD≥2.098.1 or LDC≥1.28.1. The tour requires a 
newer compiler than that (meanining Fluid itself might still 
work) but I did not pinpoint the exact version. GDC is not 
supported.


More information about the Digitalmars-d-announce mailing list