Skip to content
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

Feature/registration #26

Merged
merged 4 commits into from Mar 6, 2017
Merged

Feature/registration #26

merged 4 commits into from Mar 6, 2017

Conversation

@eddelbuettel
Copy link
Owner

@eddelbuettel eddelbuettel commented Mar 5, 2017

@murraystokely @jeroenooms If you have a moment for a quick code review I'd appreciate it

Background: Mass email by Kurt requesting changes where .Call had package=... argument. We had that in one spot, we also had a few where PACKAGE= was missing fixed.

I added registration support which r-devel now suggests and soon requires. That uncovered a few issues:

  • minor bug fix for Message__clone which was once called with extra ... that is not needed
  • had two renames to C++ functions by adding _cpp suffix as we had R functions with the same name
  • commented out one unused .Call() helper function
  • the generated src/init.c uncovered a entry points that are registered (ie have .Call()) but don't exist, so those registrations are commented
eddelbuettel added 4 commits Mar 5, 2017
add mising PACKAGE= argument
correct one package= to PACKAGE
remove one extra set of ...
comment out one helper function
@eddelbuettel
Copy link
Owner Author

@eddelbuettel eddelbuettel commented Mar 6, 2017

Will move ahead with this as nobody cried uncle...

@eddelbuettel eddelbuettel merged commit 36182a3 into master Mar 6, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@eddelbuettel eddelbuettel deleted the feature/registration branch Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.