Skip to content

ENH: Capture warnings. #249

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

Closed
tobiasraabe opened this issue Mar 30, 2022 · 0 comments · Fixed by #263
Closed

ENH: Capture warnings. #249

tobiasraabe opened this issue Mar 30, 2022 · 0 comments · Fixed by #263
Labels
enhancement New feature or request

Comments

@tobiasraabe
Copy link
Member

tobiasraabe commented Mar 30, 2022

Is your feature request related to a problem?

Warnings are not separately captured from stdout or stderr and will not be displayed when a task succeeds.

Describe the solution you'd like

Warnings should be displayed at the end of a session so users can improve their code.

Also document how to turn warning into exceptions, PYTHONWARNINGS=error, and use the debugger to get rid of them.

API breaking implications

None

Describe alternatives you've considered

  • Should warnings which are ignored by default.
@tobiasraabe tobiasraabe added the enhancement New feature or request label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant