GitXplorerGitXplorer
s

rego

public
37 stars
7 forks
1 issues

Commits

List of commits on branch master.
Unverified
fb4bc0b14cb4050697e9252cbb9a47c6029794d3

call wg.Add before goroutine to avoid race

ssqs committed 4 years ago
Unverified
656869dbf2ff6e776636281b1e7da72f6bbbbf30

parallelize build.Import

ssqs committed 4 years ago
Unverified
1e638b3db7d17b3771fc0167291a08ad8e3e6cce

consistent lsif yaml file

ssqs committed 5 years ago
Verified
e5f95739743cc596beb43efcae461bcf9c0425de

add LSIF actions (#16)

ssqs committed 5 years ago
Unverified
946c270871713afd496cb8833c67645909fdc23e

add LSIF actions

ssqs committed 5 years ago
Unverified
a6354b3adbc28363f9d027a49cb873f75c4e54c2

support Go modules

ssqs committed 5 years ago

README

The README file for this repository.

rego

rego reinstalls and reruns a Go program when its source files change.

Usage:

go get -u sourcegraph.com/sqs/rego
rego [-v] [-race] import-path [optional args to program...]

Unlike rerun, it doesn't recreate and rewatch all files after each change. It has fewer features than rerun, though. I made it because my Mac was complaining about having too many watched files since removing files from kevent watchers wasn't working for some reason, and it was easier to write this than dig into the kernel internals.