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

rand: resolve math/rand package #60

Merged
merged 2 commits into from Nov 4, 2016
Merged

rand: resolve math/rand package #60

merged 2 commits into from Nov 4, 2016

Conversation

tam7t
Copy link
Contributor

@tam7t tam7t commented Nov 2, 2016

work in progress - could use a lot of refactoring

Fix for #43 by resolving full package paths instead of regex on package name.

@gcmurphy
Copy link
Member

gcmurphy commented Nov 3, 2016

I think this is a nice start. I have been experimenting with using the typechecker to resolve this class of bug rather than pattern matching. Something like this would be a nice fit until I can figure out how all that will work.

@tam7t
Copy link
Contributor Author

tam7t commented Nov 4, 2016

Ah that makes a lot mores sense to just use that package. I updated the PR to use go/types

@gcmurphy gcmurphy merged commit aadcf8d into securego:master Nov 4, 2016
@gcmurphy
Copy link
Member

gcmurphy commented Nov 4, 2016

Perfect. This looks good.

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.

None yet

2 participants