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

Move internal editions code to new internal/editions package #280

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

jhump
Copy link
Member

@jhump jhump commented Apr 12, 2024

This is a pre-factoring step so we can expose some editions-related helper functions from the protoutil package without ending up with an import cycle. So this moves the shared stuff out of the linker package and into an internal one. It also consolidates the editions-related stuff into one place, so it moves some things from internal -> internal/editions.

@jhump jhump force-pushed the jh/internal-editions-pkg branch from 5ef9f1c to 46dc6b6 Compare April 12, 2024 14:32
@jhump jhump marked this pull request as ready for review April 12, 2024 14:38
@jhump jhump requested a review from emcfarlane April 12, 2024 14:38
@jhump jhump merged commit 0c62e63 into main Apr 13, 2024
8 checks passed
@jhump jhump deleted the jh/internal-editions-pkg branch April 13, 2024 20:51
kralicky pushed a commit to kralicky/protocompile that referenced this pull request Apr 14, 2024
…d#280)

This is a pre-factoring step so we can expose some editions-related
helper functions from the `protoutil` package without ending up with an
import cycle. So this moves the shared stuff out of the `linker` package
and into an internal one. It also consolidates the editions-related
stuff into one place, so it moves some things from `internal` ->
`internal/editions`.

(cherry picked from commit 0c62e63)
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