-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to run silver on Freebsd 12.2 #85
Comments
This is likely not a FreeBSD issue as without a config file in place silver will crash on any platform. Unfortunately the config file structure cannot be serialized to TOML with serde. |
inferiorhumanorgans
pushed a commit
to inferiorhumanorgans/silver
that referenced
this issue
Mar 31, 2022
- The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145, toml-rs/toml-rs#407. - Print out the location of the default config file upon creation see: fixes reujab#73, fixes reujab#78. - Set the default left prompt to *something* so the user isn't left scratching their head. - Change the default icon set to Unicode so that this is usable out of the box with as few dependencies as possible.
inferiorhumanorgans
pushed a commit
to inferiorhumanorgans/silver
that referenced
this issue
Mar 31, 2022
- The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145, and toml-rs/toml-rs#407. - Print out the location of the default config file upon creation see: fixes reujab#73, fixes reujab#78. - Set the default left prompt to *something* so the user isn't left scratching their head. - Change the default icon set to Unicode so that this is usable out of the box with as few dependencies as possible.
inferiorhumanorgans
pushed a commit
to inferiorhumanorgans/silver
that referenced
this issue
Mar 31, 2022
- The current config file layout cannot be serialized to TOML with serde, so switch to YAML. This necessitates updating to an unreleased version of confy. See: reujab#85, reujab#77, toml-rs/toml-rs#145, and toml-rs/toml-rs#407. - Print out the location of the default config file upon creation fixes: reujab#73 and reujab#78. - Set the default left prompt to *something* so the user isn't left scratching their head. - Change the default icon set to Unicode so that this is usable out of the box with as few dependencies as possible.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A freshly compiled silver via cargo will not run on FreeBSD
I have run it with the backtrace on and received this:
Since the full backtrace is verbose, I will hold off on that unless you need it. There is admittedly a good chance that this is a side effect of rust not being tier 1 on FreeBSD x86_64, but I wanted to report here before moving up the chain.
The text was updated successfully, but these errors were encountered: