[Cuis] Cuis-Solitaire [Uses new Drag and Drop]

H. Hirzel hannes.hirzel at gmail.com
Wed Jan 23 15:05:20 CST 2013


The script for installation has to be adapted because of a recent change of Juan


    CodePackageFile installPackageStream:

instead of

    CodeFileBrowser installPackage:



    | slash |
    slash := FileDirectory slash.
    CodePackageFile installPackageStream:
        (FileStream concreteStream readOnlyFileNamed:
            '..', slash, 'Cuis-Solitaire', slash,
'Morphic-Games-Solitaire.pck.st'
    )


Of course in this simple case where there is only one pck.st file you
can alternatively easily file it in with the File List browser

--Hannes

On 1/23/13, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> On 1/23/13, Ken Dickey <Ken.Dickey at whidbey.com> wrote:
>
>> Still needs a bit of work, but you can move
>>
>> 	https://github.com/KenDickey/Cuis-Solitaire
>>
>> from	Not yet tested..
>> to	Other packages practically tested
>
>
> And while you are at updating
>     https://github.com/jvuletich/Cuis/blob/master/ListOfCuisPackages.md
>
> remove the line
> https://github.com/garduino/Cuis-JSON JSON Support for Cuis Still 1
> test failing.
> in the category 'Other packages practically tested'
>
> as it appears as well in the first category.
>
> --Hannes
>




More information about the Cuis mailing list