Inconsistent sorting
Open
bug
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- Avg merge
- 3h 19m
- Merged PRs (30d)
- 2
Description
The ordering of the list should always be the same for the same seed. Right now the list is sorted starting from the current state each time the seed is updated, which leeds to inconsistent sorting.
A possible fix would be to always sort the list from a static start point.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the seed-update flow and the code that sorts the list from the current state. Reproduce the issue by updating the same seed repeatedly, then verify that each update produces the same ordering for that seed.
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
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100