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

Marks as private several functions in our header files. #600

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

lemire
Copy link
Member

@lemire lemire commented Feb 16, 2024

We don't want users to rely on internal functions which we could remove or change at any time.

As remarked by @feltech, these internal functions can be helpful in implementing some missing features of general interest in ada. However, we do not want that: we want users to contribute back to the project the missing features in question.

Ideally, we would move these functions off our public header files entirely. It is not difficult to do but it might require a few hours of refactoring and testing. Marking them as private is an easy first step.

Fixes #580

@lemire lemire requested a review from anonrig February 16, 2024 15:20
@anonrig anonrig merged commit 91ed5c3 into main Feb 16, 2024
35 checks passed
@anonrig anonrig deleted the marking_private branch February 16, 2024 15:41
@anonrig
Copy link
Member

anonrig commented Feb 16, 2024

I agree. Thank you @lemire

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.

Missing percent_encode<true> symbol (on MacOS/clang)
2 participants