Closed jamiebrynes7 closed 5 years ago
Fixed an issue where load_all_schema_on_schema_path would only validate schema. The argument will now generate code for any .schema files in the schema_path without them having to additionally be passed in as input files. You can still only validate schema by using load_all_schema_on_schema_path without any *_out arguments.
Oh terrific! This should mean we no longer need to manually search for schema files and pass them into the schema compiler, right? Should simplify the logic in cargo-spatial 😁
After #24, need to then upgrade to
13.6.0
! Has some minor changes to KCP and some schema compiler semantic changes.