Is anyone else seeing this error with Doru's Pillar GT Inspector
extension?

Given I can't get even a basic example to work I'm guessing that it is
an environmental issue, but wanted to check first...

I've tried loading it in both Pharo 5 and 6 with the same results when
selecting the Pillar tab in GT Inspector:

PPContext(Object)>>doesNotUnderstand: #identifier
PPMemoizingSea(PPSea)>>check:
PPMemoizingSea>>parseOn:
PPActionParser>>parseOn:
PPDelegateParser>>parseOn:
PPChoiceParser>>parseOn:
PPPossessiveRepeatingParser>>parseOn:
GTPillarParser(PPDelegateParser)>>parseOn:
GTPillarParser(PPParser)>>parseWithContext:
GTPillarParser(PPParser)>>parse:withContext:
GTPillarParser(PPParser)>>parse:
GTPillarHighlighterTextDecorator>>parse:onError:
GLMHighlighterTextParserStyler>>privateStyle:
[ self privateStyle: text.
view ifNotNil: [ view stylerStyledInBackground: text ] ] in [ backgroundProcess 
:= [ self privateStyle: text.
view ifNotNil: [ view stylerStyledInBackground: text ] ]
        forkAt: Processor userBackgroundPriority ] in 
GLMHighlighterTextParserStyler(SHTextStyler)>>styleInBackgroundProcess: in 
Block: [ self privateStyle: text....
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self 
value....


This is attempting to inspect a FileReference to a file with the
following contents:

--
{
   "metadata": {
     "title": "My first document while reading the 5 minutes Pillar tutorial"
    }
}

!Hello World
--

Code loaded with:

Gofer it
        url: 'http://smalltalkhub.com/mc/Pier/Pillar/main/';
        configurationOf: 'Pillar';
        loadStable  "or Development or BleedingEdge"

Gofer new
        smalltalkhubUser: 'Moose' project: 'PetitParser';
        package: 'PetitAnalyzer';
        package: 'PetitIndent';
        package: 'PetitIslands';
        smalltalkhubUser: 'Moose' project: 'GToolkit';
        package: 'GT-InspectorExtensions-Pillar';
        load


Thanks,
Alistair

Reply via email to