The Inbox: Monticello-cmm.569.mcz

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

The Inbox: Monticello-cmm.569.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.569.mcz

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

Name: Monticello-cmm.569
Author: cmm
Time: 7 September 2013, 4:16:59.096 pm
UUID: fa7434e5-a2e7-453a-ad96-aa689768ba31
Ancestors: Monticello-cmm.568

Fix for serializing MCDefinition requests.

=============== Diff against Monticello-cmm.568 ===============

Item was changed:
  ----- Method: MCHttpRepository>>serializeForRequest: (in category 'private') -----
  serializeForRequest: aMCDefinition
+ ^ ((ReferenceStream on: (RWBinaryOrTextStream on: ByteArray new))
- ^ ((ReferenceStream on: (WriteStream on: ByteArray new))
  nextPut: aMCDefinition ;
  yourself) contents asString encodeForHTTP!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Monticello-cmm.569.mcz

Chris Muller-3
This appears to have everything working.  Thanks for your help Dave and Bob..

On Sat, Sep 7, 2013 at 4:17 PM,  <[hidden email]> wrote:

> A new version of Monticello was added to project The Inbox:
> http://source.squeak.org/inbox/Monticello-cmm.569.mcz
>
> ==================== Summary ====================
>
> Name: Monticello-cmm.569
> Author: cmm
> Time: 7 September 2013, 4:16:59.096 pm
> UUID: fa7434e5-a2e7-453a-ad96-aa689768ba31
> Ancestors: Monticello-cmm.568
>
> Fix for serializing MCDefinition requests.
>
> =============== Diff against Monticello-cmm.568 ===============
>
> Item was changed:
>   ----- Method: MCHttpRepository>>serializeForRequest: (in category 'private') -----
>   serializeForRequest: aMCDefinition
> +       ^ ((ReferenceStream on: (RWBinaryOrTextStream on: ByteArray new))
> -       ^ ((ReferenceStream on: (WriteStream on: ByteArray new))
>                  nextPut: aMCDefinition ;
>                  yourself) contents asString encodeForHTTP!
>
>