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

feature: Show process state #114

Merged
merged 9 commits into from
Apr 12, 2020
Merged

feature: Show process state #114

merged 9 commits into from
Apr 12, 2020

Conversation

ClementTsang
Copy link
Owner

@ClementTsang ClementTsang commented Apr 11, 2020

Description

A description of the change and what it does. If relevant, please provide screenshots of what results from the change:

Adds process state. Note this is not 100% finished but will end up getting changed in the future anyways. Main issue is tabbed (combine by PID) mode - I'm thinking of something like:

U:2/S:2

for example, rather than the currentUUSS. But that's for later when I go and prettify everything.

Also fixes bug caused by #113 where process harvesting would fail for some processes due to I/O permission errors.

image

image

Issue

If applicable, what issue does this address?

Closes: #

Type of change

Remove the irrelevant ones:

  • New feature (non-breaking change which adds functionality)

Test methodology

Please state how this was tested:

Please tick which platforms this change was tested on:

  • Windows
  • macOS
  • Linux

Checklist

Please ensure all are ticked (and actually done):

  • Change has been tested to work
  • Areas your change affects have been linted using rustfmt
  • Code has been self-reviewed
  • Code has been tested and no new breakage is introduced unless intended
  • Documentation has been added/updated if needed
  • No merge conflicts arise from the change

Other information

Provide any other relevant information:

This is not 100% finished and will be refined in the future, as I plan to
do a bit of an overhaul on how the process widget is going to look and
functionality.  In particular, tabbed is currently kinda just slapped
together (I just combine all the states together as one big string).

However, it is enough to work and show state normally...
@ClementTsang ClementTsang merged commit a351f05 into master Apr 12, 2020
@ClementTsang ClementTsang deleted the proc_state branch April 12, 2020 01:02
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