Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix cgo profiles #227

Merged
merged 7 commits into from
May 8, 2019
Merged

CI: fix cgo profiles #227

merged 7 commits into from
May 8, 2019

Conversation

bzz
Copy link
Contributor

@bzz bzz commented Apr 17, 2019

Signed-off-by: Alexander Bezzubov <[email protected]>
@bzz bzz self-assigned this Apr 17, 2019
@bzz
Copy link
Contributor Author

bzz commented May 7, 2019

Waiting for src-d/go-oniguruma#1 to be merged to migrate

@bzz
Copy link
Contributor Author

bzz commented May 8, 2019

src-d/go-oniguruma#1 is merged now, waiting for a release, then updating enry to use it here, and 🔪 a new release as soon as this is merged!

@bzz
Copy link
Contributor Author

bzz commented May 8, 2019

bzz added 2 commits May 8, 2019 15:29
A result of:
```
go get github.com/src-d/go-onigoruma
go mod tidy
```

Signed-off-by: Alexander Bezzubov <[email protected]>
@bzz bzz changed the title WIP CI: fix cgo profiles CI: fix cgo profiles May 8, 2019
@bzz bzz requested a review from creachadair May 8, 2019 13:40
@bzz
Copy link
Contributor Author

bzz commented May 8, 2019

CI is green and it's ready for review.

}{
{[]byte("th\xe0 filling"), []string{"th", "filling"}}, // `th� filling`
{[]byte("th\u0100 filling"), []string{"th", "filling"}}, // `thĀ filling`
{[]byte("привет, как дела?"), []string{}}, // empty, no ASCII tokens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не плохо, спасибо! 😄

internal/tokenizer/tokenize_test.go Outdated Show resolved Hide resolved
@bzz bzz merged commit 6ccf0b6 into src-d:master May 8, 2019
@bzz bzz deleted the ci-fix-cgo-tests branch May 8, 2019 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants