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

improve fixBuggyOutput() to catch more console noise #5

Open
tbates opened this issue Aug 16, 2022 · 0 comments
Open

improve fixBuggyOutput() to catch more console noise #5

tbates opened this issue Aug 16, 2022 · 0 comments

Comments

@tbates
Copy link

tbates commented Aug 16, 2022

Under MacOS 13 , two additional sources of console noise occur:

  1. Menu selection, generating, e.g

Located char match from search: item 'Center' in menu 'Text' with match penalty 3
Choosing result from list: item 'Center' in menu 'Text' with match penalty 3
Marking command key cache valid

  1. During work, this warning about sleep assertion is dropped repeatedly into console

2022-08-16 20:24:22.649 R[2412:30836] *** -[_NSActivityAssertion _initWithActivityOptions:reason:expirationHandler:]: Warning: Could not create system idle sleep assertion (-536870211)

Pretty easy fix by calls to fixBuggyOutput catching each of these in Rcontroller.m

Will submit a pull request

@tbates tbates changed the title extensions to fixBuggyOutput improve fixBuggyOutput() to catch more console noise Sep 22, 2022
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

No branches or pull requests

1 participant