Skip to content
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

colmena crashes on paths containing '@' #213

Open
yu-re-ka opened this issue Jun 27, 2024 · 1 comment
Open

colmena crashes on paths containing '@' #213

yu-re-ka opened this issue Jun 27, 2024 · 1 comment

Comments

@yu-re-ka
Copy link

yu-re-ka commented Jun 27, 2024

[nix-shell:~/nix]$ colmena repl
error: '/home/user@domain/nix' is not a valid URL
[ERROR] -----
[ERROR] Operation failed with error: Child process exited with error code: 1
Hint: Backtrace available - Use `RUST_BACKTRACE=1` environment variable to display a backtrace

[nix-shell:~/nix]$ colmena repl -f .
[INFO ] Using configuration: /home/user@domain/nix
Lix 2.90.0-rc1
Type :? for help.
warning: ignoring error writing repl history to /home/user@domain/.local/share/nix/repl-history: No such file or directory
error: syntax error, unexpected '@', expecting ';'
       at /run/user/1234/colmena-repl-N0PAvs.nix:1:130:
            1| with builtins; let eval = import /run/user/1234/colmena-assets-3t9Yu2/eval.nix; hive = eval { rawHive = import /home/user@domain/nix; colmenaOptions = import /run/user/1234/colmena-assets-3t9Yu2/options.nix; colmenaModules = import /run/user/1234/colmena-assets-3t9Yu2/modules.nix; }; in  hive.introspect (x: x)
             |                                                                                                                                  ^
[ERROR] -----
[ERROR] Operation failed with error: Child process exited with error code: 1
Hint: Backtrace available - Use `RUST_BACKTRACE=1` environment variable to display a backtrace
@viscountexx
Copy link

I think this is a duplicate of #204 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants