~lattis/muon#101: 
Missing 'required' kwarg support in python 'find_installation()'

For the python module, there is a find_installation() method which, according to the meson docs [1], can take a "required" parameter to make the call not error out if python cannot be found. Muon build seems to be missing support for this parameter.

.../meson.build:9:56: error this function does not accept kwargs (signature: 1 optional) 9 | python3 = import('python').find_installation(required: false) ^ [1] https://mesonbuild.com/Python-module.html#find_installation

Can this support be added to muon for improved meson compatibility?

Status
RESOLVED IMPLEMENTED
Submitter
Bruce Richardson
Assigned to
No-one
Submitted
1 year, 10 months ago
Updated
1 year, 6 months ago
Labels
No labels applied.

~seedopaul 1 year, 6 months ago*

~lattis REPORTED IMPLEMENTED 1 year, 6 months ago

Register here or Log in to comment, or comment via email.