-
Notifications
You must be signed in to change notification settings - Fork 232
debug info command #643
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
Merged
Merged
debug info command #643
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e807999
to
22bd698
Compare
Codecov Report
@@ Coverage Diff @@
## v1.6.x #643 +/- ##
==========================================
+ Coverage 73.53% 73.83% +0.30%
==========================================
Files 7 7
Lines 1043 1055 +12
Branches 268 269 +1
==========================================
+ Hits 767 779 +12
Misses 202 202
Partials 74 74
Continue to review full report at Codecov.
|
trying monkey patch in debug-info test testing parts of the debug-info command test to narrow down problem removing os specifics from debug-info to see if the python ones come through python internals only testing adding SHELL back in adding SHELL to debug_info_test via monkeypatch adding python version back in Adding os variables back in
removing version from uname output since it is on the next line
e5c6b49
to
6444bb9
Compare
tony
added a commit
that referenced
this pull request
Nov 8, 2020
Great! Thanks!
…On Sun, Nov 8, 2020, 12:41 Tony Narlock ***@***.***> wrote:
@joseph-flinn <https://github.com/joseph-flinn> 1.6.2 is live:
https://github.com/tmux-python/tmuxp/tree/v1.6.2,
https://pypi.org/project/tmuxp/1.6.2/
This has been merged into master at 7f9fedf
<7f9fedf>,
https://github.com/tmux-python/tmuxp/tree/v1.7.0a2,
https://github.com/tmux-python/tmuxp/releases/tag/v1.7.0.a2,
https://pypi.org/project/tmuxp/1.7.0a2
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN5KNNMJYFIGMYXBDCMZRX3SO37ADANCNFSM4TNWWF4A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds: #352
Adding separate PRs for the
debug-info
andtmuxp load --log-file <log-filename>
changes.todo: