-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature.GetSequence()
always returns a nil error value
#352
Comments
Hi! |
If you could the other changes in a separate pr, that'd be great. This is currently blocked by @Koeng101 's PR! Try and merge it into his |
Other proposed changes are just 2 lines, sure need a separate pr?, like:
First link was working but with 2 redirections, latest is the final destination at the moment.
Sure, will try. |
Ah gotcha. I'm generally opposed to drive-by changes, but this seems fine since it's really small and in documentation files only. Thank you so much for taking a crack at this issue by the way! |
Hi again, sorry for being lost for some time. Does the same function in io/polyjson have to be ~un-errored:) too? I see that it's basically doing the same, but has some unclear todo action. |
That's... uh unclear I think. Personally I think we should nuke polyjson - it doesn't accomplish much that Genbank does better. But basically, you are correct that it theoretically should be un-errored. I think polyjson it hasn't gotten a lot of love because nobody uses it (they just use JSON version of genbank) |
…links in CONTRIBUTING.md (bebop#352)
This issue has had no activity in the past 2 months. Marking as |
https://github.com/cachemoi/poly/blob/10b8f398c4272700dd27a177af244d6b531d2582/io/genbank/genbank.go#L129-L157
Should either not have an error in its signature or actually return an error.
The text was updated successfully, but these errors were encountered: