smoosh icon indicating copy to clipboard operation
smoosh copied to clipboard

The Symbolic, Mechanized, Observable, Operational SHell: an executable formalization of the POSIX shell standard.

Results 23 smoosh issues
Sort by recently updated
recently updated
newest added

There are some bugs in interactive job control. - [x] https://github.com/mgree/smoosh/commit/ab3aa4d5320f59ec06a5c1045e42ddd57e3a2f09#diff-597a09bc85e5022f70eb206c759b4b85 was accidentlly using job control in pipes, breaking, e.g., `hostname | wc -l` - [ ] need to be...

bug

Implement: - [x] Track history (can we integrate this with logging?) - [x] `Sh_nolog` - [ ] `HISTFILE` - [ ] `builtin_fc`

enhancement
POSIX

Should those `1`s be `0`s? We should test carefully (and add tests). Is this somehow not in the POSIX test suite?

bug
good first issue