HomePhorge

Make CSVWriter print one-byte integers correctly

Referenced Files
None
Subscribers
None

Description

Make CSVWriter print one-byte integers correctly

Instead of directly writing values, CSVWriter casts them
to their corresponding rosa::PrintableType::Type.
This makes [u]int8_t values to be printed as integers rather than a
character value (i.e., as ASCII code).

Details

Provenance
Dávid JuhászAuthored on Apr 24 2020, 3:41 PM
juhaszPushed on Apr 24 2020, 4:00 PM
Parents
R20:00db7f5630f3: Disable cxxopts tests
Branches
Unknown
Tags
Unknown

Event Timeline

Dávid Juhász <juhasz.david.scholar@gmail.com> committed R20:e26f566a459e: Make CSVWriter print one-byte integers correctly (authored by Dávid Juhász <juhasz.david.scholar@gmail.com>).Apr 24 2020, 3:58 PM