Skip to content

Conformance tests failing due to unimplemented system macros #942

Open
@nirosys

Description

@nirosys

We currently have 31 conformance tests failing due to missing system macros:

PanicHookInfo { payload: Any { .. }, location: Location { file: \"src/lazy/expanded/e_expression.rs\", line: 143, col: 32 }, can_unwind: true, force_no_backtrace: false }
% cat conformance_test_failures_update_3.json | jq -r '.[] | [to_entries[] | .key as $key | .value[] | select(.result // "" | . != "Ok") | {path: $key, error: .error}] | [.[] | select(.error | contains("e_expression.rs\", line: 143"))][].path' | sort | uniq -c
   3 ./ion-tests/conformance/system_macros/delta.ion
   5 ./ion-tests/conformance/system_macros/make_decimal.ion
  11 ./ion-tests/conformance/system_macros/make_timestamp.ion
   4 ./ion-tests/conformance/system_macros/parse_ion.ion
   4 ./ion-tests/conformance/system_macros/repeat.ion
   4 ./ion-tests/conformance/system_macros/sum.ion

System Macros ToDo

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions