You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a custom CI and add docs for the downstream toolchain
This change also updates the changelog, README (and related files) etc.
The custom CI is authored by Anton Baliasnikov <[email protected]> and the rest
is authored by Oleksandr Zarudnyi <[email protected]>.
Define a custom CI and add docs for the downstream toolchain
This change also updates the changelog, README (and related files) etc.
The custom CI is authored by Anton Baliasnikov <[email protected]> and the rest
is authored by Oleksandr Zarudnyi <[email protected]>.
Fix the try-catch lowering hack
This patch moves the success tag tracking of the try-call ast to its
annotation instead of CompilerContext. This fixes the lowering of nested
try-catch statements.
This fixes CPR-1705.