[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2010-08-12 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated THRIFT-162: - Fix Version/s: (was: 0.4) I'm untagging this for 0.4 because I don't expect it to get done

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-12-13 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated THRIFT-162: --- Fix Version/s: (was: 0.2) 0.3 Thrift structures are unhashable, preventing

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-04-07 Thread Kevin Clark (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Clark updated THRIFT-162: --- Fix Version/s: 0.2 Thrift structures are unhashable, preventing them from being used as set

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-04-01 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss updated THRIFT-162: --- Attachment: reading-containers.diff This additional patch provides support for reading immutable

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-03-26 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss updated THRIFT-162: --- Attachment: immut-v4.diff Sorry, diffed against the wrong branch. Thrift structures are

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-03-25 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss updated THRIFT-162: --- Attachment: immut-v3.diff Thrift structures are unhashable, preventing them from being used as set

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-03-24 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss updated THRIFT-162: --- Attachment: immut-no-slots-v1.diff Okay. Here is my version without the slots stuff. Slots don't

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-03-24 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss updated THRIFT-162: --- Attachment: immut-v2.diff This version makes the syntax test pass. Yay! Of course, reading still

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-02-03 Thread Esteve Fernandez (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteve Fernandez updated THRIFT-162: Attachment: thrift-162_v2_annotiations.patch Fixes __repr__ and __eq__ Thrift structures

[jira] Updated: (THRIFT-162) Thrift structures are unhashable, preventing them from being used as set elements

2009-02-01 Thread Esteve Fernandez (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteve Fernandez updated THRIFT-162: Attachment: thrift-162_annotiations.patch This patch uses the annotations mechanism to