Skip to content

internal/encoding/gotypes: support go import aliasing #4028

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phoban01
Copy link

This change enables support for exporting aliased package names from source cue to go code.

The special case of the "_" import alias is explicitly ignored.

Fixes #3974

This change enables support for exporting aliased package names from
source cue to go code.

The special case of the "_" import alias is explicitly ignored.

Fixes cue-lang#3974

Signed-off-by: Piaras Hoban <[email protected]>
@phoban01 phoban01 requested a review from cueckoo as a code owner August 14, 2025 10:58
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.

cmd/cue: exp gengotypes fails to handle conflicting imports
1 participant