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

add extensible DebugOptions class #1447

Merged
merged 2 commits into from
Nov 19, 2024
Merged

add extensible DebugOptions class #1447

merged 2 commits into from
Nov 19, 2024

Conversation

t-vi
Copy link
Collaborator

@t-vi t-vi commented Nov 18, 2024

This intends to make debug options more discoverable:

  • dynamic registration,
  • automatic docstring support,
  • also included in documentation.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 18, 2024
Copy link
Collaborator

@lantiga lantiga left a comment

Choose a reason for hiding this comment

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

Looks great.

At first I thought we could provide a singleton that one could modify for better discoverability, but ultimately having objects with combinations of options I can store and swap during debugging is going to be a lot more effective.

@t-vi t-vi merged commit 052bac3 into main Nov 19, 2024
41 checks passed
@t-vi t-vi deleted the tom/debug_options branch November 19, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants