You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doctest performs some kind of magic to evaluate source code found in comments. Therefore, doctest suites need to be run in an environment that has access to the compiler and libraries that were used to build the package. The v2 generator, however, executes the test suite outside of that environment, which means the test suite will fail: https://travis-ci.org/peti/hsemail/jobs/145211013.
The text was updated successfully, but these errors were encountered:
doctest
performs some kind of magic to evaluate source code found in comments. Therefore, doctest suites need to be run in an environment that has access to the compiler and libraries that were used to build the package. The v2 generator, however, executes the test suite outside of that environment, which means the test suite will fail: https://travis-ci.org/peti/hsemail/jobs/145211013.The text was updated successfully, but these errors were encountered: