Conversation
|
Can we put together a small test to not regress on that behavior? |
|
Thanks for addressing that. Your code looks much more readable than before! |
|
I think the tests should cover all the changes :) |
|
So, if I understand this properly, the idea of I tested this pr with this @nibon7 the last thing that I have a question about is the help text, as I think it is incorrect now. Please confirm. I don't think "replace them with nothing" is right now. |
exactly.
I think the current implementation just silences the errors, and "when a column has empty cells, instead of erroring out, replace them with nothing" is inaccurate. |
|
Right. We need to tweak that. After that change I'll vote to land this PR. |
fdncred
left a comment
There was a problem hiding this comment.
I'm fine with these changes.
Description
currently, the
ignore-errorsflag forselectdoesn't work well, hope this PR fixes this.before




after


Tests
Make sure you've done the following:
Make sure you've run and fixed any issues with these commands:
cargo fmt --all -- --checkto check standard code formatting (cargo fmt --allapplies these changes)cargo clippy --workspace --features=extra -- -D warnings -D clippy::unwrap_used -A clippy::needless_collectto check that you're using the standard code stylecargo test --workspace --features=extrato check that all the tests passDocumentation