Sixx problem with SortedCollection into GLASS

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

Sixx problem with SortedCollection into GLASS

dario trussardi
Ciao,

        when  with SIXX support into GLASS environment  i create object from this string:


        Object readSixxFrom: '<sixx.object sixx.id="72" sixx.name="cllOrarioServizioSaturday" sixx.type="SortedCollection" >
                                                                <sixx.object sixx.id="76" sixx.type="SmallInteger" >30</sixx.object>
                                                                <sixx.object sixx.id="77" sixx.type="SmallInteger" >40</sixx.object>
                                                                <sixx.object sixx.id="78" sixx.type="SmallInteger" >20</sixx.object>
                                                                <sixx.object sixx.id="79" sixx.type="SmallInteger" >50</sixx.object>
                                                        </sixx.object>'
               
        the system answer aSortedCollection without the last item.


        The same code execute in Pharo work fine.

        Has anyone come across this my problem?

        I forgot something ?

        Thanks,

                Dario
Reply | Threaded
Open this post in threaded view
|

Re: Sixx problem with SortedCollection into GLASS

Dale Henrichs
Dario,

I've fixed this bug in GsSIXX 0.3-c.1. I'll keep that version in development until we've addressed your needs ... I'll port this bugfix to the 2.4 branch when we're ready to release.

I added a SortedCollection test case that now passes ...

Let me know about additional problems.

Dale

----- Original Message -----
| From: "Dario Trussardi" <[hidden email]>
| To: "beta discussion Gemstone Seaside" <[hidden email]>
| Sent: Thursday, December 13, 2012 7:39:40 AM
| Subject: [GS/SS Beta] Sixx problem with SortedCollection into GLASS
|
| Ciao,
|
| when  with SIXX support into GLASS environment  i create object from
| this string:
|
|
| Object readSixxFrom: '<sixx.object sixx.id="72"
| sixx.name="cllOrarioServizioSaturday" sixx.type="SortedCollection"
| >
| <sixx.object sixx.id="76" sixx.type="SmallInteger"
| >30</sixx.object>
| <sixx.object sixx.id="77" sixx.type="SmallInteger"
| >40</sixx.object>
| <sixx.object sixx.id="78" sixx.type="SmallInteger"
| >20</sixx.object>
| <sixx.object sixx.id="79" sixx.type="SmallInteger"
| >50</sixx.object>
| </sixx.object>'
|
| the system answer aSortedCollection without the last item.
|
|
| The same code execute in Pharo work fine.
|
| Has anyone come across this my problem?
|
| I forgot something ?
|
| Thanks,
|
| Dario