Skip to content

Commit

Permalink
use master version in glide
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli committed Apr 21, 2016
1 parent 3a691c3 commit 2284b82
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
default: test

test:
@go test -race ./main/...
build:
Expand Down
15 changes: 11 additions & 4 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
package: github.com/limetext/lime-qml
import:
- package: github.com/limetext/backend
version: master
subpackages:
- keys
- log
- render
- package: github.com/limetext/commands
version: master
- package: github.com/limetext/gopy
subpackages:
- lib
- package: github.com/limetext/sublime
version: master
- package: github.com/limetext/text
version: master
- package: github.com/limetext/util
version: master
- package: gopkg.in/fsnotify.v1
- package: gopkg.in/qml.v1
2 changes: 1 addition & 1 deletion packages

3 comments on commit 2284b82

@erbridge
Copy link
Contributor

Choose a reason for hiding this comment

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

This is actually unnecessary. glide up pulls down HEAD and updates glide.lock.

@zoli
Copy link
Member Author

@zoli zoli commented on 2284b82 May 1, 2016

Choose a reason for hiding this comment

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

No it doesn't see Masterminds/glide#356.

@erbridge
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, I see there is a bug. In my experience, that bug is resolved, however.

Please sign in to comment.