t from disk right into Squeak:
>>>
>>> http://wiki.squeak.org/squeak/1762
>>>
>>> Accessing devices/writing drivers in Smalltalk, etc.
>>>
>>> Would like to know if it's some how possible to control external
>>>> programs from within Pharo, essentially shell scripts for network setup,
>>>> etc.
>>>>
>>>
>>> Check out the "OSProcess" package in Pharo.
>>>
>>> Bye
>>> T.
>>>
>>
>>
>
--
Javier Pimás
Ciudad de Buenos Aires
and handling another exception in new
>> thread. In this case, just pass it through handler."
>> > ^ handlerAction
>> cull: ex ] ].
>> > bottom := [ Processor terminateActive ] asContext.
>> > onDoCtx privSender: bottom.
>> > handler := [ handlerAction cull: ex ] asContext.
>> > handler privSender: thisContext sender.
>> > (Process forContext: handler priority: Processor
>> activePriority) resume."cut the stack of current process"
>> > thisContext privSender: thisCtx.
>> > nil ] in BlockClosure>>on:fork:
>> >
>> >> On 07 Jan 2015, at 14:15, Andrei Chis
>> wrote:
>> >>
>> >> Hi,
>> >>
>> >> There is one extra package that you need to load from the GToolkit
>> repository: GT-InspectorExtensions-CoreRoassal
>> >> It contains all the inspector extensions that depend on roassal and
>> thus cannot be integrated into Pharo.
>> >>
>> >>
>> >> Cheers,
>> >> Andrei
>> >>
>> >> On Wed, Jan 7, 2015 at 1:35 PM, Sven Van Caekenberghe
>> wrote:
>> >> Hi,
>> >>
>> >> I just loaded Roassal2 in Pharo4 using the following expression:
>> >>
>> >> Gofer it
>> >> smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
>> >> configurationOf: 'Roassal2';
>> >> loadStable.
>> >>
>> >> When I try one of the examples I see that I am missing some GT
>> presentations specific to Roassal. How should I load those ?
>> >>
>> >>
>> >>
>> >> Thx,
>> >>
>> >> Sven
>> >>
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
>
>
--
Javier Pimás
Ciudad de Buenos Aires
should also load the packages Glamour-Tools
> and Glamour-Roassal2-Presentations from the Glamour repo.
>
>
> Cheers,
> Andrei
>
> On Mon, Mar 23, 2015 at 8:49 PM, Javier Pimás
> wrote:
>
>> Hi guys, I see the same problem with latest pharo4. I loaded gt
>> ex
OK, that did the trick, thank you!
On Tue, Mar 24, 2015 at 2:22 PM, Andrei Chis
wrote:
> Use:
>
> Gofer new
> smalltalkhubUser: 'Moose' project: 'Glamour';
> package: 'Glamour-Tools';
> package: 'Glamour-Roassal2-Presentations';
N-Teapot-0-8-micro-web-framework-tp4774449.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
--
Javier Pimás
Ciudad de Buenos Aires
0 unexpected passes
Failures:
ReleaseTest>>#testUnknownProcesses
ZnHTTPSTests>>#testGetPharoVersion
BlockClosureTest>>#testTrace
FileHandleTest(FileSystemHandleTest)>>#testTruncate
UDPSocketEchoTest>>#testEcho
Errors:
ZnEasyTests>>#testGetJpeg
ZnClientTests>>#testIfModifiedSinceNotModified
--
Javier Pimás
Ciudad de Buenos Aires