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
── Failure (test-TRNG.Random.R:135:3): TRNGsplit errors for out-of-range subsequence indices ──
`TRNGsplit(p, p + 1L)` threw an error with unexpected class.
Expected class: std::invalid_argument
Actual class: simpleError/error/condition
Message: c++ exception (unknown reason)
and correspond to the current r-oldrel-macos-x86_64 for the released package version 4.20-1 on CRAN (in CRAN checks).
This reveals the approach in #10 (e4ac407) is not working on this platform and should be addressed differently.
The text was updated successfully, but these errors were encountered:
We need to work around the fact that, in certain circumstances (architectures / compilers), we cannot rely on errors propagating with proper std::invalid_argument class / error message.
Revealed by the new GH Actions workflow for
macOS-latest (oldrel)
(3.6.3) => https://github.com/miraisolutions/rTRNG/runs/1765618265?check_suite_focus=trueAll errors are of the form
and correspond to the current
r-oldrel-macos-x86_64
for the released package version 4.20-1 on CRAN (in CRAN checks).This reveals the approach in #10 (e4ac407) is not working on this platform and should be addressed differently.
The text was updated successfully, but these errors were encountered: