Nelo Mitranim

Results 96 comments of Nelo Mitranim

If having it globally causes problems in some projects, and if `rustfmt.toml` doesn't work, you can create Sublime projects for those folders, and put `RustFmt` settings in project settings.

The plugin expects the Rust tools to parse their corresponding configs, be it `.toml` or something else. But wait, if `cargo fmt` picks up settings from `Cargo.toml`, why not use...

Thanks for looking into it, I'm out of the loop since I only occasionally deal with Rust. I feel like `rustfmt` should be the one pulling `edition` out of `cargo.toml`....

This might sound counterintuitive coming from the author, but I recommend you don't spend time on jisp right now. Lack of tests aside, as a language, jisp is inferior to...

Tried this in 0.2.21 and it broke a bunch of things. Need to retry later, more carefully.

Similarly, sometimes you have to double _unquote_ things (using `(unquote ,x)` because the tokeniser doesn't let `,,x` through). This doesn't seem right.