Conversation
Tab completion has been fixed. The shell is stable, tested and ready to by use. Signed-off-by: Jens Drenhaus <jens.drenhaus@9elements.com>
|
CI fails currently because our used shell parser doesn't seem to support Plan9 yet. Every other target OS should work fine, as we got general Unix and Windows support. Either blacklist the package using build constraints for Plan9 or add Plan9 support to the shell parser library. |
We should address this issue when considering gosh as default shell #2591. |
Signed-off-by: Jens Drenhaus <jens.drenhaus@9elements.com>
Codecov ReportBase: 74.75% // Head: 74.75% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2592 +/- ##
==========================================
- Coverage 74.75% 74.75% -0.01%
==========================================
Files 408 408
Lines 41335 41335
==========================================
- Hits 30900 30899 -1
- Misses 10435 10436 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
rminnich
left a comment
There was a problem hiding this comment.
I need to remind you -- you aren't following the rules for submitting PRs, listed here:
https://github.com/u-root/u-root/blob/main/CONTRIBUTING.md
"Fork the project on GitHub, work in your fork and in branches, push these to your GitHub fork, and when ready, do a GitHub pull requests against https://github.com/u-root/u-root."
Can you please redo this PR, following the rules? Thanks.
|
u-root has no plan 9 users at this point, so it may be time to remove all plan 9 support and artifacts. Rather than scattering plan 9 build constraints everywhere, I'd be fine with removing plan 9 entirely; it's not clear it will be supported by Go for much longer anyway. |
Sure. #2598 |
With recent work in #2554 #2555 and #2569 gosh isn't experimental anymore.
Consideration if it should be the default shell, here: #2591