mavjop

Results 9 comments of mavjop

It ... does do pretty printing for me? I'm calling it as: ``` ion.dumps(content, binary=False, omit_version_marker=True, indent=u' ') ``` I assume the `indent=u' '` directs it to do multi-line pretty...

I discovered that there is already not feature parity between pure Python and the ion C module. Pretty printing (which trailing commas only makes sense in the context of) is...

New PR: https://github.com/amazon-ion/ion-python/pull/372

> I discovered that there is already not feature parity between pure Python and the ion C module. Pretty printing (which trailing commas only makes sense in the context of)...

There are 3 unit tests still failing, with all of my changes in #372 ... but they appear to be entirely unrelated to my changes. I'm wondering if a Python...

Issue #229 ("CI/CD failed due to large intstr conversions") looks like it's still open (since December 2022!) and might be talking about the same issue (i.e. issue is preexisting?). Or...

It **is** in various skip lists, but not in the global one (that applies to the pure Python implementation). I found the problem! My Python version is likely a newer...

I created a separate PR to update the README about setuptools version needs. https://github.com/amazon-ion/ion-python/pull/373