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

Add "unwrap_get" default feature to gate get fn #82

Closed

Conversation

colelawrence
Copy link
Contributor

First part of #80 for review.

Please share feedback on the approach. I was thinking about separating the unwrap_ features based on which parts of shipyard you want to have unwrap versions. For me this is optimal since I really only care about not including get.

All other panics that can be induced by borrowing or other are fine for my codebase now, so I don't want to have one feature for all unwrapped versions of everything.

@leudz
Copy link
Owner

leudz commented Apr 30, 2020

Having a feature per function would add too much maintenance burden and I don't think it'll be used except for get.
I just made #83 to take care of this question.

@leudz leudz closed this May 9, 2020
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