Make processor backward compatible
未关闭
- 主要语言
- Rust
- 星标
- 772
- 派生
- 352
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 84
描述
It would be super useful if we could turn our `Processor` to be backward compatible wrt package version. Tooling that heavily depends on the `Processor` can only support the latest package version, but it would be nice if end user can use e.g. debugger on some older binaries they have.
Please let me know your thoughts.
cc @huitseeker @bitwalker @bobbinth
贡献指南
调研方向
Look at the Processor struct and its version handling in the codebase. Understand how package versions are currently managed and where backward compatibility would need to be added. Check existing tests for the Processor to see how version changes are tested. The goal is to allow tooling like debuggers to work with older binaries.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100