mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* use std::to_chars for doubles * fixed cmake errors when an escript error occurs * macos 13 with clang15 * CI: macos new cache version * guessing game * guess no2 * test shipped clang with deloytarget env * adapted testdata, lets see if all platforms behave the same * explicit test if high precision double can get packed+unpacked * log testclient receive buffer on error * added docs
6 lines
180 B
Text
6 lines
180 B
Text
Testing Pack for: 12345678.12345678
|
|
Expected representation: r12345678.12345678
|
|
Result representation: r12345678.12345678
|
|
Successful!
|
|
Unpacked: 12345678.12345678
|
|
Unpack matches!
|