Tyler Gregg

Results 103 issues of Tyler Gregg

ion-c's reader includes configurable limits on value sizes. See [`_ion_reader_options.symbol_threshold`](https://github.com/amazon-ion/ion-c/blob/master/ionc/include/ionc/ion_reader.h#L104) and `_ion_reader_options.user_value_threshold`. The configured values result in fixed-size internal buffers that are incapable of handling Ion values that exceed the...

enhancement

This happens because the failure message includes the line number from which the error originated. Example [here](https://github.com/amazon-ion/ion-c/actions/runs/3985892909/jobs/6833812212). This requires developers to manually look through the test-driver results and determine that...

`ion_decimal_is_negative` currently returns a different value for negative zero depending on whether it is represented with a `decQuad` or `decNumber` under the hood. In order to fix this, we should...

#236 Fixed a bug that caused the page pool to be accessed before being initialized in certain cases, but it made it impossible for users to configure the page pool...

These functions are currently not tested, so no assumption should be made that they work as documented, or at all.

Currently, text readers always provide -1 for this function because text values are not length-prefixed like they are in binary. Implementing this properly for text readers would require probing forward...

Otherwise, there will be errors. See the docopt documentation for its requirements: https://github.com/docopt/docopt.cpp