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

Keep a bitmask of what types of constraints we've seen in a set of impls #6

Open
cxw42 opened this issue Sep 5, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@cxw42
Copy link
Owner

cxw42 commented Sep 5, 2019

This will make it easier to pick a dispatcher appropriate for those constraints (#2 (comment)). E.g., a bit each for:

  • Do any impls use positional parameters?
  • Are there at least two different positional arities in the set of impls?
  • Do any impls use named parameters?
  • Do any impls use type constraints?
  • Do any impls use where clauses?
@cxw42 cxw42 added the enhancement New feature or request label Sep 5, 2019
cxw42 added a commit that referenced this issue Sep 7, 2019
- Named-parameter parsing: :$foo now parses
- Feature bitmask: most of the way done with #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant