diff options
| author | user <user@clank> | 2026-08-14 00:26:27 +0200 |
|---|---|---|
| committer | user <user@clank> | 2026-08-14 00:26:27 +0200 |
| commit | bb5db57c72ac814cfb8019583e9cfd3c5fdea00e (patch) | |
| tree | 48b83020f76630ab11ff74b0505971d857bbc325 /.gitignore | |
| parent | Port to the ida-codemode 0.5.3+ public API (diff) | |
| download | ida-tui-main.tar.gz ida-tui-main.tar.xz ida-tui-main.zip | |
Items 4, 8 and 9 are fixed (loader switches on reopen, package exports,
py.typed), so the report and the skill no longer claim 4-9 are all open. Item 7
is partial: DatabaseManager grew a DatabaseEventCallback, but there is still
nothing an external caching client can observe, which was the point. 5 and 6
are untouched.
The "are these files byte-identical" re-check recipe is removed: it named
client.py/registry.py/resolver.py, which 0.5.x renamed, so it would have
reported "unchanged" forever. The replacement is a diff of __all__ and the
DatabaseOpenOptions fields, both of which the contract suite now asserts
whenever the library is importable.
Also records two things that cost time here: the loader-switch strip needs
input_path != source, so an .i64 passed directly alongside load options still
fatals; and an editable checkout does not enforce its own dependency floors, so
a `git pull` to 0.6.1 leaves ida-domain/zeromcp silently too old.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
