-
Notifications
You must be signed in to change notification settings - Fork 995
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
Check for .datatable.aware being FALSE #5655
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9330709
Check for .datatable.aware being FALSE #5654
dvg-p4 0bebdf5
Add tests
dvg-p4 1e96158
Fix tests
dvg-p4 daaeb41
Simplify logic as suggested
dvg-p4 f86892a
Band-aid on underlying selfrefok() problem for test
dvg-p4 0ae4919
Update news and add comment
dvg-p4 75601dd
Fix transform slowness (#5493)
OfekShilon d7baaf8
Improvements to the introductory vignette (#5836)
Anirban166 44a5adc
switch to 3.2.0 R dep (#5905)
MichaelChirico a47b195
frollmax1: frollmax, frollmax adaptive, left adaptive support (#5889)
jangorecki 274a59d
Run GHA jobs on 1-15-99 dev branch (#5909)
MichaelChirico 8eaa5a1
Make declarations static for covr (#5910)
MichaelChirico ec90e7c
botched rebase
MichaelChirico 618e01c
stray \
MichaelChirico d591431
smaller diff
MichaelChirico 476049e
test #s
MichaelChirico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Hmm, if selfrefok() becomes
FALSE
after returning fromcedta()
, isn't that a broader issue?Now users who declare themselves unaware of data.table are getting obscure internal warnings from data.table....
WDYT? Worth addressing in this PR? Or kick the can until a further issue is reported downstream?
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 don't think it actually propagates to a user-visible warning in normal use--it's specifically data.table::test() that checks selfrefok() and throws an error if not.
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, let's wait & see then.