bevry / dorothy

🧙🏻‍♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
Other
304 stars 23 forks source link

Bug: `echo-wrap` tests failing #249

Open balupton opened 2 weeks ago

balupton commented 2 weeks ago

echo-wrap tests are failing on CI, this may be due to non-strict requirement of gawk, and falling back to awk. If so the tests should consider this, similar to how other multi implementation commands work where there is a --tool= option.

balupton commented 2 weeks ago

There is some crossover with https://github.com/bevry/dorothy/issues/239

Where once it can be installed independently, then we can call setup-util-gawk.

balupton commented 2 weeks ago

No idea why. Could be different systems treat the null or tab character as different lengths.