Skip to content

Commit c93ad45

Browse files
committed
fix: replace broken KNOWN_ISSUES.md links with GitHub issue templates
- Removed references to deleted KNOWN_ISSUES.md - Added links to .github/ISSUE_*.md templates - Updated Contributing section with issue template links - More actionable for contributors (direct links to specs)
1 parent 19302bb commit c93ad45

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,23 +198,24 @@ This repository contains experimental implementations of:
198198

199199
## Known Issues
200200

201-
See [KNOWN_ISSUES.md](KNOWN_ISSUES.md) for complete list. Key issues:
201+
See [GitHub Issues](.github/) for experimental features and known limitations:
202202

203203
- **Async wrappers use polling** - exponential backoff (1ms-100ms), use `trySend`/`tryReceive` for zero-latency
204-
- **TaskGroup has bugs** - nested async macros fail (not exported)
205-
- **Experimental code incomplete** - actors/streams/scheduler not production-ready
204+
- **TaskGroup has bugs** - nested async macros fail (not exported) - [See issue template](.github/ISSUE_TASKGROUP_BUG.md)
205+
- **MPSC not implemented** - multi-producer channels needed for actors - [See issue template](.github/ISSUE_MPSC_CHANNELS.md)
206+
- **NUMA untested** - cross-socket performance unknown - [See issue template](.github/ISSUE_NUMA_VALIDATION.md)
206207

207-
**These are documented bugs, not intentional behavior.** Contributions to fix welcome!
208+
**These are documented limitations, not intentional behavior.** Contributions to fix welcome!
208209

209210
## Contributing
210211

211212
Contributions welcome! Priority areas:
212-
1. Fix TaskGroup nested async bug (blocking v0.3.0)
213-
2. Implement MPSC channels (enables actors)
214-
3. Test and validate Streams
213+
1. Fix TaskGroup nested async bug (blocking v0.3.0) - [Details](.github/ISSUE_TASKGROUP_BUG.md)
214+
2. Implement MPSC channels (enables actors) - [Details](.github/ISSUE_MPSC_CHANNELS.md)
215+
3. Validate NUMA performance - [Details](.github/ISSUE_NUMA_VALIDATION.md)
215216
4. Cross-platform support (macOS/Windows)
216217

217-
See [KNOWN_ISSUES.md](KNOWN_ISSUES.md) for detailed bug list.
218+
See [issue templates](.github/) for detailed specifications and acceptance criteria.
218219

219220
## License
220221

0 commit comments

Comments
 (0)