Bo Zhang
Bo Zhang
``` given a running event stream after 2 successful commands request count should be 2 ?[32m✔?[0m?[32m✔?[0m after 1 successful command and 2 unsuccessful commands the error precentage should be 67...
- Default branch of mercurial repository may be not `default` - Progress monitor should be used
According to [the doc](https://golang.org/cmd/go/#hdr-Remote_import_paths), we should verify the content in meta tag, which has not been done so far.
Current implementation of extracting package path from string dependency notation is: ``` private String extractPackagePath(String notation) { for (int i = 0; i < notation.length(); ++i) { char c =...
[.gopmfile](https://github.com/gpmgo/docs/blob/master/en-US/gopmfile.md) is actually a [git config file](https://git-scm.com/docs/git-config#_configuration_file), but it contains non-standard key name such as `github.com/x/y` which cannot be accepted by standard git config parser. Current implementation is simple and...
Currently `cmd` section of [GLOCKFILE](https://github.com/robfig/glock) is ignored.
Currently `exclude` section in [vendor.conf](https://github.com/ethereum/go-ethereum/blob/master/vendor.conf) of `trash` is ignored.
In some cases, `strLines` can be `undefined` along some code path in `pushTokens`, resulting in undefined TypeError. This PR is verified to fix the issue.