pine-diagnostics 0.2.0

Diagnostics for the Pine Script toolchain.
Documentation
  • Coverage
  • 50%
    8 out of 16 items documented0 out of 8 items with examples
  • Size
  • Source code size: 4.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 400.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • ferranbt/pinecone
    13 4 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ferranbt

A single diagnostic type shared across the Pine toolchain.

Both pine-sema (which reports errors) and pine-lint (which reports warnings) emit this same [Diagnostic], so a consumer can collect, sort, and render findings from every phase through one code path. Severity — not the crate that produced it — decides how a finding is treated.