-
Notifications
You must be signed in to change notification settings - Fork 17
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
Moving 'gp' out of LogicalVector args #29
base: master
Are you sure you want to change the base?
Conversation
For bugs wilkelab#22 and wilkelab#7 and wilkelab#11
Ok, looks like a few more fixes are needed. The function Line 58 in 09d71ab
is missing these lines: Lines 27 to 29 in 09d71ab
|
Thanks for the quick response on this. Based on the fact that your code and all the packages which depend on this code have been working ok, then should "gp" just be dropped from the arguments to raster_grob? As it is now and has been for 2+ years, it has been passed to LogicalVector, which I assume just means that it is ignored. So maybe it isn't needed. I'm worried that suddenly adding it back in (probably as you originally intended) would end up causing some other problems in code which depends on this. |
No, it would be better to do it right. All the other functions in https://github.com/wilkelab/gridtext/blob/master/src/grid.cpp |
Alright, sounds good. Did you want me to update my branch and make a new pull request or are you going to do that? |
Just make the change in your branch, commit, and push, and the PR should update. |
Hm, still doesn't work. I'm a bit at a loss right now. Need to think about it. |
…o gb_empty so test will work
@clauswilke I think I fixed the two test failures. One was by changing the test to expect an empty gpar() object rather than NULL. The other was to set the gp param to an empty gpar object rather than an empty list within the cpp code. Let me know if this passes the workflow tests. |
For bugs #22 and #7 and #11 and #31
See issue comments:
#22 (comment)