Emergency Self-Construct

Results 76 issues of Emergency Self-Construct

Currently the `release.yml` only produces `sdist` and `wheel` artifacts. As part of the release process, as a developer, I also want this workflow to produce `conda` packages. They should be...

The `test.yaml` workflow only tests the installation via `pip` and tests the software. As a developer I would like to see inclusion of testing the package building too to make...

Forwardport #93 - Patching debug logging calls and debug print statements

The code here should probably read `_jump_targets`. The `jump_targets are the "discounted" targets, i.e. w/o the backedges. Thus, if a block has only a single backedge, under this code it...

Currently, only the block structure is part of the YAML representation, this means the Regions and their placement can not be tested effectively. As a numba developer I want to...

Create an example ipynb file with some examples on how to use numba-rvsdg.

As a numba-rvsdg user and as a developer, I want to be able to view an SCFG both from the terminal. The proposed API should perhaps look like: ``` scfg.view()...

Reimplement or cherry-pick the tracing simulator from the `experimental` branch: https://github.com/numba/numba-rvsdg/commit/a5cfba2694b140153335704b675bde660d1923bb https://github.com/numba/numba-rvsdg/commit/733dd7181d49b940ac6dbba4e40613c9531a6f68 https://github.com/numba/numba-rvsdg/pull/30

As per: https://github.com/numba/numba-rvsdg/pull/61#discussion_r1229394381 We want to remove `BasicBlock.replace_back_edge` entirely to save on code and complexity.

As title