deed-diagnostics 0.2.12

Source management and structured diagnostics for the Deed compiler
Documentation
  • Coverage
  • 48.05%
    37 out of 77 items documented0 out of 46 items with examples
  • Size
  • Source code size: 46.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • deed-lang/deed
    7 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • onatozmenn

Source management and structured diagnostics for the Deed compiler.

Nothing here knows anything about the Deed language. It exists so that no part of the compiler ever has a reason to return an error as a string.

[hashing] is the odd one out and it is here because [Span] is: every pass keys a map by one, and the hash they are looked up with is a property of the key rather than of the pass.

See design/01-principles.md, P7.