Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output format is garbaled since v0.3.0-alpha.1 #68

Closed
drahnr opened this issue Jul 9, 2020 · 3 comments
Closed

output format is garbaled since v0.3.0-alpha.1 #68

drahnr opened this issue Jul 9, 2020 · 3 comments
Assignees
Labels
bug Something isn't working display 💻 Influencing how the output is rendered
Milestone

Comments

@drahnr
Copy link
Owner

drahnr commented Jul 9, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behaviour:

  1. Run 'cargo spellcheck check'
  2. Observe garbled rendering, ^^^^ are missing and the erronous line is not rendered

Expected behavior

The line to be rendered with ^^^^ underneath the erroneous word.

Screenshots

image

Pplease complete the following information:

  • System: Fedora 32
  • Obtained:cargo
  • Version: cargo-spellcheck 0.3.0-alpha.1
@drahnr drahnr added the bug Something isn't working label Jul 9, 2020
@drahnr drahnr self-assigned this Jul 9, 2020
@drahnr drahnr added the display 💻 Influencing how the output is rendered label Jul 9, 2020
@drahnr
Copy link
Owner Author

drahnr commented Jul 10, 2020

Related: #25

@drahnr
Copy link
Owner Author

drahnr commented Jul 10, 2020

The output for multiple lines is still not functional and must be improved, possibly as part of #65 or in a separate PR.

@zhiburt
Copy link
Contributor

zhiburt commented Jul 10, 2020

Specifically^^^ sign is shifted from time to time as I see

[zhiburt@zhiburt cargo-spellcheck]$ cargo spellcheck
error: spellcheck(Hunspell)
  --> /home/zhiburt/proj/cargo-spellcheck/src/checker/mod.rs:5
   |
 5 |  Checker

 Trait to handle additional trackers.
 Contains also helpers to avoid re-implementing generic
 algorithms again and again, i.e. tokenization.
   |                                                                                                                                           ^^^^^^^^^^^^
   | - autoionization or ionization
   |
   |   Possible spelling mistake found.
   |

I'd wanted to created an issue according to it but I've noticed this issue already exists 👍

@drahnr drahnr added this to the v0.3.0 milestone Jul 14, 2020
@drahnr drahnr closed this as completed in ca492ee Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working display 💻 Influencing how the output is rendered
Projects
None yet
Development

No branches or pull requests

2 participants