Skip to content

refactor(editor): remove stdout print on theme load failure#101

Merged
ori0o0p merged 1 commit intomainfrom
feature/codeeditor-no-stdout
Feb 16, 2026
Merged

refactor(editor): remove stdout print on theme load failure#101
ori0o0p merged 1 commit intomainfrom
feature/codeeditor-no-stdout

Conversation

@ori0o0p
Copy link
Member

@ori0o0p ori0o0p commented Feb 16, 2026

Summary

  • stop writing theme-load failure messages to stdout in HighlightedTextView.setup
  • keep observability by appending theme-load failures to AppLogStore
  • add regression tests to confirm invalid-theme setup emits no stdout while preserving log entries

Closes #100

Test Plan

  • swift test --filter CodeEditorViewTests
  • swift test
  • swift build -c release

@ori0o0p ori0o0p merged commit cfe49f8 into main Feb 16, 2026
1 check passed
@ori0o0p ori0o0p deleted the feature/codeeditor-no-stdout branch February 16, 2026 14:16
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.

refactor(editor): stop stdout logging for theme-load failures

1 participant