The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
467 B

## Unified message(), str.format() and f-string formatting
They now all support the same set of values: strings, integers, bools, options,
dictionaries and lists thereof.
- Feature options (i.e. enabled, disabled, auto) were not previously supported
by any of those functions.
- Lists and dictionaries were not previously supported by f-string.
- str.format() allowed any type and often resulted in printing the internal
representation which is now deprecated.