diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2023-01-11 11:23:52 -0800 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-01-20 00:18:42 -0500 |
commit | 43a24047076f24f371f2cb8f334da43f8ae6059f (patch) | |
tree | 8a1f3ca0146276e0f86c5e4831c2dc0789483e1b /docs/markdown/snippets/dep_objects.md | |
parent | f5eaebb4b46a7e87e6c91a81da93ec28d4362546 (diff) | |
download | meson-43a24047076f24f371f2cb8f334da43f8ae6059f.zip meson-43a24047076f24f371f2cb8f334da43f8ae6059f.tar.gz meson-43a24047076f24f371f2cb8f334da43f8ae6059f.tar.bz2 |
Deprecate passing strings to non-string options
Currently Meson allow the following (Muon does not):
```meson
option('foo', type : 'boolean', value : 'true')
option('bar', type : 'integer', value : '42')
```
This is possibly a holdover from very old code, but it's a bad idea and
we should stop doing it. This deprecation is the first stop on that
journey.
Diffstat (limited to 'docs/markdown/snippets/dep_objects.md')
0 files changed, 0 insertions, 0 deletions