Marcel Taeumel
Marcel Taeumel
It's not yet working. I did a small test: ```YAML jobs: test-github-env: steps: - uses: uraimo/[email protected] with: arch: armv6 distro: buster run: echo "FOO=42" >> $GITHUB_ENV - run: echo $FOO...
http://lists.squeakfoundation.org/pipermail/vm-dev/2022-April/037922.html > As I said before, this is also a good solution for Cuis. So, my > suggestion, is to simply make primitive 126 fail on MacOs. > > This...
>Well, this would be trivial to make backwards compatible were the necessary old image fix only PasteUpMorph disableDeferredUpdates: true. I think it might already be since the morphic canvas is...
Note that the very mechanism of "deferring display updates" and thus relying on a VM-side composition buffer could actually be a feature with a larger impact. However, I am not...
If the VM is hardware, then Squeak is not an application but an operating system. And not all operating systems run on new hardware. Or do they? They might need...
> The issue is to *not break older images*. We do not do that. They just open fine. They run just fine. You can do 99.9999% of what you could...
> Well, this would be trivial to make backwards compatible were the necessary old image fix only >`PasteUpMorph disableDeferredUpdates: true.` I have no idea how you mean by that. Are...
For the sake of piece, I will invest some more time and look into how difficult it would be to let primitive 126 fail for platform-specific graphics backends.
Done. See PR https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/631. If there are no objections, I will merge it and finish the OSVM release.
Have you tried to override the settings of the executable? On my machine the window decorations are scaled properly. It is nothing the VM itself can fix. In the Manifest,...