Hi all,
@Ricardo, I tried to load the arduino package using you MetacelloConfig
and it seems that it misses a dependency to RB
perhaps you tried in Pharo 1.3 which includes it.
is this dependency mandatory? maybe it would be great to update the
ConfigurationOfArduino.
I managed to load it in 1.4 using:
Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfRefactoringBrowser';
load.
((Smalltalk at: #ConfigurationOfRefactoringBrowser) project version:
#stable) load.
Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfArduino';
load.
(Smalltalk at: #ConfigurationOfArduino) load.
@Hubert and Robin, now you can make it work for real on the arduino board
;-)
#Luc