[jira] Updated: (AVRO-112) Turn off verbose debugging on the checked in version

2009-09-04 Thread Scott Banachowski (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Banachowski updated AVRO-112: --- Status: Patch Available (was: Open) > Turn off verbose debugging on the checked in version > -

[jira] Updated: (AVRO-112) Turn off verbose debugging on the checked in version

2009-09-04 Thread Scott Banachowski (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Banachowski updated AVRO-112: --- Attachment: AVRO-112.patch patch file > Turn off verbose debugging on the checked in version >

[jira] Created: (AVRO-112) Turn off verbose debugging on the checked in version

2009-09-04 Thread Scott Banachowski (JIRA)
Turn off verbose debugging on the checked in version Key: AVRO-112 URL: https://issues.apache.org/jira/browse/AVRO-112 Project: Avro Issue Type: Improvement Components: c++

Re: [VOTE] Avro release 1.1.0 (candidate 0)

2009-09-04 Thread Scott Banachowski
I noticed that in the last c++ patch, a macro to turn on extra debugging is turned on (probably accidently by me). (line 29 of src/c++/impl/Compiler.cc) Usually I comment the line to turn it off, like so: 27 namespace avro { 28 29 // #define DEBUG_VERBOSE 30 It does no harm to leave it o

Re: [VOTE] Avro release 1.1.0 (candidate 0)

2009-09-04 Thread Patrick Hunt
+1, md5 matches, ant test passes (ubuntu jaunty), and RAT comes up clean. Patrick Matt Massie wrote: I ran "ant test-c" on my Macbook (MacOS X 10.5.8) and "ant test" on CentOS 5.3 64-bit and it passed. +1 -Matt On Fri, Sep 4, 2009 at 10:18 AM, Doug Cutting wrote: I have created a candid

Re: [VOTE] Avro release 1.1.0 (candidate 0)

2009-09-04 Thread Matt Massie
I ran "ant test-c" on my Macbook (MacOS X 10.5.8) and "ant test" on CentOS 5.3 64-bit and it passed. +1 -Matt On Fri, Sep 4, 2009 at 10:18 AM, Doug Cutting wrote: > I have created a candidate build for Avro release 1.1.0. This fixes bugs > in release 1.0.0 and adds a few new features, inclu

[VOTE] Avro release 1.1.0 (candidate 0)

2009-09-04 Thread Doug Cutting
I have created a candidate build for Avro release 1.1.0. This fixes bugs in release 1.0.0 and adds a few new features, including comparators and a json encoding. Please download, test and vote by 9 September. http://people.apache.org/~cutting/avro-1.1.0-candidate-0/ Thanks! Doug

[jira] Resolved: (AVRO-111) document standard sort ordering

2009-09-04 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting resolved AVRO-111. --- Resolution: Fixed I just committed this. > document standard sort ordering > -