bevy/crates/bevy_reflect/src
Nathan Stocks 13b602ee3f Xtask CI (#1387)
This PR is easiest to review commit by commit.

Followup on https://github.com/bevyengine/bevy/pull/1309#issuecomment-767310084

- [x] Switch from a bash script to an xtask rust workspace member.
  - Results in ~30s longer CI due to compilation of the xtask itself
  - Enables Bevy contributors on any platform to run `cargo ci` to run linting -- if the default available Rust is the same version as on CI, then the command should give an identical result.
- [x] Use the xtask from official CI so there's only one place to update.
- [x] Bonus: Run clippy on the _entire_ workspace (existing CI setup was missing the `--workspace` flag
  - [x] Clean up newly-exposed clippy errors 

~#1388 builds on this to clean up newly discovered clippy errors -- I thought it might be nicer as a separate PR.~  Nope, merged it into this one so CI would pass.

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2021-02-22 08:42:19 +00:00
..
impls Implement Reflect for integer glam vectors. (#1455) 2021-02-19 22:25:07 +00:00
serde Implement Reflect for tuples up to length 12 (#1218) 2021-01-07 19:50:09 -08:00
lib.rs Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
list.rs fix rustdoc warnings (#1437) 2021-02-22 03:59:35 +00:00
map.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
path.rs Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
reflect.rs Made ReflectMut::Tuple enum variant use a mutable reference (#1226) 2021-01-08 18:29:03 -08:00
struct_trait.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
tuple_struct.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
tuple.rs Fix Reflect serialization of tuple structs (#1366) 2021-02-02 13:57:26 -08:00
type_registry.rs Fix clippy stuff (#1433) 2021-02-11 14:09:01 -08:00
type_uuid.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00