Closed dram closed 2 years ago
Thanks for the pointers! A fix is on the main
branch.
Fix confirmed, thanks!
With this fix, TruffleSqueak-Core
and TruffleSqueak-Support
can be loaded into Squeak 6.0 beta image now, and following code works with no problem:
(Java type: 'java.lang.System') out println: 'Hello world!'.
A MNU error will be occurred when compiling code contains character literals, e.g.:
I think it is related to https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-March/219464.html and https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/618