tooltipID() helper for testing polygon hole - #328
Conversation
Refactor polygon rendering to use d3.nest for subgroup aesthetics and GeoJSON with evenodd fill rule.
This comment was marked as outdated.
This comment was marked as outdated.
|
using the code in #326, all tests pass for me locally: @Nishita-shah1 can you please add your code in this branch, and close #326 ? More generally, for future PRs, can you please start by pushing a strong test like this that fails? And then push the fix after that? |
| mousePressed <- function(selector=NULL, ...)mouseEvent(selector, "mousePressed", ...) | ||
| mouseReleased <- function(selector=NULL, ...)mouseEvent(selector, "mouseReleased", ...) | ||
| clickIDpos <- function(id){ |
There was a problem hiding this comment.
these are not actually used after all, because mouseMoved() is sufficient for this test. but I would like to keep them, because they may be useful for other tests in the future.
|
why does Files changed show binary *r files? |
|
Hi Toby,
Actually it's not the final commit , I was porting everything, I think
there's some issue, I have to fix it.
I will surely update when it will be corrected.
…On Tue, 26 May 2026, 19:17 Toby Dylan Hocking, ***@***.***> wrote:
*tdhock* left a comment (animint/animint2#328)
<#328 (comment)>
why does Files changed show binary *r files?
—
Reply to this email directly, view it on GitHub
<#328?email_source=notifications&email_token=BCA4SQNNOXVR3LHQYKNUX6344WOAZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINJUGQ3DINBRG4YKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4544644170>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCA4SQOZYEB3MMWNICK6V3D44WOAZAVCNFSM6AAAAACZJUMIT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKNBUGY2DIMJXGA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
you should just copy files from the other branch, then git add, git commit, git push |
|
Ohkie, I'll do this way.
…On Tue, 26 May 2026, 19:31 Toby Dylan Hocking, ***@***.***> wrote:
*tdhock* left a comment (animint/animint2#328)
<#328 (comment)>
you should just copy files from the other branch, then git add, git
commit, git push
—
Reply to this email directly, view it on GitHub
<#328?email_source=notifications&email_token=BCA4SQKBBLAEF7EEK3MNZT344WPU7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINJUGQ3TOOJRGI42M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4544779129>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCA4SQLAKRCRIB65FV4WBUL44WPU7AVCNFSM6AAAAACZJUMIT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DKNBUG43TSMJSHE>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #328 +/- ##
==========================================
- Coverage 73.03% 72.88% -0.16%
==========================================
Files 164 164
Lines 8840 8868 +28
==========================================
+ Hits 6456 6463 +7
- Misses 2384 2405 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
now the Files changed tab contains lots of irrelevant changes. Can you please fix? |
|
Hi @tdhock , other than this line is there any other changes to do too? |
|
Hi @tdhock Extremely sorry for the delay. It will not happen again. |
4e08883 to
8796912
Compare
|
can you please now increase version in DESCRIPTION and add NEWS item? |
|
Hi @tdhock , I have increased version in DESCRIPTION and added NEWS item. |
tdhock
left a comment
There was a problem hiding this comment.
also please add your name as ctb in DESCRIPTION?
Co-authored-by: Toby Dylan Hocking <tdhock5@gmail.com>
| } | ||
| return ring; | ||
| }); | ||
|
|
There was a problem hiding this comment.
please undo addition of empty lines
| person("Nishita", "Shah", | ||
| role="ctb", | ||
| comment="Animint2 GSoC 2026: polygon hole rendering via subgroup aesthetic in geom_polygon() (issue #252, PR#328)")) | ||
|
|
There was a problem hiding this comment.
please undo addition of empty line in DESCRIPTION
Co-authored-by: Toby Dylan Hocking <tdhock5@gmail.com>
|
Hi @tdhock |
|
please fix conflicts and test failures? |
964eafd to
3bed39d
Compare
|
Hi @tdhock i have fixed conflicts and test failures. I have ignored atime and codecov currently, rest all tests are passing. |



hi @Nishita-shah1 here is a stronger test for polygon holes #326 that fails on current master.