Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Enable language aliases #84

Merged
merged 1 commit into from
May 28, 2019
Merged

Enable language aliases #84

merged 1 commit into from
May 28, 2019

Conversation

dennwc
Copy link
Member

@dennwc dennwc commented May 24, 2019

Update SDK, Go version and enable language aliases.

Addresses src-d/gitbase#728

Fixes #46

Signed-off-by: Denys Smirnov [email protected]


This change is Reviewable

@dennwc dennwc requested review from creachadair and bzz May 24, 2019 18:01
@dennwc dennwc self-assigned this May 24, 2019
Copy link
Contributor

@creachadair creachadair left a comment

Choose a reason for hiding this comment

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

Reviewed 6 of 6 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @bzz)

github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Copy link
Contributor

Choose a reason for hiding this comment

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

Does 2 versions of protobuf are still there after go mod tidy?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, it seems like it tries to preserve at least two versions in go.sum in case we decide to rollback.

Note that go.sum is not a lock file in the regular sense. It does lock versions, but it does this for all current and previous dependencies to guarantee a safe rollback to most previous dep versions (possibly only major ones + one minor).

@dennwc dennwc merged commit 45ff5aa into bblfsh:master May 28, 2019
@dennwc dennwc deleted the aliases branch May 28, 2019 11:18
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.

JSX languages are not part of the JavaScript driver
3 participants