The Trunk: Kernel-codefrau.1374.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-codefrau.1374.mcz

commits-2
Vanessa Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-codefrau.1374.mcz

==================== Summary ====================

Name: Kernel-codefrau.1374
Author: codefrau
Time: 18 February 2021, 2:44:41.361952 pm
UUID: 69ebed8c-9b16-43ab-9610-2aaef6f932b5
Ancestors: Kernel-eem.1373

Move bytecodeSetName to BytecodeEncoder

=============== Diff against Kernel-eem.1373 ===============

Item was changed:
  ----- Method: CompiledCode>>bytecodeSetName (in category 'accessing') -----
  bytecodeSetName
+ ^self encoderClass bytecodeSetName!
- ^self encoderClass name copyReplaceAll: 'EncoderFor' with: ''!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-codefrau.1374.mcz

Jaromir Matas
Hi,
something's wrong - method's bytecode in explorer not showing... displaying
an error instead. see encl.
<http://forum.world.st/file/t372955/Screenshot_2021-03-01_105321.png>

best,



-----
^[^ Jaromir
--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html

^[^ Jaromir
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-codefrau.1374.mcz

marcel.taeumel
Hi Jaromir.

Which "do it" did you debug? Works in my image. The MNU issue in your screenshot is not possible. ByteCodeEncoder class implements #bytecodeSetName. :-)

Best,
Marcel

Am 01.03.2021 10:55:18 schrieb Jaromir Matas <[hidden email]>:

Hi,
something's wrong - method's bytecode in explorer not showing... displaying
an error instead. see encl.


best,



-----
^[^ Jaromir
--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-codefrau.1374.mcz

Jaromir Matas
Hi, I just did
thisContext explore
and noticed the difference... Prior (Kernel-eem.1373) it shows this:

<http://forum.world.st/file/t372955/Screenshot_2021-03-01_doit.png>

I'm on Squeak6.0alpha-20182-64bit, VM [CoInterpreterPrimitives
VMMaker.oscog-nice.2715], Win10 Pro

Sorry for not being more explicit before :) Thanks,



-----
^[^ Jaromir
--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html

^[^ Jaromir
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-codefrau.1374.mcz

marcel.taeumel
Hi Jaromir,

works on Update 20242. Try updating your image. :-)

Best,
Marcel

Am 01.03.2021 11:47:04 schrieb Jaromir Matas <[hidden email]>:

Hi, I just did
thisContext explore
and noticed the difference... Prior (Kernel-eem.1373) it shows this:



I'm on Squeak6.0alpha-20182-64bit, VM [CoInterpreterPrimitives
VMMaker.oscog-nice.2715], Win10 Pro

Sorry for not being more explicit before :) Thanks,



-----
^[^ Jaromir
--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-codefrau.1374.mcz

Jaromir Matas
Thanks!
Apologies for false alarm.
Regards,



-----
^[^ Jaromir
--
Sent from: http://forum.world.st/Squeak-Dev-f45488.html

^[^ Jaromir