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
* Preload Windows runtime DLL dependencies
* Preserve PATH order for Windows DLL preload
Finding: Preserve PATH order when preloading DLLs
quickr_windows_add_dll_paths() now returns the final post-update PATH directory order instead of synthetic candidate order. Added a regression test that keeps two candidate directories in reversed candidate order on PATH and asserts the returned preload order follows PATH precedence.
* Limit Windows DLL preload to candidate directories
Finding: Avoid preloading unrelated PATH DLLs
quickr_windows_add_dll_paths() now preserves post-update PATH order only among quickr candidate runtime/link directories, instead of returning every directory on PATH. Added a regression test proving unrelated PATH directories with matching DLL basenames are excluded from preload search.
* Restore Windows runtime path discovery
* Limit grandparent Windows bin discovery
Finding: Limit grandparent bin lookup to arch library dirs
Restrict the ../../bin probe to -L directories shaped like .../lib/x64 or .../lib/i386, while keeping the regular ../bin probe for ordinary library paths.
* set `TESTTHAT_CPUS` on CI
0 commit comments