Adam Perry
Adam Perry
Anywhere a crate or feature is mentioned (website, readme, book, etc) there should be a 1 (maaaaybe 2?) click path to the source code of an example for that crate/feature....
Need to define a project policy for the minimum Rust version we support. CI still needs to use a pinned nightly version for collecting coverage, but once https://github.com/anp/moxie/issues/221 happens that'll...
The current coverage metrics miss a lot of tests that run in chromedriver. I think the blocker here is wasm-bindgen-test: https://github.com/rustwasm/wasm-bindgen/issues/2276. Need to experiment with compiling the LLVM instrumentation in...
Need to be able to mark parameters as `#[slot]` (part of the slot tuple generated). Caching should be opt-in (out?). If cached, arguments should be assumed to be part of...
I'm not sure this is possible, since mox relies on having the name of a function to call to produce a value for a tag. Opening this issue to explore...
The docs will be much clearer if they can include some actual invocations. This will mean adding some fake/stub/test builders to the mox crate with `#[cfg(doc)`.
- **Naming** *(crate aligns with Rust naming conventions)* - [ ] Casing conforms to RFC 430 ([C-CASE]) - [ ] Ad-hoc conversions follow `as_`, `to_`, `into_` conventions ([C-CONV]) - [...
- **Naming** *(crate aligns with Rust naming conventions)* - [ ] Casing conforms to RFC 430 ([C-CASE]) - [ ] Ad-hoc conversions follow `as_`, `to_`, `into_` conventions ([C-CONV]) - [...
- **Naming** *(crate aligns with Rust naming conventions)* - [ ] Casing conforms to RFC 430 ([C-CASE]) - [ ] Ad-hoc conversions follow `as_`, `to_`, `into_` conventions ([C-CONV]) - [...
https://github.com/rust-lang/rust/issues/42301 tracks doing this automatically. https://crates.io/crates/version-sync in the meantime, probably with a macro that ofl knows how to update?