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

Make many things @internal #668

Open
oliverklee opened this issue Aug 25, 2024 · 0 comments
Open

Make many things @internal #668

oliverklee opened this issue Aug 25, 2024 · 0 comments
Assignees

Comments

@oliverklee
Copy link
Contributor

We want to able to refactor internal things without being afraid of breaking things.

Probably all within Parsing.

@oliverklee oliverklee added this to the 8.6.1 or 8.7.0 milestone Aug 25, 2024
@oliverklee oliverklee self-assigned this Aug 26, 2024
oliverklee added a commit that referenced this issue Aug 26, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

Part of #668
oliverklee added a commit that referenced this issue Aug 28, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

Part of #668
oliverklee added a commit that referenced this issue Sep 5, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

Part of #668
oliverklee added a commit that referenced this issue Sep 5, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

Part of #668
oliverklee added a commit that referenced this issue Sep 5, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

This is the backport of #674.

Part of #668
JakeQZ pushed a commit that referenced this issue Sep 5, 2024
Code that uses this library is not expected to call internal parsing
functionality. Communicate this with the corresponding `@internal`
annotation.

This allows us to boldly refactor the parser code.

This is the backport of #674.

Part of #668
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

No branches or pull requests

1 participant