baml_language: add PPIR stream diagnostics and centralize virtual file handling#3226
baml_language: add PPIR stream diagnostics and centralize virtual file handling#3226miguelcsx wants to merge 2 commits intoBoundaryML:canaryfrom
Conversation
…al file handling - Adds a dedicated PPIR stream diagnostics pass - Centralizes builtin/generated file handling - Tightnes diagnostic behavior around stream annotations
|
@miguelcsx is attempting to deploy a commit to the Boundary Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- remove hardcoded strings and use attrs
|
Hi @sxlijin, I was reviewing your commit on PPIR and had a question: should |
This improves the stream-types pipeline by validating
@stream.*usage earlier in PPIR and by centralizing virtual file classification inSourceFile.Before this change:
Now we:
Impact
@stream.*usageWhat changed
ppir_stream_diagnosticsand integrated it into project diagnosticsConflictingStreamAttributesdiagnostic plumbing and error codebaml_base::SourceFile