Skip to content

Regression from 0.12.7: Incorrect message returned by stop(), on Travis only #596

@krlmlr

Description

@krlmlr

Rcpp::stop() seems to be unable to propagate the error message, instead it always uses "basic_string::resize" as message.

I was unable to replicate this locally (on Ubuntu 16.10) nor in a fresh "precise" container with R 3.2.5 from deb http://cran.rstudio.com/bin/linux/ubuntu precise/.

Failing Travis run of a MWE: https://travis-ci.org/krlmlr/Rcpp.stop.test/builds/177795286#L1314

Successful Travis run, differs only by installing Rcpp 0.12.7: https://travis-ci.org/krlmlr/Rcpp.stop.test/builds/177800745

Perhaps related: #593.

CC @jimhester.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions