[Glass] Loading GBSTools into VisualWorks 8.2 results in Message not understood: #defaultParsers

Martin McClure via Glass glass at lists.gemtalksystems.com
Mon Sep 19 14:58:33 PDT 2016


On 09/19/2016 01:45 PM, Georg Heeg wrote:
> Martin,
> 
> I think that SourceCodeEditor>> defaultParserClass should read like this:
> 
> defaultParserClass
> 
> 	| cls |
> 	cls := self languageServices language: self language category: #parserClass ifAbsent: [RBParser].
> 	^cls == RBParser ifTrue: [GemStone.Gbs.GbxRBParser] ifFalse: [cls]
> 

Hi Georg,

Thanks for the report and the code.

The GBS team member who's been working in this area reports that your
code should work in VW 8.2. Our current development code base has a
slightly more complex solution, since your code uses facilities not
present in VW8.1.x, and we're aiming for compatibility with both.

Regards,

-Martin


More information about the Glass mailing list