tarantool / avro-schema

Apache Avro schema tools for Tarantool
57 stars 4 forks source link

reload: fix avro_schema.runtime #128

Closed olegrok closed 4 years ago

olegrok commented 5 years ago

Previous patch (bbcf5fc14e3fd1962351574d3f6c30e84bcf7c92) fixed only part of problem - avro_schema.il.

Hovewer, avro_schema.runtime is also affected. Let's fix it and improve reload test - add all submodules to it.

Follow-up #34