[Newbies] OCompletion issue

recursive68 at gmail.com recursive68 at gmail.com
Sun Dec 5 22:53:24 UTC 2010


Thanks for the info !

On 5 December 2010 22:32, Levente Uzonyi <leves at elte.hu> wrote:

> On Sun, 5 Dec 2010, recursive68 at gmail.com wrote:
>
>  Hi,
>>
>> I'm trying to get OCompletion installed on Seaside 3.0 - Squeak 4.1
>> OneClick
>> image using Metacello and I'm running into issues. If I open a workspace
>> I'm
>> getting the following error:
>>
>
> I guess you used ConfigurationOfOCompletion to load the package, but that
> doesn't work with Squeak 4.1, only with Squeak 4.2.
>
> This script can be used to load OCompletion to Squeak 4.1:
>
> Installer squeaksource
>        project: 'RoelTyper';
>        install: 'RoelTyper-FredericPluquet.82';
>        project: 'OCompletion';
>        install: 'Ocompletion-ul.73';
>        install: 'OcompletionSqueakCompatibility-ul.1'.
>
> Note that newer versions of OCompletion are incompatible with Squeak 4.1.
>
>
> Levente
>
>
>
>> MessageNotUnderstood: SmalltalkImage>>hasBindingThatBeginsWith:
>> SmalltalkImage(Object)>>doesNotUnderstand: #hasBindingThatBeginsWith:
>> SHParserST80>>resolvePartial:
>> SHParserST80>>resolve:
>> SHParserST80>>parseTerm
>> SHParserST80>>parseBinary
>> [] in SHParserST80>>parseKeyword
>> BlockClosure>>ensure:
>> SHParserST80>>parseKeyword
>> SHParserST80>>parseCascade
>> SHParserST80>>parseExpression
>> SHParserST80>>parseStatement
>> SHParserST80>>parseStatementList
>> [] in SHParserST80>>parse:
>> BlockClosure>>ensure:
>> SHParserST80>>parse:
>> SHParserST80>>parse
>> SHParserST80>>rangesIn:classOrMetaClass:workspace:environment:
>> SHTextStylerST80>>rangesIn:setWorkspace:
>> SHTextStylerST80>>privateStyle:
>> [] in [] in SHTextStylerST80(SHTextStyler)>>styleInBackgroundProcess:
>>
>> SmalltalkImage(Object)>>doesNotUnderstand: #hasBindingThatBeginsWith:
>> SHParserST80>>resolvePartial:
>> SHParserST80>>resolve:
>> SHParserST80>>parseTerm
>> SHParserST80>>parseBinary
>> [] in SHParserST80>>parseKeyword
>> BlockClosure>>ensure:
>> SHParserST80>>parseKeyword
>> SHParserST80>>parseCascade
>> SHParserST80>>parseExpression
>> SHParserST80>>parseStatement
>> SHParserST80>>parseStatementList
>> [] in SHParserST80>>parse:
>> BlockClosure>>ensure:
>> SHParserST80>>parse:
>> SHParserST80>>parse
>> SHParserST80>>rangesIn:classOrMetaClass:workspace:environment:
>> SHTextStylerST80>>rangesIn:setWorkspace:
>> SHTextStylerST80>>privateStyle:
>> [] in [] in SHTextStylerST80(SHTextStyler)>>styleInBackgroundProcess:
>>
>>
>> I've tried reinstalling multiple times with a new image and keep running
>> into this and a similar error. Previous error occurred when creating a
>> subclass and auto-completion trying to run when typing the class name and
>> failing with an error, similar to the one above (can't remember exact
>> details).  It is driving me nuts.
>>
>> Any ideas ?
>>
>> Thanks
>>
>>  _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20101205/b4d916e5/attachment.htm


More information about the Beginners mailing list