Skip to content

Commit 582f3b5

Browse files
author
Release Manager
committed
gh-40692: Make update-meson.py script compatible with meson 1.9 `mformat.run` now requires a `source_file_path` argument https://mesonbuild.com/Release-notes-for-1-9-0.html#meson-format-now- has-a-sourcefilepath-argument-when-reading-from-stdin URL: #40692 Reported by: Antonio Rojas Reviewer(s):
2 parents 7d21cd4 + af0a6cc commit 582f3b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/update-meson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,6 @@ def remove_node(i):
379379
output=None,
380380
configuration=options.sourcedir / "meson.format",
381381
editor_config=None,
382+
source_file_path=None,
382383
)
383384
)

0 commit comments

Comments
 (0)