Hello all,<br><br>I downloaded XOTcl 1.6.0 today, and I immediately ran into an issue in some of my existing code. The following example works in XOTcl 1.5.6, but is different in XOTcl 1.6.0 -- as I understand the documentation on the website, there should be no difference between versions.<br>
<br><br>package require XOTcl<br>namespace import ::xotcl::*<br>Class Foo<br>set f [Foo new]<br>$f info Class ;# returns &quot;::Foo&quot;, which seems correct<br>$f info Class &quot;Foo&quot; ;# in 1.5.6, returns 1; in 1.6.0, returns an empty string<br>
<br><br>To repeat, the issue is that &quot;Object info class &lt;classname&gt;&quot; returns a boolean value in XOTcl 1.5.6, but returns an empty string in 1.6.0 -- the current documentation on the website suggests that the 1.5.6 behavior is correct.<br>
<br>Am I missing something? Should the documentation be changed, or is the behavior in 1.6.0 incorrect? I downloaded the package via ActiveState&#39;s teacup service; I&#39;m working on Mac OS X 10.4 Intel.<br><br>Thanks in advance for any help!<br>
<br>Cheers,<br>Edmond<br>