-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
projectPath can't start with a dot #1200
Comments
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Dec 4, 2023
- Add support for hidden files in root when using projectPath
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Dec 4, 2023
- Add support for hidden files in root when using projectPath - Adapt lintPython to support new directory names
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Dec 4, 2023
- Add support for hidden files in root when using projectPath - Adapt lintPython to support new directory names Signed-off-by: Daniel Salazar <podany270895@gmail.com>
dsalaza4
added a commit
that referenced
this issue
Dec 4, 2023
feat(back): #1200 support hidden files in root
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Dec 5, 2023
- Use last directory in path as module name in order to avoid breaking the builtin Signed-off-by: Daniel Salazar <podany270895@gmail.com>
Still having issues. Decided to keep basenames and remove |
dsalaza4
added a commit
to dsalaza4/makes
that referenced
this issue
Dec 5, 2023
- Keep using basename in order to avoid errors - Remove prefix dot if basename contains it - get package_name the old way Signed-off-by: Daniel Salazar <podany270895@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since nix 2.19.0 store paths are not allowed to start with a dot.
NixOS/nix#9095
perhaps it could be escaped in the projectPath arg to avoid running into this error
The text was updated successfully, but these errors were encountered: