Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite (almost) everything #35

Open
nuta opened this issue Nov 30, 2021 · 1 comment
Open

Rewrite (almost) everything #35

nuta opened this issue Nov 30, 2021 · 1 comment

Comments

@nuta
Copy link
Owner

nuta commented Nov 30, 2021

IIRC, this shell is implemented as my first step in Rust long long ago, and it has some faults:

  • A monolithic single crate: takes too much time even in an incremental build.
  • Async is not used: just because async Rust was still in the alpha stage then.
  • Mainloop is fat

This issue aims to deal with these problems by rewriting nsh when I have time (hopefully Q1 2022).

@orhun
Copy link

orhun commented Oct 30, 2022

Hey, is there any plans about working on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants