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

Fix transpose input/output types #9842

Merged
merged 1 commit into from Jul 28, 2023
Merged

Conversation

sophiajt
Copy link
Member

Description

As the typechecker doesn't currently support having the same input type but two different output types, collapse the transpose input/output signatures for now so that we don't mistakenly think that when given a table a `table is always returned.

fixes #9710

User-Facing Changes

Tests + Formatting

After Submitting

@sophiajt sophiajt merged commit 9448225 into nushell:main Jul 28, 2023
19 checks passed
@sophiajt sophiajt deleted the fix_transpose_types branch July 28, 2023 18:23
@fdncred fdncred added this to the 0.83.0 Fixup milestone Jul 28, 2023
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.

load-env does not accept "table" input
2 participants