Hi guys,
GRUtf8CodecTest>>expectedFailures
^ SystemVersion current major < 9
ifTrue: [ #(testCodecUtf8ShortestForm) ]
ifFalse:[ #() ]
Makes my VAST port more complicated because VAST does not have SystemVersion class. I would be happy to include if at least it would be part of Grease itself..but right now that doesn't seem to be the case and its just to mark a failing test before < 9. Even more... this is coupled to Pharo but on a generic package.. I guess Squeak and GemStone even if they may have SystemVersion, they sure have different numbers.
Thoughts?