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

Get rlib hash from parent path of json in fingerprint #121

Merged
merged 4 commits into from
Oct 29, 2020

Conversation

AndyGauge
Copy link
Contributor

Fixes #120

@AndyGauge
Copy link
Contributor Author

current rust nightly no longer allows extern crates in markdown. This pull request addresses the changes to the compiler internals which removed the hash from the json file's name.

@mitchmindtree
Copy link

Can confirm, recently all of the nannou guide tests began failing, however switching our skeptic dependency over to this branch resolves our issues.

Thanks @AndyGauge!

mitchmindtree added a commit to mitchmindtree/nannou that referenced this pull request Jul 29, 2020
A recent change to cargo has started causing tests generated by
`rust-skeptic` to fail. budziq/rust-skeptic#120. This has started
causing [issues with our CI](https://github.com/nannou-org/nannou/pull/636/checks?check_run_id=920796725).

This PR temporarily switches to a branch with a patch for this issue. We
should remove this once budziq/rust-skeptic#121 is merged and published.
@AndyGauge
Copy link
Contributor Author

This is how the rust cookbook is doing it in case anyone else has the need before this is merged:

skeptic = { git = 'https://github.com/andygauge/rust-skeptic'}

@djc djc merged commit 2278d5d into budziq:master Oct 29, 2020
@djc
Copy link
Collaborator

djc commented Oct 29, 2020

Thanks for your contribution!

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.

E0464 in nightly
3 participants