Maxim Sukharev

Results 141 comments of Maxim Sukharev

it does **not**. We use enry + bblfsh supported languages api to check that bblfsh is able to parse a file. This api currently doesn't return `c#`, only `csharp`.

@creachadair yes jfyi workaround from above also doesn't solve [the issue](https://github.com/src-d/gitbase/issues/728) for `srcd sql` and for [gemini](https://github.com/src-d/gemini/issues/218) (which isn't part of engine yet).

I would propose to return this issue to backlog and wait for the fix from LA team instead of implementing work around on our side due to: - we can...

just for the record: 1. it works for such query: ``` SELECT UAST(f.blob_content, 'csharp') AS uast FROM refs AS r NATURAL JOIN commit_files NATURAL JOIN files AS f WHERE r.ref_name...

I would better implement them. Especially `srcd components start`. (I do `src sql "select 1"` now to start bblfsh or gitbase 😨 ) The only command that doesn't make much...

Just keep it open unless it's fixed.

gitbase has some plans (not ETA afaik) to implement it. but it can be worked around in engine.

Makes sense. Though it's inconsistent then: 1. there is no daemon and I pass `--config` to `srcd sql` => it applies config 2. there is a daemon already running and...

Now all commands respect config passed to init and `srcd sql --config` would be ignored even if the demon is stopped. The only case when it would work now: after...

It is possible to run windows test on AppVeyor. Example of the config file that will do the trick: https://github.com/smacker/engine-1/blob/appveyor/.appveyor.yml But it requires "MobyLinuxVM" Hyper-V VM which is available only...