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

GD-72: Fix gdunit console wrong indent of failure reports #89

Merged
merged 2 commits into from
Jan 26, 2023
Merged

Conversation

MikeSchulze
Copy link
Owner

Why

The gdunit console was reporting an runtime error because of invalid indentation handling

What

  • Reworked the console message handling to avoid invalid pop calls on RichTextLabel
  • Add missing font initalisation to render messages with a mono font

# Why
The gdunit console was reporting an runtime error because of invalid indentation handling

# What
- Reworked the console message handling to avoid invalid `pop` calls on RichTextLabel
- Add missing font initalisation to render messages with a mono font
@MikeSchulze MikeSchulze self-assigned this Jan 26, 2023
@MikeSchulze MikeSchulze linked an issue Jan 26, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit a0db34d into master Jan 26, 2023
@MikeSchulze MikeSchulze deleted the GD-72 branch January 26, 2023 20:25
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.

GD-72: Error on console when tests detects an orphan node
1 participant