Skip to content

Make Nullable::operatorT() opt-out as downstream packages adjusted#1477

Merged
eddelbuettel merged 1 commit intomasterfrom
feature/nullable_as_opt_out
May 5, 2026
Merged

Make Nullable::operatorT() opt-out as downstream packages adjusted#1477
eddelbuettel merged 1 commit intomasterfrom
feature/nullable_as_opt_out

Conversation

@eddelbuettel
Copy link
Copy Markdown
Member

@eddelbuettel eddelbuettel commented May 5, 2026

As discussed in #1472, and following up on #1471 / #1470, we were seeing side-effects in six package when Nullable::operatorT() was defined so we were keeping as an opt-in feature. The six packages have all adjusted so we can now flip this to opt-out. This allows any other package we have not met yet---and which may have a hick-up here too---to skip the definition and return to the 'as before' state.

Big thank you also to the six packages for adjusting.

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Preferably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

@eddelbuettel eddelbuettel merged commit 73a8987 into master May 5, 2026
28 checks passed
@eddelbuettel eddelbuettel deleted the feature/nullable_as_opt_out branch May 5, 2026 13:19
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