Import codespan-reporting 0.11.1 upstream upstream/0.11.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 28 Apr 2025 06:34:45 +0000 (15:34 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 28 Apr 2025 06:34:45 +0000 (15:34 +0900)
commitf2afb6f4b0af5cb6d2fcf74cab488523784e13b7
tree18882d7119d95c2e2856c5e0e81bb364cd86460c
Import codespan-reporting 0.11.1
111 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
examples/custom_files.rs [new file with mode: 0644]
examples/peg_calculator.rs [new file with mode: 0644]
examples/readme_preview.rs [new file with mode: 0644]
examples/reusable_diagnostic.rs [new file with mode: 0644]
examples/term.rs [new file with mode: 0644]
src/diagnostic.rs [new file with mode: 0644]
src/files.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/term.rs [new file with mode: 0644]
src/term/config.rs [new file with mode: 0644]
src/term/renderer.rs [new file with mode: 0644]
src/term/views.rs [new file with mode: 0644]
tests/snapshots/term__empty__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__short_color.snap [new file with mode: 0644]
tests/snapshots/term__empty__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__short_color.snap [new file with mode: 0644]
tests/snapshots/term__empty_ranges__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__short_color.snap [new file with mode: 0644]
tests/snapshots/term__fizz_buzz__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__message__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__message__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message__short_color.snap [new file with mode: 0644]
tests/snapshots/term__message__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__short_color.snap [new file with mode: 0644]
tests/snapshots/term__message_and_notes__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_errorcode__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_errorcode__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__message_errorcode__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__short_color.snap [new file with mode: 0644]
tests/snapshots/term__multifile__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_omit__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__short_color.snap [new file with mode: 0644]
tests/snapshots/term__multiline_overlapping__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__short_color.snap [new file with mode: 0644]
tests/snapshots/term__overlapping__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__position_indicator__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__position_indicator__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__position_indicator__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__position_indicator__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__short_color.snap [new file with mode: 0644]
tests/snapshots/term__same_line__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__medium_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__rich_ascii_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__rich_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__short_color.snap [new file with mode: 0644]
tests/snapshots/term__same_ranges__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tab_columns__tab_width_2_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tab_columns__tab_width_3_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tab_columns__tab_width_6_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tab_columns__tab_width_default_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tabbed__tab_width_3_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tabbed__tab_width_6_no_color.snap [new file with mode: 0644]
tests/snapshots/term__tabbed__tab_width_default_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode__short_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode_spans__medium_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode_spans__rich_no_color.snap [new file with mode: 0644]
tests/snapshots/term__unicode_spans__short_no_color.snap [new file with mode: 0644]
tests/support/color_buffer.rs [new file with mode: 0644]
tests/support/mod.rs [new file with mode: 0644]
tests/term.rs [new file with mode: 0644]