Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Data.Avro.Schema.extractBindings. #62

Merged
merged 1 commit into from Oct 18, 2018

Commits on Oct 18, 2018

  1. Fixed Data.Avro.Schema.extractBindings.

    The old implementation had some odd bugs with nested type definitions, including missing types defined inside arrays and maps. This PR has a new implementation of extractBindings that fixes all the problems as well as a test case which covers a bunch of edge cases for extracting types from a schema.
    Tikhon Jelvis committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    2f12212 View commit details
    Browse the repository at this point in the history