theapache64 / theapache64/rebugger
Feature Request : Custom Annotation + Compiler plugin
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 1k
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
It would be neat if Rebugger had a KSP artifact that processed annotations on compostable functions to automatically insert the necessary Rebugger function calls within the function body - is something like that even possible?
The annotation could have parameters to control what inputs are tracked by Rebugger (function arguments, state objects within the function body, or both)
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
Start from the existing Rebugger function calls referenced in the issue and assess how a KSP artifact or compiler plugin could process annotations on composable functions. Define how annotation parameters select function arguments and in-body state, and consider the request complete only when the implementation scope and expected generated behavior are clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- compilers, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100