Skip to content

Fixup dataframe build after #9971#9974

Merged
fdncred merged 1 commit intonushell:mainfrom
sholderbach:fix-dataframe-build
Aug 10, 2023
Merged

Fixup dataframe build after #9971#9974
fdncred merged 1 commit intonushell:mainfrom
sholderbach:fix-dataframe-build

Conversation

@sholderbach
Copy link
Copy Markdown
Member

Description

Building broke silently.

nu needs to enable the dataframe feature of nu-cmd-dataframe

User-Facing Changes

Building with cargo build --features dataframe works again.

Tests + Formatting

Still worth investigating if we can harden the CI against this.

Building broke silently.

`nu` needs to enable the `dataframe` feature of `nu-cmd-dataframe`

Still worth investigating if we can harden the CI against this.
@amtoine
Copy link
Copy Markdown
Member

amtoine commented Aug 10, 2023

@sholderbach
any idea why the CI did not see that? 🤔

@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented Aug 10, 2023

Thanks for figuring this out @sholderbach!

@sholderbach
Copy link
Copy Markdown
Member Author

@sholderbach any idea why the CI did not see that? 🤔

I assume feature unification in conjunction with all the targets that need to be built for --workspace in both clippy and test means that the build of nu only sees a nu-cmd-dataframe that has a promoted feature set.

@sholderbach
Copy link
Copy Markdown
Member Author

BTW cargo build --workspace --features dataframe would have succeeded on #9971 but that doesn't reflect behavior of either cargo run or cargo install

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

Successfully merging this pull request may close these issues.

3 participants