Alexander Neumann

Results 11 issues of Alexander Neumann

Right now, states must be direct descendants from the same state to be entered in parallel. It would be a significant improvement if this restriction could be lifted. For instance,...

enhancement
help wanted

This is basically the same as #21997 by @ThorstenBux but with fixed white spaces. The problem wasn't too few tabs but too many in strings. Original description: Related issue: Fixed...

Some chroot are outdated and I haven't build anything for more recent Fedora versions.

`Exception` is not broad enough and does not catch `asyncio.CancelledError` or `KeyboardInterrupt`. `transitions` will exclusively catch `BaseException` from now on. This has to major implications: First `on_exception` is not called...

Catch `BaseException` instead of `Exception` during state transition. Even though user user exceptions should be derived from `Exception` [[1](https://docs.python.org/3/library/exceptions.html#built-in-exceptions)], some exceptions such as `KeyboardInterrupt` are not. I do not see...

enhancement

Since transitions uses runtime decoration quite excessively static type checkers have a hard time to analyse trigger and convenience functions. This has been discussed in previous issues: - #654 -...

enhancement

I forked Conda Forge [staged-recipes](https://github.com/aleneum/staged-recipes) and added pya. Before I create a PR we should check on which platforms `pya` can actually be built and tested (with `conda`). I created...

See #682 for details.