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

Remove public marker from exported symbols #19

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

JamesWrigley
Copy link
Contributor

@JamesWrigley JamesWrigley commented Jul 29, 2024

Otherwise loading the package on nightly gives errors like: LoadError: cannot declare AdaptivePredicates.orient2 public; it is already declared exported. Exported symbols are implicitly marked as public so it shouldn't be necessary anyway.

Would it be possible to make a new release when this is merged? Otherwise it's not possible to install any dependent packages on nightly like Makie/DelaunayTriangulation.

Otherwise loading the package on nightly gives errors like: `LoadError: cannot
declare AdaptivePredicates.orient2 public; it is already declared exported`.
@DanielVandH
Copy link
Member

Ah. I didn't think it would matter.. that's annoying. Can you bump the version?

@JamesWrigley
Copy link
Contributor Author

Sure, bumped in dc52b79.

@DanielVandH
Copy link
Member

Thanks for this. I'll try and make a similar fix in DelaunayTriangulation.jl soon since I think I do the same mistake there.

@DanielVandH DanielVandH merged commit e6a89ab into JuliaGeometry:main Jul 29, 2024
9 checks passed
@JamesWrigley JamesWrigley deleted the unpublicize branch July 29, 2024 12:17
@DanielVandH
Copy link
Member

Once JuliaGeometry/DelaunayTriangulation.jl#168 is in hopefully that's all that needs to be fixed. Feel free to let me know if there are any other issues.

@JamesWrigley
Copy link
Contributor Author

Thanks, can confirm those two fix nightly ❤️

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.

2 participants