v0.2.0
What's Changed
- Handle file descriptor duplication and closing && Add LICENSE by @yassinebenaid in #23
- Handle redirections using
<>
&& respect stream mode specified by redirection notation by @yassinebenaid in #24 - Implement as custome file descriptor table. by @yassinebenaid in #25
- Support FD moving/closing by @yassinebenaid in #26
- Add files via upload by @yassinebenaid in #27
- Setup a new file descriptor table for each command. by @yassinebenaid in #28
- rename project from "Ryuko" to "Bunster" by @yassinebenaid in #29
- add google verification file by @yassinebenaid in #30
- add google verification file by @yassinebenaid in #31
- add favicon to docs by @yassinebenaid in #32
- Fix: when duplicating a file descriptor, we make sure the underlying stream is successfully copied and its reference has changed. by @yassinebenaid in #33
- Unify the IR used for redirection operations and clean up the redudancy by @yassinebenaid in #34
- Make sure the FDT table is duplicated for each command && handle errors during command lifecycle by @yassinebenaid in #35
- destroy the FDT after command exits by @yassinebenaid in #36
- Add
tst
package, our integration testing framework by @yassinebenaid in #37 - Setup
generator
testing environment. by @yassinebenaid in #38 - Ignore unnecessary error handling && implement a git-like
diff
implementation for our tests by @yassinebenaid in #39
Full Changelog: v0.1.0...v0.2.0