Skip to content

Conversation

@rchiodo
Copy link
Contributor

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

@rchiodorchiodo requested a review from a team as a code ownerNovember 5, 2024 20:34

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

@AdamYoblickAdamYoblickNov 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
ContributorAuthor

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
ContributorAuthor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rchiodo
Copy link
ContributorAuthor

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

@rchiodo
Copy link
ContributorAuthor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rchiodo
Copy link
ContributorAuthor

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

@rchiodorchiodo merged commit 3573ca0 into microsoft:mainNov 7, 2024
rchiodo added a commit to rchiodo/debugpy that referenced this pull request Nov 14, 2024
Sign up for freeto 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

@rchiodo@AdamYoblick