Closed QuLogic closed 4 months ago
Describe the bug In Matplotlib, we have a subproject call that uses an f-string with a version: https://github.com/matplotlib/matplotlib/blob/main/extern/meson.build#L19-L21 With mesonlsp, this produces a warning:
subproject
mesonlsp
Unknown subproject `freetype-@LOCAL_FREETYPE_VERSION@`
To Reproduce Steps to reproduce the behavior:
extern/meson.build
Expected behavior No warning, as there is a subproject for the evaluated string, i.e. if I replace the substitution with a hard-coded string, then mesonlsp stops complaining.
System info
I implemented it quickly. It works as long as there is only one variable.
Describe the bug In Matplotlib, we have a
subproject
call that uses an f-string with a version: https://github.com/matplotlib/matplotlib/blob/main/extern/meson.build#L19-L21 Withmesonlsp
, this produces a warning:To Reproduce Steps to reproduce the behavior:
extern/meson.build
Expected behavior No warning, as there is a subproject for the evaluated string, i.e. if I replace the substitution with a hard-coded string, then
mesonlsp
stops complaining.System info