Equality checks
Open
- Dominant language
- Rust
- Stars
- 62
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
There are implementations of `operator=` and `operator!=` in the LLDB API classes.
These are not currently bound in `lldb-sys.rs` and they are not made visible to Rust via `PartialEq` impls yet.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the LLDB API classes and the bindings in lldb-sys.rs, then inspect how Rust-facing PartialEq implementations are organized. Bind the existing operator= and operator!= implementations and expose equality through PartialEq; done means the operators are available in lldb-sys.rs and usable from Rust.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100