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

Feature.GetSequence() always returns a nil error value #352

Open
carreter opened this issue Sep 20, 2023 · 7 comments
Open

Feature.GetSequence() always returns a nil error value #352

carreter opened this issue Sep 20, 2023 · 7 comments
Labels
bug Something isn't working easy A quick and easy fix! good first issue Good for newcomers help wanted Extra attention is needed low priority Would be nice to fix, but doesn't have to happen right now/there are more important things stale
Milestone

Comments

@carreter
Copy link
Collaborator

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.

@carreter carreter added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers easy A quick and easy fix! low priority Would be nice to fix, but doesn't have to happen right now/there are more important things labels Sep 20, 2023
@carreter carreter added this to the v1.0 milestone Sep 23, 2023
@paleale
Copy link

paleale commented Oct 7, 2023

Hi!
You don't mind if I'll take that?
What if I have minor corrections to 'CONTRIBUTING.md' about URLs actualization, could I bring them with?

paleale pushed a commit to paleale/poly that referenced this issue Oct 7, 2023
@carreter
Copy link
Collaborator Author

carreter commented Oct 8, 2023

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 ioToBio PR instead.

@paleale
Copy link

paleale commented Oct 8, 2023

Other proposed changes are just 2 lines, sure need a separate pr?, like:

-You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).
+You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).
 
-You can also check out [these](http://makeapullrequest.com/) [tutorials](http://www.firsttimersonly.com/).
+You can also check out this [tutorial](http://www.firsttimersonly.com/).

First link was working but with 2 redirections, latest is the final destination at the moment.
Second one (makeapullrequest.com) just invites to go via the same egghead.io/courses link, maybe could've been removed as a duplicate then?

Try and merge it into his ioToBio PR instead

Sure, will try.

@carreter
Copy link
Collaborator Author

carreter commented Oct 8, 2023

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!

@paleale
Copy link

paleale commented Nov 16, 2023

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.

@Koeng101
Copy link
Contributor

~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)

@paleale paleale mentioned this issue Nov 25, 2023
paleale pushed a commit to paleale/poly that referenced this issue Dec 4, 2023
Copy link

This issue has had no activity in the past 2 months. Marking as stale.

@github-actions github-actions bot added the stale label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy A quick and easy fix! good first issue Good for newcomers help wanted Extra attention is needed low priority Would be nice to fix, but doesn't have to happen right now/there are more important things stale
Projects
None yet
Development

No branches or pull requests

3 participants