◐ Shell
clean mode source ↗

Mask definition of Rf_error to avoid longjmp issues by Enchufa2 · Pull Request #1402 · RcppCore/Rcpp

eddelbuettel

eddelbuettel

eddelbuettel

kevinushey

eddelbuettel

eddelbuettel

Enchufa2 added a commit that referenced this pull request

Nov 12, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 9, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 16, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 19, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 19, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 23, 2025
* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

Enchufa2 added a commit that referenced this pull request

Dec 23, 2025
* Lay the ground for Rf_error masking (#1402)

* Add a message at compilation time
* Protect the valid Rf_error calls generated by Rcpp

* some rewording to fit the ChangeLog text in two lines

* messages are considered statements by gcc and cannot be used safely; switching to a warning

* rebase fix

* emit a message instead of a warning using an internal wrapper

* remove space

* Revert "remove space"

This reverts commit bb86312.

* Revert "emit a message instead of a warning using an internal wrapper"

This reverts commit 9d409e8.

* comment out warning

* add on switch

@Enchufa2