nushell/crates/nu-command/src
Darren Schroeder b23fe30530
fixes debug info not populating process information (#11909)
# Description

This PR fixes #11901. For some reason `debug info` stopped reporting
information. This hopefully fixes it. I think something changes in the
`sysinfo` crate that stopped it from working.

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

# Tests + Formatting
<!--
Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used` to
check that you're using the standard code style
- `cargo test --workspace` to check that all tests pass (on Windows make
sure to [enable developer
mode](https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging))
- `cargo run -- -c "use std testing; testing run-tests --path
crates/nu-std"` to run the tests for the standard library

> **Note**
> from `nushell` you can also use the `toolkit` as follows
> ```bash
> use toolkit.nu # or use an `env_change` hook to activate it
automatically
> toolkit check pr
> ```
-->

# After Submitting
<!-- If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
-->
2024-02-20 13:34:11 -06:00
..
bytes adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
charting Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
conversions Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
database Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
date Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
debug fixes debug info not populating process information (#11909) 2024-02-20 13:34:11 -06:00
env Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
experimental Bump windows from 0.48.0 to 0.52.0 (#11325) 2023-12-21 18:49:15 +01:00
filesystem FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00
filters move-Command Tests, Refactor, Fix (#11904) 2024-02-20 07:23:46 -06:00
formats Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
generators Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
hash adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
help adjust some commansd input_output type (#11436) 2024-01-15 16:58:26 +08:00
math allow math avg to work with durations (#11598) 2024-01-21 08:41:23 -06:00
misc Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
network Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
path Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
platform Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
random Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
removed Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
shells Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
stor Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00
strings fix format date based on users locale (#11908) 2024-02-20 11:08:49 -06:00
system FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00
viewers Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
default_context.rs add str escape-glob command (#11664) 2024-01-29 23:00:15 +08:00
example_test.rs feat: Add unfold command (#10489) 2023-09-30 09:08:06 -05:00
lib.rs Simplify the feature gates for stor commands (#11416) 2023-12-24 13:31:46 +01:00
progress_bar.rs remove cp-old (#11622) 2024-01-24 07:38:15 +08:00
sort_utils.rs Add Value::coerce_str (#11885) 2024-02-18 17:47:10 +01:00