Stephen Berry
Stephen Berry
GCC 14.3 was released (May 23, 2025) with a fix for this. > [Fixed for 14.3/15.](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119194) So, I'm closing this issue, but reopen if this somehow shows up again in...
The JSON pointer functions in Glaze were not developed for use with `glz::json_t`. However, I see how this could be very helpful and would make the library more cohesive. Thanks...
@qudix, support has been merged into `main` with #1805
Thanks for this. I'll try to get these updates merged soon.
Actively working on this issue here: #1446
I think the string parsing has been fixed. It also supports escaped quotes per the CSV specification, which were needed to parse this document. However, there is a bug where...
Thanks, I got your fix on the branch so that it parses column wise correctly. I'll look at your commented test now.
I updated the rowwise test on the `csv_currency` branch. The first issue was that it was still reading in a column wise CSV file. Now it write out the data...
I'm going to merge the current fixes for column wise support. But, I'm going to keep this issue alive until rowwise support and escaped writing has been added. I just...
I could add you as a contributor to Glaze if you'd like to make branches directly in Glaze for these CSV fixes.