nushell/crates/nu-command/src
Reilly Wood 03e688ea7b
Revert to notify v4 (#8367)
This reverts https://github.com/nushell/nushell/pull/8114 which upgraded
to `notify` (a file watching crate used by the `watch` command) v5.

`notify` v5 has several breaking changes and it's much harder to use. It
no longer includes debouncing of file system events, which I think is
essential functionality for `watch`. @WindSoilder was going to try
writing our own debouncing functionality but I don't think he had time
to finish it.

@WindSoilder Is it OK if we revert this for the 0.77 release (March 14)?
We can try again for 0.78
2023-03-08 21:45:58 -08:00
..
bits Document and critically review ShellError variants - Ep. 1 (#8229) 2023-03-01 20:34:48 +01:00
bytes Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
charting Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
conversions fixed an error message that popped up after landing (#8356) 2023-03-07 19:02:48 -06:00
database Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
dataframe Fix to json for SQLite databases (#8343) 2023-03-06 14:36:26 -08:00
date Fix 8244 -- store timestamps with nanosecond resolution (consistently) (#8337) 2023-03-07 17:02:15 -06:00
debug Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
deprecated Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
env Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
experimental Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
filesystem Revert to notify v4 (#8367) 2023-03-08 21:45:58 -08:00
filters Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
formats Fix to json for SQLite databases (#8343) 2023-03-06 14:36:26 -08:00
generators Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
hash Document and critically review ShellError variants - Ep. 1 (#8229) 2023-03-01 20:34:48 +01:00
math Document and critically review ShellError variants - Ep. 1 (#8229) 2023-03-01 20:34:48 +01:00
misc Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
network Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
path Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
platform Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
random Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
shells Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
strings FIX: redirect to encode base64 as hash bash64 is deprecated (#8351) 2023-03-07 20:04:54 +01:00
system Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00
viewers Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
default_context.rs Remove the 'env' command, as we have the variable (#8185) 2023-03-01 21:20:00 +13:00
example_test.rs cratification: Example support (#8231) 2023-02-27 13:58:56 -08:00
input_handler.rs Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former (#7217) 2022-12-23 01:48:53 -05:00
lib.rs Cratification: Break out nu_cmd_lang into a separate crate (#8181) 2023-02-24 09:54:42 -06:00
progress_bar.rs cp progress bar implementation (#8012) 2023-02-22 11:57:38 -08:00
sort_utils.rs Document and critically review ShellError variants - Ep. 3 (#8340) 2023-03-06 18:33:09 +01:00