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 mark a module as stale if its children change #8134

Merged
merged 2 commits into from Dec 12, 2019
Merged

Conversation

msullivan
Copy link
Collaborator

This was introduced in #1865 to fix an issue with new children modules
being added. I think we have fixed this issue in another way also since
then, since the important part of the test passes with the check removed.
(I added some more stuff to the test to increase my confidence in this
change).

I want to remove this check because it causes a ton of trouble with our
internal bazel integrations, where we try to generate cache artifacts for
each bazel target separately. This check means that bazel targets for
packages have their caches invalidated all the time, since they were
generated without the children.

This was introduced in #1865 to fix an issue with new children modules
being added. I think we have fixed this issue in another way also
since then, since the important part of the test passes with the check
removed. (I added some more stuff to the test to increase my
confidence in this change).

I want to remove this check because it causes a *ton* of trouble with
our internal bazel integrations, where we try to generate cache
artifacts for each bazel target separately. This check means that
bazel targets for packages have their caches invalidated all the time,
since they were generated without the children.
Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

A good catch! Yeah, looks like this was fixed in another way.

@JukkaL JukkaL merged commit bbd5627 into master Dec 12, 2019
@msullivan msullivan deleted the no-children branch December 12, 2019 18:15
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.

None yet

2 participants