The Inbox: Graphics-kfr.304.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Graphics-kfr.304.mcz

commits-2
A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/Graphics-kfr.304.mcz

==================== Summary ====================

Name: Graphics-kfr.304
Author: kfr
Time: 9 January 2015, 1:34:19.648 pm
UUID: 5d91df23-754f-2943-a152-9111ccf644e0
Ancestors: Graphics-bf.303

GIFReadWriter>>close  caused error since change to read only file stream reading

=============== Diff against Graphics-bf.303 ===============

Item was removed:
- ----- Method: GIFReadWriter>>close (in category 'stream access') -----
- close
- "Write terminator"
- self nextPut: Terminator.
- ^super close!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Graphics-kfr.304.mcz

Tobias Pape
Isn't that already in trunk?


On 10.01.2015, at 14:10, [hidden email] wrote:

> A new version of Graphics was added to project The Inbox:
> http://source.squeak.org/inbox/Graphics-kfr.304.mcz
>
> ==================== Summary ====================
>
> Name: Graphics-kfr.304
> Author: kfr
> Time: 9 January 2015, 1:34:19.648 pm
> UUID: 5d91df23-754f-2943-a152-9111ccf644e0
> Ancestors: Graphics-bf.303
>
> GIFReadWriter>>close  caused error since change to read only file stream reading
>
> =============== Diff against Graphics-bf.303 ===============
>
> Item was removed:




Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Graphics-kfr.304.mcz

Karl Ramberg
yes

On Sat, Jan 10, 2015 at 7:27 PM, Tobias Pape <[hidden email]> wrote:
Isn't that already in trunk?


On 10.01.2015, at 14:10, [hidden email] wrote:

> A new version of Graphics was added to project The Inbox:
> http://source.squeak.org/inbox/Graphics-kfr.304.mcz
>
> ==================== Summary ====================
>
> Name: Graphics-kfr.304
> Author: kfr
> Time: 9 January 2015, 1:34:19.648 pm
> UUID: 5d91df23-754f-2943-a152-9111ccf644e0
> Ancestors: Graphics-bf.303
>
> GIFReadWriter>>close  caused error since change to read only file stream reading
>
> =============== Diff against Graphics-bf.303 ===============
>
> Item was removed: