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

Small issue with function pointers in parameters #228

Closed
jeff-hykin opened this issue Jun 7, 2019 · 2 comments
Closed

Small issue with function pointers in parameters #228

jeff-hykin opened this issue Jun 7, 2019 · 2 comments

Comments

@jeff-hykin
Copy link
Owner

Screen Shot 2019-06-06 at 9 43 13 PM

(The lower one is correct, I'm not sure why a space affects it)
@matter123
Copy link
Collaborator

The space effects it, because qualified_type matches spaces in the beginning, that makes it a better match than storage_types, but when there is no space storage_types is an earlier match, so that makes it a better match.

@jeff-hykin
Copy link
Owner Author

Pushed the fix just now

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

No branches or pull requests

2 participants