Adam Tokarski

Results 14 comments of Adam Tokarski

So apparently basing on directory structure is not enough. Another solution could be to guess dialect by file name prefix (ike `biqguery` for `bigquery_stuff.sql`, `postgres` for `postgres_stuff.sql`, etc., but I...

@CIAvash What exactly is the problem? I've checked that (with most recent version though), and this example returns ![image](https://user-images.githubusercontent.com/10441317/187934774-b597cac7-f6ea-4e81-b966-91226442eaec.png) so it seems like this `#|` is properly recognized?

This is issue not only for `t-sql`. The thing is that for `tsql` it prints the error message while for `ansi`, for example, it finishes linting without any issue, but...

:heart: Thanks @greg-finley for taking care of it!

Hi @maong0927, do you still work on that issue?

@rgwood was it fixed in meantime? I've checked that (on main) and seems quite colorful, like ![image](https://user-images.githubusercontent.com/10441317/188123064-5ccd253e-2f7a-4428-aec8-5fcc9c149522.png)

Will do but not earlier than in 2 weeks as I'm off now. Thanks for catching that issue!

Right. Apparently I've been checking that using wrong version of `tokei`, my bad. There is updated version - please especially check whether I handled properly moving these consts to dedicated...

@XAMPPRocky I'm pinging you, just in case you have missed my last changes. Also, I guess you're very busy, so do not want to disturb you.

> I think the one question I would have is, how would you expect tokei to handle the case of files that failed for system related reasons, e.g. file not...