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

Fix submodule shaking #704

Merged
merged 3 commits into from
Jun 12, 2022
Merged

Conversation

LKedward
Copy link
Member

@LKedward LKedward commented Jun 5, 2022

Fixes #703

I made an incorrect assumption in #676 that grandchild submodules only need to be built if their immediate parent is used elsewhere. Actually the whole submodule hierarchy needs to be built if the top-level parent is used.

Copy link
Contributor

@zoziha zoziha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @LKedward , that issue ( #703 ) has been resolved by this PR. ❤

@awvwgk awvwgk added this to the v0.6.0 milestone Jun 10, 2022
@awvwgk awvwgk added the regression Something isn't working that previously did work label Jun 10, 2022
@awvwgk awvwgk mentioned this pull request Jun 10, 2022
1 task
@LKedward LKedward marked this pull request as ready for review June 12, 2022 08:55
@LKedward LKedward changed the title (WIP) Fix submodule shaking Fix submodule shaking Jun 12, 2022
@LKedward
Copy link
Member Author

Thanks for testing @zoziha. I think this is ready to go

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix. Looks good to me.

@LKedward LKedward merged commit 6e43cdb into fortran-lang:main Jun 12, 2022
@LKedward LKedward deleted the fix-submodule-shaking branch June 12, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Something isn't working that previously did work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

h5fortran not building with pruning enabled
3 participants