Dominique Luna

Results 325 comments of Dominique Luna

weird if you put a space before #= it works fine.

@nickrobinson251 what do you think? I think this kind of nested use is tricky to manage

could be viewed as odd but it's not a bug, that's how YASStyle breaks lines. Since SciMLStyle fallbacks to YASStyle it'll do this, you would have to change this in...

is it common to put the skip comment after a variable name? that seems super weird, is that how Rust does it?

Ok, I see! That's actually pretty cool haha. The difficult part about doing something like this right now is the original source fragments gathered for "no format regions" is done...

Awesome! Sounds as if it can simplify current approaches and open the door to features like this one :+1:

nothing like this implemented at the moment, I think there's an older issue that points to this request as well

on my machine, macbook air M1 (2020) ``` λ ~: time julia -e 'using JuliaFormatter; format_file("test.jl")' julia -e 'using JuliaFormatter; format_file("test.jl")' 6.68s user 1.45s system 111% cpu 7.299 total ```...

that sounds great! I haven't dabbled with PackageCompiler before so the help would be very much welcomed