Seems, almost all "mesonified" packages broken?

Denis Feklushkin denis.feklushin at gmail.com
Tue Aug 10 06:40:10 UTC 2021


On Tuesday, 10 August 2021 at 02:32:34 UTC, Denis Feklushkin 
wrote:

> Just remove "version" from project(...) - version (revision) 
> can be established by .wrap file at user side (user must refer 
> to a specific source revision - this will be version in dub 
> terms)

Wrong idea: Meson versions isn't work by this way

Solution is near of here:
```
version: which is a free form string describing the version of 
this project. You can access the value in your Meson build files 
with meson.project_version(). Since 0.57.0 this can also be a 
File object pointing to a file that contains exactly one line of 
text.
```

So, it is need to set up some hook to git


More information about the Digitalmars-d mailing list