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

Rename IoManager.make_non_blocking to be private #77

Merged
merged 1 commit into from
Aug 13, 2022

Conversation

barisione
Copy link
Collaborator

@barisione barisione commented Aug 13, 2022

  • I have added an entry to CHANGELOG.md

Summary of changes

make_non_blocking is currently public and has a docstring (so it appears in the docs) but I think it may have been exposed by mistake as it seems unrelated to the main goals of pygdbmi.
Moreover, it's likely that fixing #54 will mean removing it.

Test plan

Tested by running

nox -s tests

@barisione barisione marked this pull request as ready for review August 13, 2022 15:49
@@ -2,6 +2,12 @@

## dev

**Breaking changes**

- Removed `pygdbmi.IoManager.make_non_blocking` from the public API; it's unrelated and was not meant to be public
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is my interpretation but I'm not sure if it's correct (see the PR description).

Copy link
Owner

@cs01 cs01 left a comment

Choose a reason for hiding this comment

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

It’s been a while since I wrote this but I think it should be fine.

@barisione barisione merged commit a9a5064 into cs01:master Aug 13, 2022
@barisione barisione deleted the make-make_non_blocking-private branch August 13, 2022 17:16
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