Merged
Conversation
|
Hi @danking, you'll need to move |
Contributor
Given the way this class is used, making it a static inner class might be a better option. If the inner class was called |
Contributor
Author
|
@danxmoran hah sorry, too much time in Scala land. I'll move it since that seems to be the lowest impact change. |
Contributor
Author
|
@danxmoran I think this will compile. |
Codecov Report
@@ Coverage Diff @@
## master #1072 +/- ##
===========================================
Coverage 66.154% 66.154%
- Complexity 7609 7618 +9
===========================================
Files 533 534 +1
Lines 32373 32373
Branches 5509 5508 -1
===========================================
Hits 21416 21416
Misses 8792 8792
Partials 2165 2165
|
Contributor
|
Pinging @lbergelson @tfenne for objections to merge. |
Member
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #1049, return value of
FastaSequenceIndexEntry.getIndexEntryis unusable.Checklist