Errors loading into VW 7.8

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

Errors loading into VW 7.8

Terry Raymond
Sometimes I get a DNU when loading a package.

BlockAnalyzer>>storeHintsForStandardSmalltalk

        allBlocks do:
                [:block |
                block node compilerHints: block.
                block temps do:
                        [:tmp |
                        tmp storeHints]].

The variable "tmp" has the symbol #notShared in it so it
does not understand #storeHints.

Is there a fix for this?

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Errors loading into VW 7.8

Terry Raymond
Never mind, I found it.

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================

> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Terry Raymond
> Sent: Friday, June 24, 2011 11:48 AM
> To: VWNC
> Subject: [vwnc] Errors loading into VW 7.8
>
> Sometimes I get a DNU when loading a package.
>
> BlockAnalyzer>>storeHintsForStandardSmalltalk
>
> allBlocks do:
> [:block |
> block node compilerHints: block.
> block temps do:
> [:tmp |
> tmp storeHints]].
>
> The variable "tmp" has the symbol #notShared in it so it
> does not understand #storeHints.
>
> Is there a fix for this?
>
> Terry
>
> ===========================================================
> Terry Raymond
> Crafted Smalltalk
> 80 Lazywood Ln.
> Tiverton, RI  02878
> (401) 624-4517      [hidden email]
> <http://www.craftedsmalltalk.com>
> ===========================================================
>
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc