Skip to content

Allow dumping Ion with missing symbol tokens #200

@jhhladky

Description

@jhhladky

I have some Ion that uses a shared symbol table. I want to look at its structure. This works in ionist:

[remote ~]$ cat 2e6f77b665156035 | ionist -p

{
    $77: 134839698,
    $78: 0,
    $42: 111,
}

But in the Ion CLI:

[local ~]$ cat 2e6f77b665156035 | ion dump
Error: encountered field ID with undefined text: $96

Caused by:
    encountered field ID with undefined text: $96

This is mostly annoying because ionist doesn't work on ARM macs, otherwise I would just use it all the time. Is there any way to get a version of ionist compiled for ARM macs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions