Skip to content

Symbol value transcription is not working #929

@nirosys

Description

@nirosys

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions