-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
After fixing multi-then
evaluation, a new failure showed up. With some added output, we can see that the rendered document is not substituting the appropriate symbol ID given the DSL symbol ID notation.
Running tests: ./ion-tests/conformance/core/toplevel_produces.ion
Input: <<Ok("$ion_1_0 ")>>
Actual: None Expected: None
Input: <<Ok("$ion_1_0 null a::null '#$1'::null ")>>
Actual: Some(null) Expected: Some(null)
Actual: Some(a::null) Expected: Some(a::null)
Actual: Some('#$1'::null) Expected: Some($ion::null) <-- Here.
check interpretation of core AST-forms in toplevel and produces ... [Failed]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working