You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shrs_example program maxes out the CPU and the terminal oddly accepts input but won't do anything.
Spawning shell used is fish.
shrs on master via v1.81.0
❯ target/debug/shrs_example
__
___ / / _______
(_-</ _ \/ __(_-<
/___/_//_/_/ /___/
a rusty POSIX shell | build v10192024.1136-dev
jeremy shrs > mux python git:master posix
setting lang to python
jeremy shrs > print("All good here") git:master 14.195439ms python
All good here
jeremy shrs > mux bash git:master 121.425µs python
setting lang to bash
Can type
But nothing happens, and the process just uses a bunch of cpu time
The text was updated successfully, but these errors were encountered:
Ah, i think the bash lang work is still work in progress. The best working language is python currently, and we just need to abstract some of the mechanisms we use to also work with bash.
What went wrong?
The
shrs_example
program maxes out the CPU and the terminal oddly accepts input but won't do anything.Spawning shell used is
fish
.The text was updated successfully, but these errors were encountered: