use ellipsis instead of ... in prettyprint#7766
Conversation
|
Hi @tomasy-j thanks for contributing! I think the expectations should be changed in these two tests. You wrote that you "had to update some tests as well, namely: 1515.1, 2253.2, 2253.03, 2253.05, 2253.06, 2253.08, 2253.09, 2253.11, 2253.12, 2253.15, 2253.16, 2253.18, 2253.19" but did you forget to push? I only see changes to 1515.1, 2253.15, and 2253.16. |
tdhock
left a comment
There was a problem hiding this comment.
looks ok so far, please revise
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7766 +/- ##
==========================================
- Coverage 99.04% 98.85% -0.19%
==========================================
Files 87 87
Lines 17064 17122 +58
==========================================
+ Hits 16901 16926 +25
- Misses 163 196 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thank you @tdhock. Sorry, I wasn't precise - those tests were affected by the change, but didn't require tests' code modification. The 2 failing tests (2253.2, 2253.18) did need some changes though. I'm not entirely sure about the 2 remaining checks that fail: |
Hello everyone!
I'm opening my 1st PR and would be happy to contribute to this amazing project going forward.
A little about me: I've been on and off
data.tableuser for quite a few years now and consider myself rather proficient in R and I know some C as well, so hopefully I could contribute to some coredata.tableas well.I introduced the small change described in issue #7715 and had to update some tests as well, namely:
These 2 tests appear to be failing when I build the package locally (and in GH Actions jobs as well). I'll try to spend some time on it and fix, but any hints appreciated! @tdhock @ben-schwen @MichaelChirico
Thank you,
Tomasz