Matt

Results 22 comments of Matt

@vasily-kirichenko @dungpa is it possible for the linter to be able to use the typed AST or will that be too much of a performance killer? At the moment there...

Once I've finished the current bugs and performance upgrades I'm currently working on I'll try to take a look at at least making it optional to type check - perhaps...

Thanks for pointing this case out, I think as you say this should be the default behaviour

Sorry for the slow response on this. It does seem to be broken - I'll try to take a look this weekend, I've added some regression tests to cover the...

Hi @taion809 Have you tried running the linter against the project file rather than individual source files? Although that may potentially be even slower as it will add type checking...

@knocte it does continue to work without type checking, the type checking helps with the correctness of rules but it is able to fall back to only non-typed, in most...

Interesting, note this repo doesn't contain a VS extension. Looks like a missing FParsec method at runtime, do you have any other F# extensions installed? Might potentially be picking up...

Yep, currently not supported unfortunately. The hint matching is doing very little type checking at the moment, would be very nice to have type constraints like that in the hints...

I'm not 100% sure about the formatting rules, I think if we enable them by default it will cause a lot of noise - hopefully most projects are keeping their...

By delegate, I mean making use of Fantomas in some way as a library, it has had years of good work put into it, if we do formatting it makes...