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

#371 Fix incorrect number of files reported when two stage compilation is done #372

Closed
wants to merge 1 commit into from

Conversation

hiker
Copy link
Collaborator

@hiker hiker commented Dec 11, 2024

Fixed #371 (the old code assumed that the result was a list of CompiledFiles, but the returned value was a list of tuples, so the filtering by type always returned 0).

@hiker hiker requested a review from MatthewHambley December 11, 2024 01:49
@hiker
Copy link
Collaborator Author

hiker commented Dec 11, 2024

@MatthewHambley, this is directly for you to merge into main, it's very small and does not affect any code deveopment we are doing - so no sense to bring this into develop first.

@hiker
Copy link
Collaborator Author

hiker commented Dec 13, 2024

I'm taking this back to include this with a complete fix for #371 (i.e. including the race condition causing failures).

@hiker hiker closed this Dec 13, 2024
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.

Two-stage compile has 0 file reported at the second stage
1 participant