OCompletion issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OCompletion issue

recursive
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:

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
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OCompletion issue

Levente Uzonyi-2
On Sun, 5 Dec 2010, [hidden email] 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
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OCompletion issue

recursive
Thanks for the info !

On 5 December 2010 22:32, Levente Uzonyi <[hidden email]> wrote:
On Sun, 5 Dec 2010, [hidden email] 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
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners