Closed
Description
See also #14510 (comment)
Remaining fixes before we can have green CI and merge the prototype:
- Patch codegen issues enough to make tests pass in experimental analysis #14660
- Assert json artifacts input/output when using experimental #14659
- Exclude function dependency graph tests from ast import export #14722
- Exclude experimental error codes from error_codes.py #14727
- Consistent bytecode report output between CLI and StandardJSON in presence of
UnimplementedFeatureError
.IMO we should fix CLI and Standard JSON do not generate the same outputs in case of errors at code generation stage #13925, but there's no consensus that this is the best approach and working around this inprepare_report.py
will probably be quicker to do.- It was a bug: Fix
prepare_report.py
ignoring compiler exit code #14731