Originally created by @bioball on GitHub (Mar 8, 2025).
When the root dir check fails, we get an error message like:
–– Pkl Error ––
Refusing to load module `file:///path/to/file.pkl` because it does not match any entry in the module allowlist (`--allowed-modules`
However, it's actually not related to the allowed modules flag, but the root dir flag.
Originally created by @bioball on GitHub (Mar 8, 2025).
When the root dir check fails, we get an error message like:
```
–– Pkl Error ––
Refusing to load module `file:///path/to/file.pkl` because it does not match any entry in the module allowlist (`--allowed-modules`
```
However, it's actually not related to the allowed modules flag, but the root dir flag.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bioball on GitHub (Mar 8, 2025).
When the root dir check fails, we get an error message like:
However, it's actually not related to the allowed modules flag, but the root dir flag.
@gootik commented on GitHub (Mar 31, 2025):
Thanks for reporting it. This bug really confused me for hours today!
@bioball commented on GitHub (Dec 19, 2025):
Fixed by #1234