Add analyzer framework for diagnostics
Open
- Dominant language
- Rust
- Stars
- 209
- Forks
- 65
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 126
Description
Background:
- Pipeline should support analyzer-style passes (Roslyn/Ionide style) that emit diagnostics.
Scope:
- Define analyzer interfaces and integration points in pipeline execution.
- Allow analyzers over source/config/IR/artifacts without mutating outputs.
Acceptance criteria:
- Analyzers can emit diagnostics and attach to pipeline results.
- Analyzer ordering and grouping are supported.
Contributor guide
Assessment
This issue has not been assessed yet.