| 6aebc026 | 07-Aug-2026 |
Jim Jagielski <jimjag@gmail.com> |
testtools: rebuild uno_types.rdb when bridgetest.idl changes
The registry merges in bridgetest.rdb but did not depend on it, so an IDL edit left it describing the old interface while the headers and
testtools: rebuild uno_types.rdb when bridgetest.idl changes
The registry merges in bridgetest.rdb but did not depend on it, so an IDL edit left it describing the old interface while the headers and libraries described the new one, and the bridge dispatched the added methods through stale vtable slots. It only ever came out right on a clean build.
$? can no longer name the copy source now that there are two prerequisites.
Found while building AOO42X on macOS/arm64, where it broke bridgetest after the arm64 bridge commits added methods to the IDL; committed there as 4421c0a19d. Build-tested on that branch only.
show more ...
|