reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Fix broken confy::load call #75

Closed amomchilov closed 3 years ago

amomchilov commented 3 years ago

Resolves https://github.com/reujab/silver/issues/74

silver currently uses the master branch of confy, which lead to the breaking change mentioned above.

This PR works around this by pinning the latest released version, which is compatible with this code base. When the next version of confy is released, the call to confy::load("silver") in main.rst will need to be replaced with confy::load("silver", None)

The deeper issue still needs to be fixed: the dependency should have a pinned version. Building off master is begging for incompatibilities like this in the future.

CC @j0hnmeow