Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1052: Fix issue #1051 + replace assert, unreachable in singlepass codegen code r=syrusakbary a=pventuzelo # Description This pull request: - fix the issue #1051 - replace `asserts` by Errors - replace `unreachable!` by Errors - Improve Error handling in singlepass codegen code # Review - [x] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Patrick Ventuzelo <[email protected]> Co-authored-by: Patrick Ventuzelo <[email protected]>
- Loading branch information