JohnnyMorganz

Results 418 comments of JohnnyMorganz

Also just to simplify things a bit further, I changed the minimal example slightly so that the source paths match exactly with the Java package path. You can still repro...

Interesting thanks, I indeed see the same behaviour that you see when I switch to java_library, however that isn't exactly the same structure that I had in the original issue....

That's fair enough, I think we can make do with the workaround by including a Dummy in-source file as part of the generated target. Thanks for taking the time to...

Hey, sorry for the significant delay in responding here. Indeed I think 728e9adcdf0265249c4a27bd3fe0724171d0279f would likely cause the above error messages. It seems like the URI you are using for these...

Can you provide a specific code example for this?

Interesting idea. I can see the value in this, although building out a fully fledged language server that conforms to the protocol might be a bit overkill for the tool...

I can't seem to repro this on latest main if I understood correctly: ![image](https://github.com/JohnnyMorganz/StyLua/assets/19635171/144dd8ff-1e7c-4648-9801-5c70603d05e5)

I, in fact, did not understand correctly. Can repro when not explicitly listing the filepath i.e. `stylua --respect-ignores -g '*.lua' .` It seems like the ignore (walkerbuilder) crate might be...

Indeed that seems to be the case: https://docs.rs/ignore/latest/ignore/struct.WalkBuilder.html > First, glob overrides are checked. If a path matches a glob override, then matching stops. The path is then only skipped...

Requires support upstream in full-moon, our Luau parser