On 25/03/2016 04:57, Marvin Humphrey wrote:
Nearly all compiler warnings are gone. A lengthy list of unused var warnings (all originating at the same spot in CFC) under the Perl bindings persist, but that should not block the release.
The warnings in the generated code should be fixed in Clownfish RC 3.
The `test_valgrind` build target reveals a few invalid reads. Most of them are limited to the test suite and are not critical, though they could potentially cause the test suite to fail unexpectedly. There is one interesting problem, but it is actually a Clownfish bug -- if it blocks a release, it should block Clownfish. I'll comment more on the Clownfish VOTE thread.
I found another invalid read that revealed a bug in Lucy: https://git-wip-us.apache.org/repos/asf?p=lucy.git;a=commitdiff;h=2748bb85e41f8431f77667eb70aeef83b0712f55 But this looks harmless to me. Nick
