-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Some updates #15
Open
Techno-Fox
wants to merge
16
commits into
johnscillieri:master
Choose a base branch
from
Techno-Fox:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Some updates #15
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7964953 - Browse repository at this point
Copy the full SHA 7964953View commit details -
added documentation for the DiskPartition type
Configuration menu - View commit details
-
Copy full SHA for 100e8c8 - Browse repository at this point
Copy the full SHA 100e8c8View commit details -
added a link to the newly created DiskParition documentation
Configuration menu - View commit details
-
Copy full SHA for 1794d04 - Browse repository at this point
Copy the full SHA 1794d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7d4da - Browse repository at this point
Copy the full SHA 1c7d4daView commit details -
existsFile is deprecated, and now using fileExists instead
Configuration menu - View commit details
-
Copy full SHA for bdf17f6 - Browse repository at this point
Copy the full SHA bdf17f6View commit details -
replaced ..colon with 0..colon, because ..b is deprecated to 0..b.
Configuration menu - View commit details
-
Copy full SHA for baaab86 - Browse repository at this point
Copy the full SHA baaab86View commit details -
replaced ..10 with 0..10, because ..b is deprecated to 0..b.
Configuration menu - View commit details
-
Copy full SHA for c6382f0 - Browse repository at this point
Copy the full SHA c6382f0View commit details -
cuchar is deprecated, thus replaced with char
Configuration menu - View commit details
-
Copy full SHA for 8c366df - Browse repository at this point
Copy the full SHA 8c366dfView commit details -
implicit conversion from string to cstring, thus added the cast to avoid CStringConv compile errors in the future
Configuration menu - View commit details
-
Copy full SHA for bebefff - Browse repository at this point
Copy the full SHA bebefffView commit details -
type pragmas follow the type name; this form of writing pragmas is deprecated
Configuration menu - View commit details
-
Copy full SHA for bca06e1 - Browse repository at this point
Copy the full SHA bca06e1View commit details -
See corresponding Defect; DivByZeroError is deprecated, thus use DivByZeroDefect instead
Configuration menu - View commit details
-
Copy full SHA for aebe70f - Browse repository at this point
Copy the full SHA aebe70fView commit details
Commits on Mar 18, 2022
-
added the pid_kill function, which will send a SIGKILL to the specified PID.
Configuration menu - View commit details
-
Copy full SHA for b821800 - Browse repository at this point
Copy the full SHA b821800View commit details -
added pid_kill procedure for killing the specified pid. This opens the process and then terminates it. Raises an OSError for an error
Configuration menu - View commit details
-
Copy full SHA for a6ba4b7 - Browse repository at this point
Copy the full SHA a6ba4b7View commit details -
added casts to arguments in functions
Do to casting errors, i've added casts to where I was getting them.
Configuration menu - View commit details
-
Copy full SHA for 2a2707b - Browse repository at this point
Copy the full SHA 2a2707bView commit details -
i've added some checks for OpenProcess return variable.
Configuration menu - View commit details
-
Copy full SHA for 892b019 - Browse repository at this point
Copy the full SHA 892b019View commit details -
added the pid_kill proc to the psutil.nim file, also exporting the platform so user can access all the function without needing to do "psutil/platform_linux" or "psutil/platform_windows"
Configuration menu - View commit details
-
Copy full SHA for a793440 - Browse repository at this point
Copy the full SHA a793440View commit details
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.