Merge remote-tracking branch 'origin/topic/jsiwek/32bit-compat'

* origin/topic/jsiwek/32bit-compat:
  Improve formatting of doubles that are close to integers
  Improve HTTP version number comparisons
  Add a 32-bit task to Cirrus CI config
  Replace va_list fmt() overload with vfmt()
  Format tables indexed by patterns consistently across 32-bit/64-bit
  Format interval values consistently across 32-bit/64-bit platforms
This commit is contained in:
Tim Wojtulewicz 2020-02-24 18:48:50 -07:00
commit 822567b3f9
17 changed files with 164 additions and 42 deletions

View file

@ -724,7 +724,7 @@ void Stem::ReportStatus(const Supervisor::Node& node) const
void Stem::Log(std::string_view type, const char* format, va_list args) const
{
auto raw_msg = fmt(format, args);
auto raw_msg = vfmt(format, args);
if ( getenv("ZEEK_DEBUG_STEM_STDERR") )
{