Advertisement · 728 × 90
#
Hashtag
#rusty_bash
Advertisement · 728 × 90
Post image

I have merged a pull request for i18n to alpha-branch. Thank you very much!

#rusty_bash #bash #rust

github.com/shellgei/rus...

1 0 0 0
Preview
Release v1.1.8 · shellgei/rusty_bash Improvement of compatibility to Bash We add various features and bug fixes to this version from v1.1.6. Added test cases are as follows: v1.1.6 -> v1.1.7: https://github.com/shellgei/rusty_bash_te...

Here is Version 1.1.8 of rusty_bash (Sushi Shell). #rusty_bash #bash #rust

github.com/shellgei/rus...

0 0 0 0
Post image

Our shell is now able to imitate this strange behavior of #bash toward single quotations. #rusty_bash #rust

But I don't know why Bash behaves like this.

0 0 0 0
Preview
Added support for Android platform by YumeYuka · Pull Request #143 · shellgei/rusty_bash As shown in the figure, sush is compiled to run on an Android device.

She attempted to use our shell on android environments. Thanks a lot! #bash #sush #rusty_bash

github.com/shellgei/rus...

2 0 0 0
Post image

The number of passed test scripts is flat but the number of diff lines is reducing. #bash #rust #rusty_bash

github.com/shellgei/rus...

0 0 0 0
Post image

Should our shell adjust this behavior of Bash?

... maybe yes.

#bash #rust #rusty_bash

0 0 0 0
Preview
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

#rusty_bash passed run-lastpipe test in Bash repo. #bash #rust

github.com/shellgei/rus...

1 0 0 0
Preview
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

The number of passed test scripts reaches 20! (20/85) #bash #rusty_bash #rust

github.com/shellgei/rus...

0 0 0 0
Preview
Release v1.1.5 · shellgei/rusty_bash Compatibility improvement We add some features to this shell and fix some incompatible behaviors based on the test in official Bash repo. See additional test cases between v1.1.4 and v1.1.5 in our ...

Here is v1.1.5. #bash #rusty_bash #rust

github.com/shellgei/rus...

0 0 0 0
Post image

Though our shell is a Bash clone, I implemented repeat command. I sometimes use it. #bash #zsh #rusty_bash

0 0 0 0
Preview
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

passed run-dynvar test #bash #rusty_bash

github.com/shellgei/rus...

0 0 0 0

A file for the setup of bash-completion is added to the repo.
#bash #rusty_bash #sush

github.com/shellgei/rus...

0 0 0 0
Post image

The compatibility of our shell toward Bash leaped to 16% (14/85). #bash #rusty_bash

repo: github.com/shellgei/rus...

0 0 0 0
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

The number of passed scripts jumped to 13/84. #rusty_bash #bash

github.com/shellgei/rus...

0 0 0 0

also passed run-nquote1 #bash #rusty_bash

0 0 0 0
Preview
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

Our shell passed the run-nquote test. 9/84. #bash #rusty_bash

github.com/shellgei/rus...

0 0 0 1
Post image

progress of #bash #rusty_bash

github.com/shellgei/rus...

0 0 0 0
Post image

Our shell passed run-case (case command test).

8/84 #bash #rusty_bash

0 0 0 0
Post image

current compatibility of #rusty_bash to #bash

1 0 0 0
Preview
Release v1.1.3 · shellgei/rusty_bash Fixed terrible bugs I'm extremely sorry. That's terrible. solved calculation problem The implementation of arithmetic expressions in v1.1.2 has passed all of the tests in Bash repo. However, it mis...

v1.1.2 acutally passed all of the arithmetic operation test cases in Bash repo. But it mistook some elementary school level calculations. Fixed. #bash #rusty_bash

github.com/shellgei/rus...

0 0 0 0
Preview
GitHub - shellgei/rusty_bash at alpha bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

☑️ removal of a fatal bug on arithmetic operation
☑️ stabilized bash-completion on macOS

#bash #rusty_bash

github.com/shellgei/rus...

0 0 0 0
Preview
Release v1.1.2-beta · shellgei/rusty_bash Compatibility Improvements around arithmetic expression, and others Based on the test in Bash repository, outputs are matched to those of Bash. Examples 🍣 n=0 a="(a[n]=++n)<7&&a[0]"; ((a[0])); echo...

v1.1.2 passed all of test cases of arithmetic expressions in Bash repo (its error messages are still different). #bash #rusty_bash

github.com/shellgei/rus...

1 0 0 0
Preview
GitHub - shellgei/rusty_bash: bash written with Rust bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

Now our shell in alpha branch passed the run-ifs test in Bash repo. It's seventh test in 84.

#bash #rusty_bash

github.com/shellgei/rus...

0 0 0 0

This is an example. #bash #rusty_bash

0 0 0 0
Preview
GitHub - shellgei/rusty_bash at v1.1.2 bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

This version passed all tests for arithmetic expression prepared in Bash. As an exception, calculation errors by Bash are not imitated.

#bash #rusty_bash #sush

github.com/shellgei/rus...

0 0 0 1

Our shell passed this test... #bash #rusty_bash

0 0 0 0
Preview
Release v1.1.0-beta · shellgei/rusty_bash Additional implementation Addition on printf command added "%x", "%X" as the formatter fixed behavior of "%q" enabled to repeatedly output when arguments are more than formatters support of forma...

I'm fighting against the official test of Bash. #bash #rusty_bash #sush

github.com/shellgei/rus...

0 0 0 0
Post image

If you implement process substitutions to your shell, you should be careful in arithmetric expressions. #bash #rusty_bash

0 0 0 0
Preview
GitHub - shellgei/rusty_bash at alpha bash written with Rust. Contribute to shellgei/rusty_bash development by creating an account on GitHub.

We have enabled IFS to work at word splitting. #bash #rusty_bash

github.com/shellgei/rus...

0 0 1 0