• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mvdan / sh / 1118

Builds Branch Commit Type Ran Committer Via Coverage
1118 master syntax: remove more spaces when minifying Also remove the trailing ";;" from case clause items. Updates #202. Pull #2774 24 Apr 2020 01:43PM UTC Daniel Martí travis-ci pending completion
1068 master syntax: use -trimprefix=_ with stringer Instead of line comments for our underscore special tokens. The only change to the generated code is that "Newline" is now "Newl", which shouldn't matter since this is an internal token. push 27 Dec 2017 11:04AM UTC mvdan travis-ci pending completion
1063 master syntax: slightly simplify hasValidIdent push 21 Dec 2017 11:48AM UTC mvdan travis-ci pending completion
1062 master syntax: get rid of wordBreak No longer needed in the non-test code. Work around that in the test code. push 21 Dec 2017 11:09AM UTC mvdan travis-ci pending completion
1061 master interp: adapt new $PATH logic with $PATHEXT For vanilla Windows, so that executing "foo" works with "foo.exe" both in $PATH and in the current directory. Also other edge cases from looking at os/exec.LookPath. Pull #201 20 Dec 2017 10:19PM UTC web-flow travis-ci pending completion
1060 windows-pathext interp: adapt new $PATH logic with $PATHEXT For vanilla Windows, so that executing "foo" works with "foo.exe" both in $PATH and in the current directory. Also other edge cases from looking at os/exec.LookPath. push 20 Dec 2017 10:18PM UTC mvdan travis-ci pending completion
1059 master interp: adapt new $PATH logic with $PATHEXT For vanilla Windows, so that executing "foo" works with "foo.exe" both in $PATH and in the current directory. Also other edge cases from looking at os/exec.LookPath. Pull #201 20 Dec 2017 10:13PM UTC web-flow travis-ci pending completion
1058 windows-pathext interp: adapt new $PATH logic with $PATHEXT For vanilla Windows, so that executing "foo" works with "foo.exe" both in $PATH and in the current directory. Also other edge cases from looking at os/exec.LookPath. push 20 Dec 2017 10:09PM UTC mvdan travis-ci pending completion
1057 master interp: expand code coverage slightly Adding a few more edge cases, and removing an unnecessary check. push 20 Dec 2017 09:49PM UTC mvdan travis-ci pending completion
1056 master interp: add edge case tests for field expansion In particular, what happens when a multi-field word part is between other word parts. These are very useful as regression tests. push 20 Dec 2017 09:31PM UTC mvdan travis-ci pending completion
1055 master interp: add support for $$ and $PPID push 18 Dec 2017 10:26PM UTC mvdan travis-ci pending completion
1054 master interp: make cmdVars a map[string]string To better clarify that the values here can only be strings. push 18 Dec 2017 04:57PM UTC mvdan travis-ci pending completion
1053 master interp: stop sharing a pipe WaitGroup We can run multiple pipes at once, so this won't work. The added test case hung as a result. push 17 Dec 2017 01:56PM UTC mvdan travis-ci pending completion
1052 master interp: avoid more unnecessary string copies name old time/op new time/op delta Run-4 1.37ms ± 1% 1.37ms ± 1% ~ (p=0.429 n=5+6) name old alloc/op new alloc/op delta Run-4 163kB ± 0% 162kB ± 0% -0.09% (p=0.002... push 16 Dec 2017 10:54PM UTC mvdan travis-ci pending completion
1051 master interp: shave off a few pattern-related allocs Don't copy a pattern string if it has no pattern chars. While at it, reuse a single WaitGroup for pipes. name old time/op new time/op delta Run-4 1.37ms ± 1% 1.37ms ± 1% ~ (p=0... push 16 Dec 2017 10:22PM UTC mvdan travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 35
  • 36
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc