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

Split nu-cli into nu-cli/nu-engine #2898

Merged
merged 8 commits into from
Jan 10, 2021
Merged

Conversation

sophiajt
Copy link
Contributor

We split off the evaluation engine part of nu-cli into its own crate. This helps improve build times for nu-cli by 17% in my tests. It also helps us see a bit better what's the core engine portion vs the part specific to the interactive CLI piece.

There's more than can be done here, but I think it's a good start in the right direction.

@sophiajt sophiajt merged commit 93e8f6c into nushell:main Jan 10, 2021
@sophiajt sophiajt deleted the refactor_nu_cli branch January 10, 2021 02:50
@fdncred fdncred added this to Release 0.26 in Release PRs Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Release PRs
  
Release 0.26.0
Development

Successfully merging this pull request may close these issues.

None yet

1 participant