Commit 8851898
committed
Avoid base namespace mock in cache tests
Finding: Windows R-CMD-check crashed twice after test-compiler-cache.R completed, first in test-superassign-logical-subscript.R and then in test-div-cast.R, with exit code -1073741819.
Resolution: the default site Makevars cache test no longer mocks base::R.home(). It now mocks quickr_default_site_makevars_path(), keeping the test scoped to quickr internals and avoiding a base namespace mutation in Windows parallel test workers.1 parent 273c6ff commit 8851898
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2062 | 2062 | | |
2063 | 2063 | | |
2064 | 2064 | | |
2065 | | - | |
2066 | | - | |
2067 | | - | |
2068 | | - | |
| 2065 | + | |
2069 | 2066 | | |
2070 | 2067 | | |
2071 | 2068 | | |
| |||
0 commit comments