Troels F. Rønnow
Troels F. Rønnow
Currently, functions which are marked as `noinline` still gets inlined.
Currently, debug information gets stripped when QAT is transforming the IR. We need to update this such that debug information is preserverd.
Currently, the position of the error is not recorded when internal class are detected during validation. This makes it harder to debug using the error messages.
We need a clear definition of what base profiles are.
At the moment it is only possible to load a single component at any one point.
There is a possibility for errors when eliminating branch blocks in case there is an order mismatch. Add asserts to ensure this is tested for.
The current approach may not work on multi path branches (conditional) as we may accidentally add the final path (contains qubit release) and we cannot make assumptions since optimisation may...
If a pattern is created with no children, the exit path is always returning true. Check whether this should always be the case. One suggestion is that the `value` should...
Write documentation on: 1. Profiles 2. How to apply profiles
Ymacs freeze when the same buffer is open in a splitted window if one them is closed and you try to change to the other window. To reproduce the error:...