Miguel Young
Miguel Young
This test is flaky under the following interleaving: - exec_to_string() grabs MUTATE_ENV. - env_inherit_set() calls temp_env_var() which calls env::set_var(). - exec_to_string() executes some asserts, one of which fails because the...
Given the following code: ```rust struct MyType(u32); impl std::fmt::Display for MyType { fn fmt(&self, f: &mut std::fmt::Formatter) -> Result { ::fmt(&self.0, f) } } ``` The current output is: ```...
This issue tracks attempting to build as many Tock libraries as possible with a stable compiler, that is, minimizing the number of `#![feature(...)]` pragmas used in `lib.rs` files. ## Update...
This change implements RFC-3 by adding a new spec that describes the format in normative detail, and by updating the Challenge Protocol Specification to use the new syntax. Signed-off-by: Miguel...
`master` -> `host` and `slave` -> `device`, as discussed offline.
This RFC describes how Cerberus devices would negotiate how to speak Cerberus. Not only does it describe a versioning scheme, but it gives us an easy way to add new...
There are a few opens, namely: - Do we want to include the "PFM Support" et al bits? They're underspecified right now and it might make more sense to add...
This is a proposal per our discussion last Friday. Let me know if there's any issues with it as written.
After much dragging my feet I've put the proposal into RFC. I look forward to hearing feedback here. =)
Clean up comments to match standard Go comment conventions for exported names.