stack_data
stack_data copied to clipboard
On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or...
I observe differences when handling different kind of exceptions In an interactive interpreter: ```python >>> import stack_data.formatting >>> stack_data.formatting.Formatter(show_variables=True).set_hook() ``` A simple exception: ```python >>> a=1 >>> a/0 Traceback (most...
It would be useful to have a [TracebackException](https://docs.python.org/3/library/traceback.html#traceback.TracebackException) subclass that added column information, perhaps also with a default `format` override. That way existing code that uses the `traceback` module could...
Hello, in Fedora, we are trying to rebuild everything with Python 3.13. stack_data currently fails tests. It can be reproduced from your repository by running `tox -e py313`: ``` .pkg:...
I've been trying to prepare PR to drop python assert pieces == [ ['import math'], ['def foo(x=1, y=2):'], [' """', ' a docstring', ' """'], [' z = 0'], ['...
Two other tests are failing in our environment, `test_core.py:test_pygments_example` and `test_serializer.py:test_example`, but those fail since 2023 and I couldn't get to the bottom of them. Anyway, I have expected and...
`test_example` fails when run with Python 3.14 alpha 5. I've tried to debug it and it seems that the problem is in the example called `blank_visible`. The expected output is:...
Hello! I'm seeing these test failures on the latest release 0.6.3: ``` tests/test_core.py::test_lines_with_gaps PASSED [ 4%] tests/test_core.py::test_markers PASSED [ 9%] tests/test_core.py::test_invalid_converter PASSED [ 14%] tests/test_core.py::test_variables PASSED [ 19%] tests/test_core.py::test_pieces PASSED...