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 on (extra output to stderr), but I'd prefer to
flip it off before you release it.
thanks,
Scott
On 9/4/09 10:18 AM, "Doug Cutting" said:
> 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
>