From 296870fbefb1f594ab1eb5c1849d7eb552a6c45c Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Wed, 11 Dec 2024 16:19:17 +0000 Subject: [PATCH] docs(contributing): add information about segfaults --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d25b9de2fe..19cf2cf63e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -127,3 +127,8 @@ the custom `tools/document.R` script instead of `devtools::document()`, as we need to patch `roxygen2` to avoid running the examples on CRAN. We're looking forward to your contributions! + + +### Known Issues + +* When running the tests twice (e.g. via `devtools::test()`) this will cause a segfault, see [#1218](https://github.com/mlverse/torch/issues/1218) for a discussion.