Skip to content

Conversation

@86xsk
Copy link
Contributor

@86xsk 86xsk commented Jan 27, 2026

Description

Uses the Display implementation of Suggestion as its Debug implementation. This causes the suggestion strings to be rendered as words rather than multi-line character arrays, improving readability and making more efficient use of screenspace.

Demo

Old

image

New

image

How Has This Been Tested?

  • cargo test
  • Manually

Checklist

  • I have performed a self-review of my own code
  • I have added tests to cover my changes

Copy link
Collaborator

@elijah-potter elijah-potter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thanks.

@elijah-potter elijah-potter added this pull request to the merge queue Jan 28, 2026
github-merge-queue bot pushed a commit that referenced this pull request Jan 28, 2026
* feat(core): improve debug formatting for `Suggestion`

Print words as strings rather than char arrays.

* docs(core): add comment for future reference
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 28, 2026
@elijah-potter elijah-potter added this pull request to the merge queue Jan 29, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants