Conversation
|
This all looks good except for the Mypy failure, which is fixed in gh-149. Somehow even the Gentoo job turned green. |
|
With this change, the failing test in gh-143 also passes. So I'd say we merge this, and deal with |
365c453 to
d3aa77d
Compare
|
This is all happy, the one failure is a weird job runner issue where the log isn't visible and it can't even be re-run. Fixes the local failures I'm seeing. |
|
Ah, the issue with |
Note that Meson does have the correct install path in
`intro-install_plan.json`, containing `{bindir}`.
This gets translated into `script/` somewhere, at least for a
conda-installed Python on Arch Linux. This code was added in mesonbuildgh-102,
and it's not quite clear why this line was commented out.
For now, let's just make sure the test is not failing.
xref mesonbuildgh-115
d3aa77d to
725f4c3
Compare
Note that Meson does have the correct install path in
intro-install_plan.json, containing{bindir}.This gets translated into
script/somewhere, at least for a conda-installed Python on Arch Linux. This code was added in gh-102, and it's not quite clear why this line was commented out.For now, let's just make sure the test is not failing.