GemTalk / Sparkle

MIT License
11 stars 5 forks source link

Cannot compile SpkTaskspaceLayoutTool>>initializeForDefault in GemStone (instance variable SpkTaskspaceLayoutTool has already been declared) #9

Closed dalehenrich closed 3 years ago

dalehenrich commented 3 years ago

Here's the error:

GemStone Smalltalk Compiler Errors:
 Near line 37 of file /home/dhenrich/rogue/_homes/rogue/_home/server/stones/RSR_360/updateRowanRepositoryInstallRsr.tpz
Error found while compiling instance method for class SpkTaskspaceLayoutTool
   initializeForDefault

           | taskspaceTool |
 *           ^1                                                       *******
           taskspaceTool := SpkTaskspaceTool newDefault.
           self initializeForTool: taskspaceTool

1: [1030] variable has already been declared

As a workaround I will remove the temp declaration, but @martinmcclure will need to review in case something else was intended

dalehenrich commented 3 years ago

This issue will be addressed when #12 - Classes in Sparkle-Tools-Common need to be moved to Sparkle-Tools-Pharo is complete

martinmcclure commented 3 years ago

12 is complete; closing this one.