Simulator throws an exception when forgetting state with the empty set
Open
Nobody has claimed this yet.
good first issue
simulator
- Dominant language
- Bikeshed
- Stars
- 110
- Forks
- 87
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
The exception itself makes sense in terms of business logic, but the issue isn't propagated to the UI, so the user has no indication of why their intended operation had no effect.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read impl/src/backend.ts around lines 625-627 first to understand the exception raised when forgetting state with an empty set. Trace how that simulator failure reaches the UI and make the operation's reason visible to the user; done means the intended operation no longer fails silently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100