Each object in the list is a file object, not a string: `ctags_tests = files([...` hence the message:
"tests/meson.build:359: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof..." You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3759 -- Commit Summary -- * Fix deprecation warning about str.format() during meson setup -- File Changes -- M tests/meson.build (2) -- Patch Links -- https://github.com/geany/geany/pull/3759.patch https://github.com/geany/geany/pull/3759.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3759 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
