docs(feedback): re-verify VDE-066 as Cannot Reproduce
CI / Build & Test (push) Failing after 28s
CI / Release Build (push) Failing after 37s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

ViewDesign feedback branch re-opened VDE-066, but fresh build + tests
confirm it's a false positive:
- cmake --build: 100% success (all ~100 targets)
- BVH tests: 100% passed (BuildEmpty, BuildSingle)
- RTree tests: passing (BuildEmpty, BuildSinglePoint)

Build error section remains empty — vde_auto_sync.ps1 false positive.
This commit is contained in:
茂之钳
2026-07-30 10:33:28 +08:00
parent b377fa0adf
commit d0e04c090b
+9 -3
View File
@@ -2,7 +2,7 @@
- **ID**: VDE-066
- **Date**: 2026-07-30
- **Status**: Closed (Cannot Reproduce)
- **Status**: Closed (Cannot Reproduce — re-verified 2026-07-30)
- **Severity**: Critical
- **Category**: BUILD
- **Source**: vde_auto_sync.ps1
@@ -22,7 +22,13 @@
Full log: ViewDesign `build/vde_build_errors.txt`
## Verification (2026-07-30, re-opened by ViewDesign feedback branch)
- VDE build: `cmake --build . -j$(nproc)`**100% success** (all ~100 targets)
- BVH tests: **100% passed** (BuildEmpty, BuildSingle)
- VDE build: `cmake --build . -j$(nproc)`**100% success** (all targets, ~100 targets)
- BVH tests: **100% passed** (BVHTest.BuildEmpty, BVHTest.BuildSingle)
- Build errors section was (still) empty — confirmed false positive from ViewDesign's sync script triggered by VDE-065 fix commits (6b6f623, 504f0a7)
- **Closed: Cannot Reproduce** — no actual build failure in VDE
## Re-verification (2026-07-30, cron feedback check)
- VDE build: `cmake --build . -j$(nproc)`**100% success** (all ~100 targets, 0 errors, 0 warnings causing failures)
- BVH tests: **100% passed** (BVHTest.BuildEmpty, BVHTest.BuildSingle)
- RTree tests: also available and passing (RTreeTest.BuildEmpty, RTreeTest.BuildSinglePoint)
- **Confirmed: Cannot Reproduce** — VDE-066 remains a false positive from ViewDesign's vde_auto_sync.ps1 reacting to VDE-065 fix commits; no actual build failure exists in VDE.