Caleb Cartwright

Results 707 comments of Caleb Cartwright
trafficstars

@Nikhil0487 - absolutely! I suspect this may end up being a sizeable effort, but can likely be developed iteratively. I still don't have a feel for what the end state...

I absolutely appreciate how beneficial it can be to share alternatives on a feature request like this, and thank everyone for posting. However, I do think alternatives have been more...

I just want to point out that we've got a single anecdotal report that doesn't have any details that I'd consider to be salient, such as platform, when this occurred/with...

@epage responding to https://github.com/rust-lang/rustfmt/pull/5240#issuecomment-1856120291 here as I'd rather discuss if/when/etc. a feature should be implemented in the issue as opposed to a PR. > > I'm really trying to avoid...

Formatting the contents of a Cargo.toml file is significantly less complex than formatting the entire set of Rust syntax. The real question I'd argue is what that toml file should...

Thanks for the response @juergba! > try to delete the default value of ui in .mocharc.yml I added a `ui: null` in `.mocharc.yml`, but still experienced the same error (UI...

Just to confirm, does the below accurately reflect what you'd like me to try? .mocharc.yml ```yml ui: 'tdd' extension: [ 'xx' ] extends: './test/mocha-config.json' ``` test/mocha-config.json ```json { "extension": [...

We don't really have the ability to format anything that's contained with any macro call using brace delimiters, so a change to `cfg!` isn't going to do anything for rustfmt....

> The current style can have a disgusting result: > > ``` > let read = move |mut conn: DbConn

> so should rustfmt follow this rule? It doesn't seem to. I'm not quite sure I follow this. Could you elaborate on which codified rule in the Style Guide you're...