Alex

Results 239 comments of Alex

For context - UAST perf measurements on gitbase side https://github.com/src-d/gitbase/issues/606 hit #209. Would be nice to try to generate at least similar load in our baseline and see how much...

> It won't be enabled in CI for obvious reasons (shared instances), so we still need some infrastructure to run it. \cc @smola as AFAIK he was working on some...

Linking in some instructions on using Jenkins for perf testing https://src-d.slack.com/archives/C0J8VQU0K/p1544633659068100

Overall looks good! > blockers JFY [repository creation](https://github.com/src-d/guide/blob/master/engineering/repositories.md#repository-creation-request), as well as other ACL bits are handled by [Infra](https://github.com/src-d/infrastructure/issues) where appropriate issues has to be filed, as soon as there is...

From https://github.com/src-d/style-analyzer/issues/552#issuecomment-458881442 by @m09 >In my experience it happens when you first install the recommended driver and then install the correct version. So a reproducible example should look something like...

Need to decide if that is expected from the user perspective. For now, I tend to think that this is a bug.

Linguist tokenize is defined using flex-based [`tokenizer.l`](https://raw.githubusercontent.com/github/linguist/master/ext/linguist/tokenizer.l). ### 1. Generating Go code from flex grammar Golang does have limited version of it in ported https://gitlab.com/cznic/golex but it is [missing 2...

https://github.com/src-d/enry/issues/193#issuecomment-461954608 updated to include another option of using existing flex-based tokenizer though cgo.

I'm planing to look into this later this 2019Q1

Hi @maxpv this is the desired output at the current state due to the fact the enry works the same way as https://github.com/github/linguist#how-linguist-works Basically you either need to specifically call...