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

update gcfg dependency to v1.4.0 #1005

Merged
merged 1 commit into from
Oct 29, 2018
Merged

update gcfg dependency to v1.4.0 #1005

merged 1 commit into from
Oct 29, 2018

Conversation

hairyhenderson
Copy link
Contributor

Updating to the latest gcfg tag (see
src-d/gcfg#1 (comment)) so that go test will pass:

Before:

$ env GO111MODULE=on go test gopkg.in/src-d/go-git.v4/config

----------------------------------------------------------------------
FAIL: config_test.go:12: ConfigSuite.TestUnmarshall

config_test.go:40:
    c.Assert(err, IsNil)
... value scanner.ErrorList = scanner.ErrorList{(*scanner.Error)(0xc0000ca980)} ("16:9: unquoted '\\' must be followed by new line")

OOPS: 30 passed, 1 FAILED
--- FAIL: Test (0.00s)
FAIL
FAIL	gopkg.in/src-d/go-git.v4/config	0.036s

After:

$ env GO111MODULE=on go test gopkg.in/src-d/go-git.v4/config
ok  	gopkg.in/src-d/go-git.v4/config	0.037s

Signed-off-by: Dave Henderson dhenderson@gmail.com

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@mcuadros mcuadros merged commit dfd6c82 into src-d:master Oct 29, 2018
@hairyhenderson hairyhenderson deleted the update-gcfg-1.4.0 branch October 29, 2018 15:07
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.

2 participants