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

Remove compiled files so we can generate them ourselves #1723

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Nov 5, 2024

Removing all of the compiled dlls for attach so we can generate them ourselves.

@rchiodo rchiodo requested a review from a team as a code owner November 5, 2024 20:34
@@ -5,6 +5,10 @@ __pycache__/

# C extensions
*.so
*.dylib
Copy link
Member

@AdamYoblick AdamYoblick Nov 5, 2024

Choose a reason for hiding this comment

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

I'm not sure if there are any other files with these extensions in our repo. Should we consider explicitly excluding these files from src\debugpy\_vendored\pydevd\pydevd_attach_to_process ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There isn't any but I think we shouldn't ever be checking in dlls/exes. Too opaque.

@rchiodo
Copy link
Contributor Author

rchiodo commented Nov 5, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rchiodo
Copy link
Contributor Author

rchiodo commented Nov 5, 2024

Can you just submit this Adam? It's not performing the license test for some reason

@AdamYoblick AdamYoblick closed this Nov 5, 2024
@AdamYoblick AdamYoblick reopened this Nov 5, 2024
@rchiodo
Copy link
Contributor Author

rchiodo commented Nov 7, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rchiodo
Copy link
Contributor Author

rchiodo commented Nov 7, 2024

Okay the 3.13 tests all passed locally with the same binaries as built by the PR. Submitting.

@rchiodo rchiodo merged commit 3573ca0 into microsoft:main Nov 7, 2024
22 of 24 checks passed
rchiodo added a commit to rchiodo/debugpy that referenced this pull request Nov 14, 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.

2 participants