-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compile error when depending on rust-bio
HEAD/master
#201
Comments
Hey @RagnarGrootKoerkamp, I just updated to the latest version of |
Oh I see. It actually seems to be using
Gives the error, but Edit: Huh; this doesn't make sense, since the bump to |
That's indeed a bit weird. Why exactly are you trying to use the git-repo directly? I assume you are trying to depend on the branch of your current PR in @johanneskoester Any idea on this? |
Yes, I have open PRs on all of If there is a better solution that'd be nice anyway, since it's a bit tedious to keep a local version of |
Ah, maybe the issue is that when using the github version, there are somehow multiple definitions of |
Looking at
There's rust-lang/rust#89143 to improve the error message to hint that there may be multiple versions. Here's a report of someone else running into the same problem, with possible fixes: https://github.com/Malax/libcnb.rs/issues/90, in case we'd like to avoid this problem in the future. |
Here's the 'proper' way to use local versions of crates, for future reference: Just add this at the bottom of
You'll still need to not commit that hunk, but at least it's in one place, and it overrides the |
I'm getting this error when building
rust-bio-tools
against the latest version ofrust-bio
:It looks like
SequenceRead
is implemented for a fastq record, but not for bam records.The text was updated successfully, but these errors were encountered: