Issues with messages related by subject
- Dominant language
- Python
- Stars
- 45
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The code currently looks for messages with the same subject in order to construct threads.
That often results in spurious matches, so personally, I don't see the point of doing this, at least not by default.
However it seems especially futile to do so when the subject is missing or empty.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the message-thread construction entry point and inspect how subjects are compared, especially when a subject is missing or empty. Reproduce the spurious-match case and determine the intended default behavior from the issue; done means empty subjects no longer create matches and same-subject threading follows the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100