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

Georg Heeg via Glass glass at lists.gemtalksystems.com
Mon Sep 19 13:45:03 PDT 2016


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]

Georg

-----Ursprüngliche Nachricht-----
Von: Martin McClure [mailto:martin.mcclure at gemtalksystems.com] 
Gesendet: Montag, 19. September 2016 21:18
An: Georg Heeg <georg at heeg.de>; glass at lists.gemtalksystems.com
Betreff: Re: [Glass] Loading GBSTools into VisualWorks 8.2 results in Message not understood: #defaultParsers

On 09/19/2016 11:39 AM, Georg Heeg via Glass wrote:
> Today I downloaded
> https://downloads.gemtalksystems.com/pub/GBS/GemBuilder8.2.zip. I
> followed the instructions and loaded GbsTools.pcl into VisualWorks 8.2.
> During load I got the MNU below.

Hi Georg,

GBS 8.2 was released before VW 8.2, and therefore officially supports
only VW 8.1.1. I haven't yet tried loading it into VW 8.2. I'll check
with the rest of the GBS team and see whether any of them have tried this.

It's quite possible that some changes need to be made to run GBS in VW 8.2.

Regards,

-Martin


More information about the Glass mailing list