From 5211190bb0c37d5d03d325e7a8b4d3e0b20a51f4 Mon Sep 17 00:00:00 2001 From: David Li Date: Sat, 9 Jan 2016 20:27:38 -0700 Subject: Add a TODO as a test --- Cargo.lock | 4 ++-- TODO.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 TODO.md diff --git a/Cargo.lock b/Cargo.lock index b3f0c3a..da90dcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "rustv 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustv 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -75,7 +75,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustv" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "elfloader32 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e1f5dab --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +* Remember: 4 cores per side + * Each core could sneak attack individually + * Need some way to have four cores share a cache, and each + individually sneak attack + * `#[derive(Clone)]` on `ShareableCache` so each core per team + can keep track of its own sneak attack status + * May need to decouple core/cache steps to avoid double-stepping + + -- cgit v1.2.3