Kat Marchán
|
0fecc42f76
|
fmt: cargo fmt --all
|
2021-08-21 23:24:45 -07:00 |
Kat Marchán
|
949174e598
|
misc: more aggressive linting for quality~
|
2021-08-21 23:13:25 -07:00 |
Kat Marchán
|
20bb3db3fa
|
docs: overhaul readme and make sure everything is documented
Fixes: https://github.com/zkat/miette/issues/15
|
2021-08-21 22:57:16 -07:00 |
Kat Marchán
|
c1da4a0d27
|
feat(into_diagnostic): .into_diagnostic() is now generic across any impl fmt::Display instead of expecting a `dyn`
|
2021-08-21 22:55:45 -07:00 |
Kat Marchán
|
5c077d30a4
|
fix(protocol): oops, missed a spot after a rename
|
2021-08-21 22:54:59 -07:00 |
Kat Marchán
|
aafa4a3de1
|
feat(printer): rename default printer and consistify some naming conventions with printing
BREAKING CHANGE: This is a significant API break.
|
2021-08-21 22:52:06 -07:00 |
Kat Marchán
|
e980b72373
|
feat(error): diagnostic-ify MietteError
|
2021-08-21 22:49:00 -07:00 |
Kat Marchán
|
5369a9424e
|
feat(printer): added (and hooked up) an accessible report printer
Fixes: https://github.com/zkat/miette/issues/28
|
2021-08-21 15:32:31 -07:00 |
Kat Marchán
|
b5c4118e59
|
misc: cargo fmt
|
2021-08-21 00:11:41 -07:00 |
Kat Marchán
|
5fbcd53026
|
feat(printer): lots of small improvements to printer
|
2021-08-20 23:52:15 -07:00 |
Kat Marchán
|
d675334e48
|
feat(reporter): fancy new reporter with unicode, colors, and multiline (#23)
Fixes: https://github.com/zkat/miette/issues/3
Fixes: https://github.com/zkat/miette/issues/5
|
2021-08-20 20:09:23 -07:00 |
Kat Marchán
|
29c1403efd
|
feat(reporter): Overhauled return type/main/DiagnosticReport experience.
Fixes: https://github.com/zkat/miette/issues/13
|
2021-08-17 23:41:03 -07:00 |
Kat Marchán
|
26f409c525
|
feat(offsets): nice utility function to get an offset from a Rust callsite
Fixes: https://github.com/zkat/miette/issues/19
|
2021-08-17 19:18:57 -07:00 |
Kat Marchán
|
75c2312755
|
feat(offsets): utility function for converting from line/col to offset
|
2021-08-17 18:31:12 -07:00 |
Kat Marchán
|
95200366a1
|
feat(offsets): more utility From impls for SourceSpan
|
2021-08-17 18:30:38 -07:00 |
Kat Marchán
|
53074d3488
|
feat(protocol): add Source impls for Cow and Arc
|
2021-08-17 17:54:29 -07:00 |
Kat Marchán
|
49151bb095
|
fix(protocol): keep the owned spans
|
2021-08-17 17:15:05 -07:00 |
Kat Marchán
|
f390520b45
|
feat(protocol): reference-based DiagnosticReport!
|
2021-08-17 15:30:52 -07:00 |
Kat Marchán
|
acfeb9c5b0
|
feat(protocol): new SourceSpans with labels
|
2021-08-17 08:41:20 -07:00 |
Kat Marchán
|
36b86df9f5
|
feat(protocol): implement From<(usize, usize)> for SourceSpan
|
2021-08-16 23:46:32 -07:00 |
Kat Marchán
|
0e7702700d
|
feat(derive): added basic derive macro
This should be good for most basic use cases. More features will be added over time :)
|
2021-08-15 11:49:02 -07:00 |
Kat Marchán
|
a960136802
|
feat(utils): various convenience utilities for creating and working with Diagnostics
|
2021-08-14 13:32:22 -07:00 |
Kat Marchán
|
d201dde4b5
|
fix(reporter): fix reporter and tests... again
|
2021-08-10 22:47:28 -04:00 |
Kat Marchán
|
0d2e3312a4
|
fix(reporter): fix extra newline after header
|
2021-08-10 22:04:28 -04:00 |
Kat Marchán
|
02dd1f84d4
|
feat(protocol): Simplify protocol return values further
BREAKING CHANGE: Switched to Box instead of & for help/code return values.
|
2021-08-10 21:40:25 -04:00 |
Kat Marchán
|
b08e5cca62
|
format: cargo fmt
|
2021-08-10 19:21:31 -04:00 |
Kat Marchán
|
9d430b6f47
|
fix(reporter): fix missing newline before help text
|
2021-08-10 19:21:31 -04:00 |
Kat Marchán
|
3584dc600c
|
feat(protocol): improvements to snippets API
|
2021-08-07 22:59:20 -04:00 |
Kat Marchán
|
80e7dabbe4
|
feat(protocol): help is a single Display ref now.
|
2021-08-07 22:57:56 -04:00 |
Kat Marchán
|
7920a2315c
|
feat(protocol: Severity is now optional
|
2021-08-07 22:54:46 -04:00 |
Kat Marchán
|
781a51f037
|
fix(protocol): fix the default From<:T Diagnostic> implementation to cover more cases.
|
2021-08-05 13:24:37 -07:00 |
Kat Marchán
|
50238d75a2
|
feat(protocol): Make usafe of ? and return types with Diagnostics more ergonomic
|
2021-08-05 12:37:11 -07:00 |
Kat Marchán
|
e955321cbd
|
fix(protocol): protocol improvements after getting feedback
|
2021-08-05 09:12:41 -07:00 |
Kat Marchán
|
2fb9f93cbf
|
fix(api): stop re-exporting random things wtf???
|
2021-08-04 20:28:19 -07:00 |
Kat Marchán
|
6b51694733
|
feat(protocol) overhauled entire protocol to be based on byte offsets (#1)
Includes other improvements!
BREAKING CHANGE: Yeah this is pretty much a rewrite.
|
2021-08-04 20:27:12 -07:00 |
Kat Marchán
|
1cb0ad3852
|
feat(span): make span end optional
|
2021-08-03 12:56:56 -07:00 |
Kat Marchán
|
f8cf66cd90
|
refactor: move detail rendering out for clarity
|
2021-08-03 07:52:25 -07:00 |
Kat Marchán
|
3ad7666777
|
feat(miette): you nerd-snipe miette into writing a joke reporter?? jail for mother!!
|
2021-08-03 01:13:12 -07:00 |
Kat Marchán
|
a437f44511
|
feat(reporter): dummy reporter implementation + tests
|
2021-08-03 00:52:10 -07:00 |
Kat Marchán
|
c3f41b972d
|
fix(protocol): use references forr all return values in Diagnostic
|
2021-08-02 23:20:15 -07:00 |
Kat Marchán
|
e2387ce2ed
|
feat(protocol): sketched out a basic protocol
|
2021-08-02 23:08:51 -07:00 |
Kat Marchán
|
457849721f
|
initial commit
|
2021-08-02 19:36:02 -07:00 |