jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Upgrade to SpatialOS SDK 13.6.0 #69

Closed jamiebrynes7 closed 5 years ago

jamiebrynes7 commented 5 years ago

After #24, need to then upgrade to 13.6.0! Has some minor changes to KCP and some schema compiler semantic changes.

randomPoison commented 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 😁