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 log at =0.4.8 #721

Closed
wants to merge 1 commit into from
Closed

Conversation

kubkon
Copy link
Member

@kubkon kubkon commented Dec 16, 2019

This commit fixes log dependency of fuzzing crate at =0.4.8 since starting with the latest log release of 0.4.10, there has been introduced a potential behaviour regression which made named formatting arguments illegal in log macros.

Tracking issue: rust-lang/log#372

This should make our CI green again.

This commit fixes `log` dependency of `fuzzing` crate at `=0.4.8`
since starting with the latest `log` release of `0.4.10`, there has
been introduced a potential behaviour regression which made
named formatting arguments illegal in log macros.
@kubkon kubkon requested a review from fitzgen December 16, 2019 11:44
@alexcrichton
Copy link
Member

Hm is this perhaps a missing lock file in the repo, or perhaps something missing from the general workspace?

Otherwise would it be possible to patch the source instead of locking the dependency? (assuming it's relatively easy to stay compatible with the latest release)

alexcrichton added a commit to alexcrichton/wasmtime that referenced this pull request Dec 16, 2019
This'll help us track dependencies and head off issues like bytecodealliance#721
@alexcrichton
Copy link
Member

I've posted #726 which I think should solve the same issue, ensuring we've got a lock file for the wasmtime-fuzz crate

@kubkon
Copy link
Member Author

kubkon commented Dec 16, 2019

I've posted #726 which I think should solve the same issue, ensuring we've got a lock file for the wasmtime-fuzz crate

Oh cool, that sounds like a good idea. In the meantime, since #726 fixes the CI, I'm gonna go ahead and close this PR as it's now redundant :-)

@kubkon kubkon closed this Dec 16, 2019
@kubkon kubkon deleted the kubkon/fuzzing-fix branch January 8, 2020 15:16
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.

2 participants