<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 4, 2018 at 3:29 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi cdash devs,<br>
<br>
I recently updated my Rogue15 bot from macOS 10.13.3 to 10.13.4.<br>
<br>
Before:<br>
<<a href="https://open.cdash.org/buildSummary.php?buildid=5319090" rel="noreferrer" target="_blank">https://open.cdash.org/<wbr>buildSummary.php?buildid=<wbr>5319090</a>><br>
OS Version: 17D102<br>
<br>
After:<br>
<<a href="https://open.cdash.org/buildSummary.php?buildid=5320587" rel="noreferrer" target="_blank">https://open.cdash.org/<wbr>buildSummary.php?buildid=<wbr>5320587</a>><br>
OS Version: 1.7e+200<br>
<br>
<br>
It should read "17E199".  I guess something thinks it's floating point...<br></blockquote><div><br></div><div>Right you are, thanks for pointing this out.  We previously noticed CDash interpreting some strings as numbers due to e-notation.  We added a check to prevent this, but it was only looking for the presence of 'e', not 'E'.  I'll modify this to be a case insensitive check instead.</div></div></div></div>