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

ref: reporoot/devenv to reporoot/.devenv #101

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

joshuarli
Copy link
Member

@joshuarli joshuarli commented Mar 18, 2024

this is so python -m devenv can work inside reporoot

@joshuarli joshuarli requested a review from a team March 18, 2024 20:34
@@ -173,12 +170,8 @@ def main(context: Dict[str, str], argv: Sequence[str] | None = None) -> int:

match_tags: set[str] = set(args.tag if args.tag else ())

repo = context["repo"]
if repo not in {"sentry", "getsentry", "devenv"}:
Copy link
Member Author

Choose a reason for hiding this comment

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

repo not supported yet is outdated, i've been getting rid of it

last one is removed in #77

@getsentry getsentry deleted a comment from sentry-io bot Mar 18, 2024
@asottile-sentry
Copy link
Member

won't this create backward/forward incompatibility issues?

this needs to be a 3 step (at least) process

Copy link
Contributor

@dbennett-sentry dbennett-sentry left a comment

Choose a reason for hiding this comment

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

Backward compatible .devenv support has been added to main. I think we can move forward with updating the tests.

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.

3 participants