[GitHub] avro pull request #173: Minor cleanups.

2016-12-19 Thread zicl
GitHub user zicl opened a pull request: https://github.com/apache/avro/pull/173 Minor cleanups. Fixed several possible null pointer exceptions and unchecked casts. These triggered security and code health warnings in our static code analyzer tools. You can merge this pull

[GitHub] avro pull request #127: AVRO-1853: Compiler::toBin crashes on empty string

2016-09-28 Thread zicl
Github user zicl closed the pull request at: https://github.com/apache/avro/pull/127 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[GitHub] avro pull request #127: AVRO-1853: Compiler::toBin crashes on empty string

2016-09-20 Thread zicl
GitHub user zicl opened a pull request: https://github.com/apache/avro/pull/127 AVRO-1853: Compiler::toBin crashes on empty string Added a unit test triggering the bug then fixed the bug. Modified build process to use debug builds for tests to allow catching bugs