<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi everyone,<div class=""><br class=""></div><div class="">I have been mentoring a new GemStone developer in Netherlands and we have come across a strange issue <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">compiling</span> in tODE. It only happens in his setup (windows running a linux VM), but not in mine (VMWare Fusion linux VM on Mac). So I can’t work it out.</div><div class=""><br class=""></div><div class="">I have a test that includes the line:</div><div class=""><br class=""></div><div class=""><font face="Courier New" class=""><span style="font-style: normal;" class="">self assert: member balanceOwingOrCredit = 37.08</span></font></div><div class=""><br class=""></div><div class="">However, when it is saved in the tODE code editor it is compiled (and then reformatted) as:</div><div class=""><br class=""></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal;" class=""><font face="Courier New" class="">self assert: member balanceOwingOrCredit = 37.</font></span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-style: normal;" class=""><font face="Courier New" class="">08</font></span></div><div class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class=""><br class=""></span></div><div class="">ie. the SmallDouble 37.08 has become 37 and there’s a new statement 08 on the next line.</div><div class=""><br class=""></div><div class="">To be sure, we have rebuilt the tODE client and stone, but get the same result.</div><div class=""><br class=""></div><div class="">Has anyone seen this, or know how to go about debugging such an issue?</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Jupiter</div></body></html>