Skip to content

Conversation

@OfekShilon
Copy link
Contributor

No description provided.

test(1984.26, setalloccol(`*tmp*`), error='setalloccol attempting to modify `*tmp*`')
DF = as.data.frame(DT)
test(1984.27, shallow(DF), DF) # shallow (which is not exported) works on DF from v1.14.2
test(1984.27, identical(shallow(DF), DF), TRUE) # shallow (which is not exported) works on DF from v1.14.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
test(1984.27, identical(shallow(DF), DF), TRUE) # shallow (which is not exported) works on DF from v1.14.2
test(1984.27, identical(shallow(DF), DF)) # shallow (which is not exported) works on DF from v1.14.2. identical() to force checking the selfref attribute

@MichaelChirico
Copy link
Member

Hi @OfekShilon thanks for the PR. Would you like to take it back up? If so, please:

  1. Add a better PR title, it should be self-contained. Only link other issues in the PR description.
  2. Add NEWS

@MichaelChirico
Copy link
Member

Feel free to re-open if you'd like to continue this PR. Thanks!

@OfekShilon
Copy link
Contributor Author

@MichaelChirico I no longer work in IstraResearch and have no access to that fork.

@MichaelChirico
Copy link
Member

Got it. would you like to continue the PR if I publish the branch back to the main repo here?

@OfekShilon
Copy link
Contributor Author

I can try..

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.

2 participants