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

Don't promise to parse the package in the pre/post build function #2991

Closed

Conversation

Tatskaari
Copy link
Member

@Tatskaari Tatskaari commented Dec 4, 2023

When this function returns nil, we add a sync channel to the package waits, and the caller is expected to close that (via a call to LogParseResult()). Subsequent calls to this function will hang until we do. I don't think this ever parses the package. It must be parsed by now if we have the resolved target, so I don't think this call ever did anything.

@Tatskaari Tatskaari closed this Dec 27, 2023
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.

1 participant