mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.21k stars 339 forks source link

resolves trace issue #927

Closed graf0 closed 1 year ago

graf0 commented 1 year ago

when enabled trace should send its output to stderr fixes mvdan/sh#926

mvdan commented 1 year ago

The tests aren't passing :) Did you run them?

Also cc @riacataquian for a review

graf0 commented 1 year ago

The tests aren't passing :) Did you run them? Yes. On windows :) Now they should run also on linux. Github shows all green now.