You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
running meson format -r with no root key in the meson.format file causes an unhandled python exception
To Reproduce
create a meson.format file without a root key
Expected behavior
A nicer error message, and not uncaught python exception. It would also be nice if this could be read from the .editorconfig file if that's present.
Which happens when a .editorconfig is in a subdirectory, not the root.
In this case we need Set the fallback value to `False`, which is what
editorconfig expects.
Closes: mesonbuild#13568
dcbaker
added a commit
to dcbaker/meson
that referenced
this issue
Aug 19, 2024
Which happens when a .editorconfig is in a subdirectory, not the root.
In this case we need Set the fallback value to `False`, which is what
editorconfig expects.
Closes: mesonbuild#13568
Which happens when a .editorconfig is in a subdirectory, not the root.
In this case we need Set the fallback value to `False`, which is what
editorconfig expects.
Closes: #13568
(cherry picked from commit 18f4a05)
Describe the bug
running
meson format -r
with noroot
key in themeson.format
file causes an unhandled python exceptionTo Reproduce
create a
meson.format
file without a root keyExpected behavior
A nicer error message, and not uncaught python exception. It would also be nice if this could be read from the .editorconfig file if that's present.
system parameters
meson 1.5 and master (cdf646f)
The text was updated successfully, but these errors were encountered: