When a user writes `import'foo')`, Meson checks the `mesonbuild/modules/` directory for a package called `foo.py`, and attempts to import it. We don't want to expose any implementation detail packages like `_qt.py`, so if someone write `import('_qt')`, we should immediately give a "doesn't exist" error.pull/13066/head
parent
d617dc6869
commit
d6a0b7a6ec
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue