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

hi.func(sequence) and sequence.func should always have the same behavior #134

Closed
pineapplemachine opened this issue Aug 6, 2017 · 0 comments
Labels
type: bug The issue involves incorrect or unexpected behavior.

Comments

@pineapplemachine
Copy link
Owner

Currently they do not in the case that the sequence provides an overload method.

Function wrappers should implement a check for whether the input is a sequence with a relevant overload and, if so, evaluate its overload method instead.

@pineapplemachine pineapplemachine added the type: bug The issue involves incorrect or unexpected behavior. label Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug The issue involves incorrect or unexpected behavior.
Projects
None yet
Development

No branches or pull requests

1 participant