-
Notifications
You must be signed in to change notification settings - Fork 199
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
[analyzer] support all default param types #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting code AND fix issues. FeelsGoodMan! I wanted to take a stab, but this solution is the best 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
|
Pushed up a merge commit, if it passes I'll merge this in |
thanks for that, had gone mobile yesterday 🙊 the tests failed because of an ordering mistake in the assertions by the looks of it. will fix it shortly |
LGTM! |
Fixes #132.
We were only accepting literal right hand values before, but really i suppose we don't care what it is. it gets turned into a string anyway.