Caleb Cartwright

Results 705 comments of Caleb Cartwright
trafficstars

> I am new to Rust world. Welcome :wave: > The fact that it's over 5 years since issue was raised. I am thinking this project has been abandoned? No,...

I'm going to minimize some of these comments as they feel orthogonal to this particular issue, and are representative of issues experienced by a user (@iddm) that have been reported...

@msrd0 - this is indeed a great place to ask questions/make suggestions about the type of a config option, associated variants, etc. so thanks for sharing. Do you think it's...

We already do formatting consideration of spaces based on the kinds of expressions (since a float expression on the lhs or a nested range on the rhs could be botched...

> @calebcartwright I think we need to remove or disable the [`generic-simd`](https://github.com/rust-lang/rustfmt/blob/728939191e4218e2c1296c7ba3eb36590cbcb9bd/Cargo.toml#L33) feature. [bytecount](https://github.com/llogiq/bytecount) uses [packed_simd](https://github.com/rust-lang/packed_simd), which is where the [error is occurring](https://github.com/rust-lang/packed_simd/issues/360) on our nightly builds. I see you're...

I don't think there's any particular urgency to push a sync through at the moment. It's been too long since the last one, but that was the case last week...

> @calebcartwright is it fine to remove [`error-chain`](https://github.com/rust-lang-deprecated/error-chain) from our integration tests? The project is archived and it seems that the tests don't build anymore with the nightly version we're...

This is definitely a shape-related bug where the presence of dyn results in the wrong indentation being used when there's also multiple bounds (note that the formatting is correct when...

Thank you both for sharing, and apologies @dhardy for missing the prior questions (suspect it got list in the github inbox noise). I'm not sure offhand if the behavior shared...