[squeak-dev] Windows, stdin, stdout

Alistair Grant akgrant0710 at gmail.com
Sat Apr 7 18:56:13 UTC 2018


Hi Eliot,

On 7 April 2018 at 16:44, Eliot Miranda <eliot.miranda at gmail.com> wrote:
> Hi Alistair,
>
>
>> On Apr 7, 2018, at 4:11 AM, Alistair Grant <akgrant0710 at gmail.com> wrote:
>>
>> Hi Benoit,
>>
>>> On 7 April 2018 at 10:24, Alistair Grant <akgrant0710 at gmail.com> wrote:
>>> Hi Benoit,
>>>
>>> On 7 April 2018 at 02:38, Benoit St-Jean via Squeak-dev
>>> <squeak-dev at lists.squeakfoundation.org> wrote:
>>>> Thanks for your help.
>>>>
>>>> So far, I've had :
>>>>
>>>> a) lots of "primitive failed", most of the time primitiveFileAtEnd
>>>> (FilePlugin)
>>>
>>> I've been able to reproduce this one.  I'll take a look and get back to you.
>>
>> Can you send me steps to reproduce the problem?
>
> $ cd image
> $ ./buildspurtrunkreaderimage.sh
> $ myvm spurreader.image
> squeak> 3 + 4!
> 7
> squeak> Smalltalk quit!
> $ ./buildspurtrunkreader64image.sh
> $ myvm spurreader-64.image
> squeak> 3 + 4!
> 7
> squeak> Smalltalk quit!
> $
>
> This no longer works on Mac OS X with the latest VMs either.

Thanks!  I believe I understand the issue now.  I just need to tidy up
the code and run it through the usual test suites.

My apologies for the troubles.


Cheers,
Alistair


More information about the Squeak-dev mailing list