LLNL / Caliper

Caliper is an instrumentation and performance profiling library
http://software.llnl.gov/Caliper/
BSD 3-Clause "New" or "Revised" License
344 stars 63 forks source link

Handle newlines in strings #506

Closed daboehme closed 11 months ago

daboehme commented 11 months ago

Handle newlines in any strings provided to Caliper. Specifically fixes .cali and .json reading and writing by replacing newlines with \n and vice versa. Still best to not use newlines unless you know what you're doing, as they will still mess up the human-readable report formatters.