Dylan Baker
Dylan Baker
This is a bug in the module as a whole, it always uses the running python interpreter to get the path to install modules to, which isn't right.
I've gone ahead and closed all of the related issues to try to bring the discussion here
I've been told at least one project is calling `uname -r`, so maybe kernel version would be useful too.
I'm going to close it, if it's still valid we'll re-open it.
Dataclasses were added in python 3.8 or 3.9. so we're either not setting our minimum supported version correctly, or we need backport modules for older versions. On Fri, Mar 19,...
It would be really nice if we could point wrap at upstreams on GitHub or gitlab that have meson build files and have it automatically generate wrap files. Just a...
There was a PR #4927, but that never landed. I don't know of any other PRs
No, `FileHolder` is a representation of a `File` object in the interpreter, `File` is the object that the middel and backend interact with.
There's been a ton of work in that area in 0.60.0, specifically in fixing layering violations between interpreter objects and the middle/backend objects, so some of that may be resolved...
just: ```meson dog = run_command('cat', f) ``` should work, and if that doesn't work, that's a bug