Commit Graph

  • f50e22597c fix positionals after spread handling Devyn Cairns 2024-07-09 04:50:57 -0700
  • 455ab41303 record spread error on duplicate Devyn Cairns 2024-07-09 04:45:59 -0700
  • f8297abf62 rework named args to also contain their short arg (it was there for a reason) Devyn Cairns 2024-07-09 04:41:36 -0700
  • 41654e7656 handle Value::Error early in some places Devyn Cairns 2024-07-09 04:17:42 -0700
  • fc5faef126 fix a todo!() Devyn Cairns 2024-07-09 04:04:28 -0700
  • de3137f72b implement shortcircuiting and/or Devyn Cairns 2024-07-09 04:00:23 -0700
  • abbab2ef90 adjust comment Devyn Cairns 2024-07-09 03:40:04 -0700
  • 323e2dbed9 fix handling short-only args. limitation: long args and short args now share the same namespace, effectively Devyn Cairns 2024-07-09 03:37:49 -0700
  • 386a7de467 add check for reserved env vars Devyn Cairns 2024-07-09 03:28:34 -0700
  • 21f132be9f make compile errors for assignment more like the shell errors Devyn Cairns 2024-07-09 03:20:23 -0700
  • fab24f8e75 add typechecking to block decl call Devyn Cairns 2024-07-09 03:12:34 -0700
  • e98b2ceb8c
    Path migration 1 (#13309) Ian Manske 2024-07-09 09:25:23 +0000
  • 1cd8279ad5 remove nu/do --use-ir, add NU_USE_IR environment variable, tested at start and by do Devyn Cairns 2024-07-09 00:26:46 -0700
  • 1ce2096b72 fix clippy. check pr: PASS Devyn Cairns 2024-07-08 21:10:41 -0700
  • 0a399011e3 fix redirection, all tests passing Devyn Cairns 2024-07-08 20:57:02 -0700
  • 7958cda54e fix double close file with out/err same Devyn Cairns 2024-07-08 20:19:21 -0700
  • 6a8169e8ba add specific error for match guard bool Devyn Cairns 2024-07-08 20:13:50 -0700
  • f026a07fe3 fix has_flag on false value Devyn Cairns 2024-07-08 19:59:39 -0700
  • 4878d7250f fix let: glob cast from string Devyn Cairns 2024-07-08 19:54:40 -0700
  • ea3849da17 fix all of the error handling tests, mostly by making drain handle external exit codes properly Devyn Cairns 2024-07-08 19:48:25 -0700
  • cab953b8bb Forbid sorting lists and record values of different types 132ikl 2024-07-08 22:40:38 -0400
  • 6e683cd9f5 fix argument formatting issues Devyn Cairns 2024-07-08 19:03:46 -0700
  • 2d4355b573 fix issues with subpath $env.foo.bar.baz record default code Devyn Cairns 2024-07-08 19:01:20 -0700
  • 74218a8fff check-external-failed is a little wider Devyn Cairns 2024-07-08 18:51:46 -0700
  • fceaefcfaf fix behavior of loops with external stream results (should terminate) Devyn Cairns 2024-07-08 18:50:56 -0700
  • 57e3d1246a adjust test WindSoilder 2024-07-09 09:03:21 +0800
  • 83fbf393b0 Unify sort and sort_by logic 132ikl 2024-07-08 21:03:08 -0400
  • 808a265d53
    Update crates/nu-parser/src/lex.rs Wind 2024-07-09 09:02:30 +0800
  • 5e04ab2f14 add check for a failed external call to try code Devyn Cairns 2024-07-08 17:48:14 -0700
  • 6c859cf68f Use AbsolutePathBuf::into_std_path_buf Ian Manske 2024-07-08 17:39:48 -0700
  • 71228cdd32
    Merge 10d4a0d2b6 into 399a7c8836 YizhePKU 2024-07-09 02:33:52 +0200
  • 855b76eb2f fix redirection to save Devyn Cairns 2024-07-08 15:50:05 -0700
  • 19de459730 change tests WindSoilder 2024-07-09 06:48:26 +0800
  • 6ef12fa267 adjust msg WindSoilder 2024-07-09 06:47:44 +0800
  • 366e3d4103 add tests for out_greater_pipe WindSoilder 2024-07-09 06:44:18 +0800
  • b7225f4c0e tweak view ir desc Devyn Cairns 2024-07-08 15:27:18 -0700
  • 5c5db1bd54 add check for error redirection for pipe error mode Devyn Cairns 2024-07-08 15:14:31 -0700
  • ad6fc9073a error on out greater pipe usage WindSoilder 2024-07-09 06:05:04 +0800
  • 38884eec73 add explicit numbering for allocated files, fix some err redirection stuff Devyn Cairns 2024-07-08 13:58:41 -0700
  • 420085e6ac Added an example and test to polars pivot Jack Wright 2024-07-08 11:46:21 -0700
  • 70859ffe70
    Revert "Fix issue with head on separation lines (#13291)" revert-13291-patch/fix-header-on-separator-issue-while-truncating Darren Schroeder 2024-07-08 13:24:19 -0500
  • fff258a056 added flags for aggregate and sort for polars pivot Jack Wright 2024-07-08 09:52:14 -0700
  • 23ce14f07c Merge branch 'main' into polars_pivot Jack Wright 2024-07-08 09:05:41 -0700
  • 2807717245 attempt to use a file stack for redirection, but realized that both out and err can be separate so need to be able to reference both Devyn Cairns 2024-07-07 23:08:16 -0700
  • 689cc49663 support calling with the redirection mode of the caller Devyn Cairns 2024-07-07 20:17:55 -0700
  • c8dd42c0a7 Merge branch 'main' into path-migration-1 Ian Manske 2024-07-07 15:30:55 -0700
  • 399a7c8836
    Add and use new Signals struct (#13314) Ian Manske 2024-07-07 22:29:01 +0000
  • ae2cff8c24 Merge branch 'main' into interrupt Ian Manske 2024-07-07 15:17:53 -0700
  • c6b6b1b7a8
    Upgrade Ubuntu runners to 22.04 to fix nightly build errors, fix #13255 (#13273) Justin Ma 2024-07-08 06:15:03 +0800
  • 152fb5be39
    Fix PWD-aware command hints (#13024) YizhePKU 2024-07-08 00:43:22 +0800
  • cafbace836 Put sleeping 500ms into pty_with_nushell() YizhePKU 2024-07-08 00:41:35 +0800
  • ca781ef29d Merge branch 'main' into alacritty-terminal YizhePKU 2024-07-08 00:25:14 +0800
  • bc7932de90 Update against latest Reedline YizhePKU 2024-07-07 23:21:15 +0800
  • 7fda0df914 Merge branch 'main' into fix-pwd-aware-hint YizhePKU 2024-07-07 23:16:13 +0800
  • 83081f9852
    explore: pass config to views at creation time (#13312) Reilly Wood 2024-07-07 06:09:59 -0700
  • 6ce5530fc2
    Make into bits produce bitstring stream (#13310) Devyn Cairns 2024-07-07 06:00:57 -0700
  • 5af8d62666
    Fix from toml to handle toml datetime correctly (#13315) goldfish 2024-07-07 21:55:06 +0900
  • 39dee9bc03 Fix from toml to handle toml datetime correctly Hiroki Ito 2024-07-03 18:55:43 +0900
  • dd07c013c5 Formatting Ian Manske 2024-07-06 19:30:28 -0700
  • 9d00d4d6fe Rename Interrupt to Signals Ian Manske 2024-07-06 19:27:55 -0700
  • 32db5d3aa3
    Fix issue with head on separation lines (#13291) Maxim Zhiburt 2024-07-06 22:47:39 +0300
  • e659213fc1 Add doc comments Ian Manske 2024-07-06 12:08:56 -0700
  • c0bcf61c9f remove println Maxim Zhiburt 2024-07-06 22:01:14 +0300
  • 9282527cb9 Add cold optimization Ian Manske 2024-07-06 11:44:32 -0700
  • fa183b6669
    help operators refactor (#13307) Ian Manske 2024-07-06 18:09:12 +0000
  • 35c6fb0170 Use ysthakur/reedline temporarily ysthakur 2024-07-06 13:52:55 -0400
  • 7be3618f77 Reword append assign Ian Manske 2024-07-06 10:51:07 -0700
  • 42df1faf1b Replace ctrlc with Interrupt Ian Manske 2024-07-06 10:49:59 -0700
  • d2a1f96dbd
    update to latest reedline commit (#13313) Darren Schroeder 2024-07-06 12:04:19 -0500
  • e22d8fa6c7 Respect case sensitivity when sorting by fuzzy score ysthakur 2024-07-06 11:58:25 -0400
  • 4af5116f9c update to latest reedline commit Darren Schroeder 2024-07-06 07:32:57 -0500
  • 6d199fd219
    handle env var case insensitivity (should probably add these as utils elsewhere) Devyn Cairns 2024-07-06 03:20:59 -0700
  • 716d016a28
    throw error on redefined record key Devyn Cairns 2024-07-06 02:57:07 -0700
  • 2304d71941
    blocks and row conditions can contain captures, so gather them Devyn Cairns 2024-07-06 02:53:49 -0700
  • 4c364519a0
    fix env shorthand tests Devyn Cairns 2024-07-06 02:37:17 -0700
  • 38a10dff81
    Merge 67b70888b9 into de2b752771 Marc Schreiber 2024-07-06 11:27:03 +0200
  • 650cc95d94
    fix handling of assignment of deep path env vars Devyn Cairns 2024-07-06 02:25:45 -0700
  • 7998eb7e36 update Maxim Zhiburt 2024-07-06 12:13:05 +0300
  • 5cbc591094
    enable IR tests for plugins Devyn Cairns 2024-07-06 01:11:25 -0700
  • 9498c06631
    Move custom command call stack handling back to the eval side Devyn Cairns 2024-07-06 00:55:57 -0700
  • c249922e03
    move recursion_count check to the top of eval_ir_block Devyn Cairns 2024-07-05 23:56:10 -0700
  • 224b16ce31 Make lsp keyword compl test use overlay ysthakur 2024-07-06 00:45:29 -0400
  • eb5f5b4617 Test sorting fuzzy compltns in alphabetical order ysthakur 2024-07-06 00:08:20 -0400
  • c0910383df Update subcommand completions test ysthakur 2024-07-05 23:54:11 -0400
  • be8637d6cc
    Remove RegisterBufCache since it didn't really measurably help at all Devyn Cairns 2024-07-05 20:44:05 -0700
  • 4343d1d80c
    Be a little bit more helpful on register uninitialized errors, fix a bug with drain on multiple pipelines Devyn Cairns 2024-07-05 20:43:40 -0700
  • b5a02de35a Add completions.sort option ysthakur 2024-07-05 23:40:04 -0400
  • 8b89302ebf
    Make into bits produce bitstring stream Devyn Cairns 2024-07-05 19:03:34 -0700
  • 364bb0514e Merge branch 'main' into explore-no-setup Reilly Wood 2024-07-05 18:52:11 -0700
  • e82a94fadf explore: Pass config to commands at creation time Reilly Wood 2024-07-05 18:50:05 -0700
  • 8cb842eef8 Add Interrupt struct Ian Manske 2024-07-05 18:47:26 -0700
  • 4d8f8aa075 Cleanup/refactoring Ian Manske 2024-07-05 17:49:09 -0700
  • ebbac5aca0 Return AbsolutePathBuf from EngineState::cwd Ian Manske 2024-07-05 17:28:20 -0700
  • 85f15f28cf Reword operator descriptions Ian Manske 2024-07-05 16:54:22 -0700
  • eae3dc807f Refactor help operators Ian Manske 2024-07-05 14:13:30 -0700
  • 449ff611d1 Fix operator display Ian Manske 2024-07-05 14:12:35 -0700
  • 89c2c5e690 Move precedence to be a method on Operator Ian Manske 2024-07-05 14:12:13 -0700
  • de2b752771
    Fix variable completion sort order (#13306) Yash Thakur 2024-07-05 18:58:35 -0400
  • 19c4e77e18
    Merge 8bf907b7c2 into 948b90299d Yash Thakur 2024-07-05 18:10:25 -0400
  • a459b1134c Add test to check variable sort order ysthakur 2024-07-05 18:07:41 -0400