Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Change URL #2

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Change URL #2

merged 1 commit into from
Mar 19, 2020

Conversation

bzz
Copy link
Owner

@bzz bzz commented Mar 19, 2020

Change to https://github.com/bzz/enry as src-d is no more.

@bzz
Copy link
Owner Author

bzz commented Mar 19, 2020

CI fails on a new go version profile: regex-based tokenizer broke down on 1.13 but works on 1.12 🤦‍♂

$ go test -run TestTokenize ./internal/tokenizer
--- FAIL: TestTokenize (0.00s)
    --- FAIL: TestTokenize/content (0.00s)
        require.go:157:
            	Error Trace:	tokenize_test.go:110
            	Error:      	Not equal:
            	            	expected: 190
            	            	actual  : 166
            	Test:       	TestTokenize/content
            	Messages:   	token' slice length = 190, want 166

$ gvm use go1.12.1
$ go test -run TestTokenize ./internal/tokenizer
ok  	github.com/bzz/enry/v2/internal/tokenizer	0.024s

will move new CI profile 007be3c to a separate PR.

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
@bzz
Copy link
Owner Author

bzz commented Mar 19, 2020

Merging as CI is green.

@bzz bzz merged commit bc5e031 into master Mar 19, 2020
@bzz bzz deleted the url-chane branch March 19, 2020 13:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant