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

specify local environment for python source analysis goal #17603

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

lilatomic
Copy link
Contributor

matches the other source analysis goals

fixes #17597

matches the other source analysis goals
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

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

Thanks!

@@ -65,6 +65,7 @@ class DumpPythonSourceAnalysisSubsystem(GoalSubsystem):

class DumpPythonSourceAnalysis(Goal):
subsystem_cls = DumpPythonSourceAnalysisSubsystem
environment_behavior = Goal.EnvironmentBehavior.LOCAL_ONLY # TODO(#17129) — Migrate this.
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to migrate. This is right

Suggested change
environment_behavior = Goal.EnvironmentBehavior.LOCAL_ONLY # TODO(#17129) — Migrate this.
environment_behavior = Goal.EnvironmentBehavior.LOCAL_ONLY

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, we should probably change the other debug goals then?

@Eric-Arellano Eric-Arellano added the category:internal CI, fixes for not-yet-released features, etc. label Nov 21, 2022
@Eric-Arellano
Copy link
Contributor

Needs cherry-pick to 2.15, right? That's when we landed the source analysis goal?

@Eric-Arellano Eric-Arellano added category:bugfix Bug fixes for released features and removed category:internal CI, fixes for not-yet-released features, etc. labels Nov 21, 2022
@stuhood
Copy link
Member

stuhood commented Nov 22, 2022

Needs cherry-pick to 2.15, right? That's when we landed the source analysis goal?

No, it landed after 2.15.x was cut.

@stuhood stuhood enabled auto-merge (squash) November 22, 2022 18:12
@stuhood stuhood merged commit 89d686f into pantsbuild:main Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deprecation warning for python-dump-source-analysis goal
4 participants