-
Notifications
You must be signed in to change notification settings - Fork 4
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
export of "contains" conflicts with Base #203
Comments
Ah, I usually use it as |
bumping this again as I continually run into this error:
|
Yeah we should stop exporting it, PR accepted ;) |
All GeometryOps methods are exported so I'm not sure how we want to deal with this. Do we just not export |
Just contains for now I think? Ohhhh @asinghvi17 has that export loop. This is what I meant about it being hard for people to understand. Explicitly exporting names is clearer |
The export loop was only in the Core PR and I think we dropped that anyway.. but thanks for the pr! Merging core will be a breaking release so we can do it with that |
WARNING: both GeometryOps and Base export "contains"; uses of it in module Main must be qualified
The text was updated successfully, but these errors were encountered: