How you guys are loading fuel on Pharo 3? This isn't getting that done: Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load. ((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
On 04 Jan 2014, at 14:24, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
How you guys are loading fuel on Pharo 3?
Fuel is already in no need to load.
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
no need to⦠is in image :) On 04 Jan 2014, at 14:23, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
How you guys are loading fuel on Pharo 3?
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
cool thanks On Jan 4, 2014, at 11:23 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
How you guys are loading fuel on Pharo 3?
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
Sebastian, I dug up this post by accident, but: did you run into errors? Or why did you think that Fuel didnât get loaded? Cheers, Max On 04.01.2014, at 14:30, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
cool
thanks
On Jan 4, 2014, at 11:23 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
How you guys are loading fuel on Pharo 3?
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
because it is already there, probably :) On 17 Feb 2014, at 20:55, Max Leske <maxleske@gmail.com> wrote:
Sebastian,
I dug up this post by accident, but: did you run into errors? Or why did you think that Fuel didnât get loaded?
Cheers, Max
On 04.01.2014, at 14:30, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
cool
thanks
On Jan 4, 2014, at 11:23 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
How you guys are loading fuel on Pharo 3?
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
oops, wanted to send it directly⦠On 17.02.2014, at 21:01, Esteban Lorenzano <estebanlm@gmail.com> wrote:
because it is already there, probably :)
Yeah, thatâs what I think but I want to be sure :)
On 17 Feb 2014, at 20:55, Max Leske <maxleske@gmail.com> wrote:
Sebastian,
I dug up this post by accident, but: did you run into errors? Or why did you think that Fuel didnât get loaded?
Cheers, Max
On 04.01.2014, at 14:30, Sebastian Sastre <sebastian@flowingconcept.com> wrote:
cool
thanks
On Jan 4, 2014, at 11:23 AM, Sebastian Sastre <SEBASTIAN@FLOWINGCONCEPT.COM> wrote:
How you guys are loading fuel on Pharo 3?
This isn't getting that done:
Gofer new url: 'http://smalltalkhub.com/mc/Pharo/Fuel/main'; package: 'ConfigurationOfFuel'; load.
((Smalltalk at: #ConfigurationOfFuel) project version: #stable) load.
participants (4)
-
Esteban Lorenzano -
Marcus Denker -
Max Leske -
Sebastian Sastre