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
Here's the error:
As a workaround I will remove the temp declaration, but @martinmcclure will need to review in case something else was intended