<p></p>
<p dir="auto">Observations in a current Trunk image with the latest VM RC:</p>
<ul dir="auto">
<li><code class="notranslate">Compiler evaluate: 'super foo' for: ProtoObject new.</code>
<ul dir="auto">
<li>expected: <code class="notranslate">⚡ MessageNotUnderstood: ProtoObject>>foo</code></li>
<li>actual: <code class="notranslate">⚡ MessageNotUnderstood: SmallInteger>>foo</code></li>
</ul>
</li>
<li><code class="notranslate">Compiler evaluate: 'super bitCountOfByte' for: ProtoObject new.</code>
<ul dir="auto">
<li>expected: <code class="notranslate">⚡ MessageNotUnderstood: ProtoObject>>bitCountOfByte</code></li>
<li>actual: <code class="notranslate">⚡ MessageNotUnderstood: ProtoObject>>+</code> from <code class="notranslate">ProtoObject(SmallInteger)>>bitCountOfByte</code></li>
</ul>
</li>
</ul>
<p dir="auto">Note that in the image-side simulator, method lookup for <code class="notranslate">ProtoObject</code> may lead to crashes at the moment:</p>
<ul dir="auto">
<li><code class="notranslate">Compiler evaluate: 'super foo' for: ProtoObject new.</code> (simulated)
<ul dir="auto">
<li><code class="notranslate">⚡ MessageNotUnderstood: UndefinedObject>>lookupSelector:</code> from <code class="notranslate">Context>>send:to:with:lookupIn:</code></li>
</ul>
</li>
</ul>
<p dir="auto">I will happy to fix the image-side bugs to align them to the VM behavior. As for the VM side, it would be an interesting task, but would require more familiarization for me. <g-emoji class="g-emoji" alias="wink" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f609.png">😉</g-emoji></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/629">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW2N7EDSNT7WCKEPSBDVHLB4PANCNFSM5UTGAQAA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AIJPEW6VTT7O7PNKCEMWYILVHLB4PA5CNFSM5UTGAQAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4SFJAVOA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><OpenSmalltalk/opensmalltalk-vm/issues/629</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/629",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/629",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>