[Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help. Maybe I'm doing this all wrong⦠All I want is to write a CRC plugin⦠Any suggestions? Cheers, Max
you can use a setting to accept _ Stef
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help.
Maybe I'm doing this all wrong⦠All I want is to write a CRC pluginâ¦
Any suggestions?
Cheers, Max
I assume that would be Scanner class>>allowUnderscoreAssignments. That is exactly what #pharoUnderscoreAssignment does⦠On 20.03.2012, at 11:19, Stéphane Ducasse wrote:
you can use a setting to accept _
Stef
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help.
Maybe I'm doing this all wrong⦠All I want is to write a CRC pluginâ¦
Any suggestions?
Cheers, Max
On 20.03.2012 08:55, Max Leske wrote:
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help.
Maybe I'm doing this all wrong⦠All I want is to write a CRC pluginâ¦
Any suggestions?
Cheers, Max I went through a while back and removed all underscore assignments, but I don't have write access to the repository. You can find the .mcz / .cs at: http://dl.dropbox.com/u/6751081/BalloonPluginNoUnderscores.zip
Cheers, Henry
Thanks Henrik! I'll try that. Max On 20.03.2012, at 13:15, Henrik Sperre Johansen wrote:
On 20.03.2012 08:55, Max Leske wrote:
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help.
Maybe I'm doing this all wrong⦠All I want is to write a CRC pluginâ¦
Any suggestions?
Cheers, Max I went through a while back and removed all underscore assignments, but I don't have write access to the repository. You can find the .mcz / .cs at: http://dl.dropbox.com/u/6751081/BalloonPluginNoUnderscores.zip
Cheers, Henry
On 20.03.2012, at 13:15, Henrik Sperre Johansen wrote:
On 20.03.2012 08:55, Max Leske wrote:
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the "fix" #pharoUndescoreAssignment run manually doesn't help.
Maybe I'm doing this all wrong⦠All I want is to write a CRC pluginâ¦
Any suggestions?
Cheers, Max I went through a while back and removed all underscore assignments, but I don't have write access to the repository. You can find the .mcz / .cs at: http://dl.dropbox.com/u/6751081/BalloonPluginNoUnderscores.zip
Thanks! It's now fixed in the repository. - Bert -
participants (4)
-
Bert Freudenberg -
Henrik Sperre Johansen -
Max Leske -
Stéphane Ducasse