-
Notifications
You must be signed in to change notification settings - Fork 370
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
make permutedims more flexible #3004
Conversation
contained in the `src_namescol` are not all `Symbol` or all `AbstractString`, | ||
or can all be converted to `AbstractString` using `convert`. If `false` | ||
then any values are accepted and the will be changed to strings using | ||
the `string` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the `string` function. | |
the [`string`](@ref) function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nalimilan would such reference to Base Julia work?
CC @mortenpi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I have accidentally committed this suggestion, but the question remains)
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK - no need to answer - CI gave me the answer. I revert the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes sorry that doesn't work indeed. So my net contribution to this PR is clearly negative...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your 1 PR approval is worth 1000 LOC of contribution 😄
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
Thank you! |
Fixes #3003.
This is good for review.