Will Crichton

Results 61 issues of Will Crichton

This PR addresses issues raised in rust-lang/cargo#9525. Specifically: 1. It enables examples to be scraped from `#[test]` functions, by passing additional flags to Rustdoc to ensure that these functions aren't...

S-waiting-on-review

**Summary** RFC: [#3123](https://github.com/willcrichton/rfcs/blob/master/text/3123-rustdoc-scrape-examples.md) Implementation: [#9525](https://github.com/rust-lang/cargo/pull/9525) (see also [#85833](https://github.com/rust-lang/rust/pull/85833) in rustc) Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#scrape-examples https://doc.rust-lang.org/nightly/rustdoc/scraped-examples.html Issues: https://github.com/rust-lang/cargo/labels/Z-scrape-examples This feature adds Cargo support for the new rustdoc `--scrape-examples` flag. The `--scrape-examples` feature searches...

C-tracking-issue
Z-scrape-examples

Right now, salva2d only compiles with stdweb. Future momentum seems to be [moving towards wasm-bindgen](https://github.com/rustwasm/team/issues/226), so adding support like e.g. nphysics has seems natural. I followed the same strategy used...

If you use Flowistry and it highlights something unexpectedly -- either it misses something you expect to be highlighted, or it highlights something that seems irrelevant -- please post a...

# Features * Windows support * [x] Fix span bugs? is this related to unicode? document.offsetAt seems character based and not byte-based * [x] Add windows target to release builds...

See #40 for discussion. Could download into the `.vscode/extensions/` dir?

I'm running convex decomposition on this model: [model.tar.gz](https://github.com/dimforge/parry/files/7035868/model.tar.gz) I get the following panic: ``` thread 'main' panicked at 'attempt to subtract with overflow', /Users/will/.cargo/registry/src/github.com-1ecc6299db9ec823/parry3d-0.5.1/src/shape/convex_polyhedron.rs:119:22 stack backtrace: 0: _rust_begin_unwind 1: core::panicking::panic_fmt...

One consequence of the issue mentioned [here](https://github.com/Instagram/LibCST/pull/269#issuecomment-604640756), where CSTTransformer always replaces nodes, is that methods that rely on nodes-by-identity become harder to use in bulk. For example, I'm trying to...

enhancement
machinery

## Summary This PR adds a `CSTTransformer` mixin that allows sub-classes to use `insert_statements_before_current` and `insert_statements_after_current`, as discussed in #263. For example, this transformer: ```python class InsertAssignAroundAssignVisitor(InsertStatementsVisitor): def leave_Integer( self,...

CLA Signed