Skip to content

allow general IO argument in writeline#17

Open
matthias314 wants to merge 1 commit intoJuliaCollections:masterfrom
matthias314:m3/writeline
Open

allow general IO argument in writeline#17
matthias314 wants to merge 1 commit intoJuliaCollections:masterfrom
matthias314:m3/writeline

Conversation

@matthias314
Copy link
Copy Markdown

The method for TerminalMenus.writeline defined in this package assumes its first argument to be of type IOBuffer. The documentation, however, only guarantees IO. Currently IOBuffer is used, but I guess there a good chance that this changes to AnnotatedIOBuffer if TerminalMenus decides to support colors via StyledStrings. So it's probably better to stay on the safe side.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (86789ee) to head (c31dc78).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #17   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          156       152    -4     
=========================================
- Hits           156       152    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant