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

Break up interdependencies of command crates #9429

Merged
merged 4 commits into from
Jun 14, 2023

Commits on Jun 13, 2023

  1. Break up interdependencies of command crates

    - Move `help` commands from `nu-cmd-lang` back to `nu-command`
    - Make `nu-cmd-lang` only a dev dependency for `nu-command`
    - Change context creation helpers for `nu-cmd-extra` and
    `nu-cmd-dataframe` to have a consistent api used in
    `src/main.rs`:`get_engine_state()`
    - `nu-command` now indepedent from `nu-cmd-extra` and `nu-cmd-dataframe`
    that are now dependencies of `nu` directly. (change to internal features)
    - Fix tests that previously used `nu-command::create_default_context()`
    with replacement functions
    sholderbach committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e000949 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    6d87269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312b127 View commit details
    Browse the repository at this point in the history
  3. Same procedure for nu-cmd-dataframe

    Move `nu-cmd-lang` to dev-dependencies as no longer needed for the crate
    function only relevant in tests.
    sholderbach committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    29e7513 View commit details
    Browse the repository at this point in the history