Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
names(.SD) should work #4163
names(.SD) should work #4163
Changes from 43 commits
316c42b
e9ae7d3
17e80c4
d1c7a99
9d26aa7
54f35f6
3c68d6e
a009df0
7bd494d
18ccd2f
15e95f8
112f81d
2c39630
fcb270a
21d3a93
10b36db
7993419
269967e
76b5e64
ed879f6
1fbd631
8df7af5
8c2d273
7267766
197cb54
8d7f232
29cc659
f7adef8
9469e4e
3ba5518
8e1c109
2ef29e7
c389b3c
2c3fb51
a2b568b
82b7cfd
f5ab271
3be7e22
9d816d7
be720a3
7b0f8f1
3635c3d
5fec7bc
7ae1ea3
2cb48ea
5a587e7
212a774
b91dab5
8fe60ee
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
A simpler implementation might be the following:
WDYT?
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.
Something I can imagine will happen soon is a user trying:
Does that work already? If so, please add a test. If not, no need to handle it until it's requested later unless you see an easy fix.
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.
note to self to check the GL CI output to make sure the
^{*}
looks as intended on output