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

Fix broken confy::load call #75

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

amomchilov
Copy link
Contributor

@amomchilov amomchilov commented Feb 9, 2021

Resolves #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

@thecaralice thecaralice merged commit 4d44b8b into reujab:master Feb 9, 2021
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

Successfully merging this pull request may close these issues.

Broken dependency (confy)
2 participants