[ENH] maximumSupportedDisplayDepth

ducasse ducasse at iam.unibe.ch
Sun Jan 6 08:53:51 UTC 2002


Hi John 

But I do not understand because on my VM it is working?
I'm on Squeak 3.2.1Beta6MT


>> from preamble:
>> 
>> "Change Set:        maximumSupportedDisplayDepth
>> Date:            5 January 2002
>> Author:            stephane ducasse
>> 
> Two methods to calculate and the maximum display depth."!
> 
> MMM some VMs like the mac are guilty of just returning true
> switch (depth) {
> case 1:
> case 2:
> case 4:
> case 8:
> case 16:
> case 32:
> return true;
> }
> return false;
> 
> I'll look at fixing this in a 3.2.2 mac VM.





More information about the Squeak-dev mailing list