Revisions of nushell

buildservice-autocommit accepted request 1165001 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 114)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 113)
- Update to version 0.92.1:
  * The configured hooks should again properly affect the scope 
    (e.g. virtualenv integrations using a hook to activate 
    as an overlay).
  * mkdir/touch did not correctly resolve relative paths after 
    using cd.
  * The default config file created by 0.92.0 assumed 
    that you built with the default feature set including 
    the system-clipboard. This is not working on platforms like 
    Android/Termux (termux builds with default-no-clipboard). 
    Now we only create keybindings in config.nu that are supported 
    on all platforms and provide suggestions as comments.
  * The timing of drop notifications sent to plugins has been 
    corrected.
buildservice-autocommit accepted request 1164255 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 112)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 111)
- Update to version 0.92.0:
  * External command output changes.
  * Scoped file redirections.
  * Tilde expansion.
  * Support for XDG_CONFIG_HOME.
  * Incorporating the extra feature by default.
  * Persistent plugins.
  * Plugin API overhaul.
  * Plugin engine calls.
  * Improved plugin custom values.
  * Plugin test support crate.
  * Official plugin template.
  * Debugging support and proof-of-concept profiler.
  * Support for binary data in explore.
  * Performance improvements.
  * Bug fixes:
    - Make autocd return exit code 0.
    - into sqlite: Fix insertion of null values.
    - Fix return in filter closure eval.
    - fix: use environment variables to prevent command_not_found 
      from recursing.
    - Fix: missing parse error when extra tokens are given to 
      let bindings.
    - to json -r not removing whitespaces fix.
    - Fix usage of --tabs flag while converting to json.
    - Fix inaccurate sleep duration.
    - Use rest argument in export use to match use.
    - Adjust permissions using umask in mkdir.
    - fix ls with empty string.
    - Fix up ctrl+C handling in into sqlite.
buildservice-autocommit accepted request 1155406 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 110)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 109)
- Update to version 0.91.0:
  * Handling globs for variables.
  * Plugin protocol overhaul.
  * Stderr pipeling support.
  * REPL stability and panic recovery.
  * ur set of commands is evolving.
  * New commands:
    - 'tee'
    - 'interleave'
    - 'is-not-empty'
    - 'commandline'
  * Changes to existing commands:
    - 'zip' supports closures.
    - 'bits' supports binary values.
    - 'into int --signed'
  * Migrating more commands to use 'uutils'
  * List spreading for filesystem commands.
  * Duplicate record keys now error.
  * Removing list of cell path support.
  * Deprecated commands:
    - 'str escape-glob'
    - Certain flags for 'commandline'.
  * Removed command:
    - 'umv' has been renamed to 'mv'.
    - 'umkdir' has been renamed to 'mkdir'.
buildservice-autocommit accepted request 1144980 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 108)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 107)
- Update to version 0.90.1:
  * New Reedline coolness.
  * From this release, we unified glob rules for the following 
    commands: open, rm, cp, umv, mv, du, ls.
  * Parse-time evaluation.
  * Integration of more uutils commands.
  * Dataframes: allow specifying schema.
  * New CLI flag: --no-history.
  * Strict JSON parsing.
  * Our set of commands is evolving.
  * New commands:
    - Apart from commands already mentioned above, into cell-path 
      can now be used to create cell paths dynamically.
  * Breaking changes:
    - 'query web --query' should return 'list<list<string>>' 
      like the scraper crate's 'ElementRef::text()'
    - Fix precedence of 'not' operator.
    - hide std testing.
    - Remove '--flag: bool' support.
    - Plugin explicit flags.
    - Fix parsing of strings with special characters.
    - Allow plugins to receive configuration from the nushell 
      configuration.
  * Full changelog:
    - https://www.nushell.sh/blog/2024-02-06-nushell_0_90_0.html
buildservice-autocommit accepted request 1138020 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 106)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 105)
- Update to version 0.89.0:
  * Spread operator for commands.
  * Editor Improvements.
  * Deprecation of --flag: bool.
  * New commands:
    - 'ulimit'.
  * Breaking changes:
    - remove 'std clip'.
    - Lock out new direct construction of 'Record'.
    - Remove 'Expr::MatchPattern'.
    - Rename extra's 'format' to 'format pattern'.
    - Remove 'Value::MatchPattern'.
    - Bubble up errors passed to 'complete'.
    - disable directory submodule auto export.
  * Full changelog:
    - https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html.
buildservice-autocommit accepted request 1133885 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 104)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 103)
- Update to version 0.88.1:
  * No changelog was made available.
buildservice-autocommit accepted request 1132788 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 102)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 101)
- Update to version 0.88.0:
  * Bug fixes:
    - into binary -c: return 0 as single byte.
    - Fix table nested list indices are off after 1 "chunk".
    - tweak table example/parameter text.
    - add "default" table theme.
    - correct table example syntax.
    - optimize/clean up a few of the table changes.
    - Fix the output type for 'view files'.
    - Fix toolkit to run workspace.
    - fix the link to the nu_scripts in std clip deprecation.
    - cp target expansion.
    - Add metadata to some filters.
    - Revert "Adding support for Polars structs".
    - Fix spans passed to external_completer.
    - Add boundary check for str index-of.
    - When using redirection, if a command generates non-zero exit 
      code, the script should stop running.
    - Fix span of invalid range.
    - Fix capacity overflow caused by large range of ports.
    - Fix get -i ignoring errors for only the first cellpath.
    - Fix Option<&str> == Option<&String> build error when using 
      rust_decimal/rkyv feature.
    - Add checks for ports.
    - Fix highlighting of spread subexpressions in records.
    - Fix overlay_use_main_not_exported hanging when an external 
      spam command exists.
    - Fixes markdown formatting on LSP hover.
    - Add more descriptive error message when passing list to from_csv.
    - Respect non-zero exit code in subexpressions and blocks.
buildservice-autocommit accepted request 1127807 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 100)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 99)
- Update to version 0.87.1:
  * Nushell's cp command in 0.87.0 did not correctly handle 
    changes to the directory by the Nushell internal cd when 
    invoked inside a block. Furthermore the rm command was not 
    able to correctly handle paths requiring expansion.
  * Removed Source2: cargo_config, cargo_config is no longer 
    created - it's part of the vendor.tar
buildservice-autocommit accepted request 1126838 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 98)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 97)
- Update to version 0.87.0:
  * Bug fixes:
    - fix the flag type on release-pkg.nu
    - update release-pkg.nu with updated manual instructions.
    - remove the last mention to let-env
    - Do not use white text in the default light theme.
    - fix: Ensure consistent vals and cols when parsing 
      with --flexible.
    - Fix describe -d for lazy records.
    - updated NU_LIB_DIRS delimiter for command line.
    - redirection: fix internal commands error with o+e> redirection.
    - sync $env.config.filesize.metric.
    - use to_lowercase in str downcase.
    - fix: preserve path when completing intermediate directory.
    - Improve case insensitivity consistency.
    - Add "shape_keyword" to default config.
    - Fix issues with error make refactor.
    - Fix (http) get HTTP_PROXY from $env.
    - allow items to properly evaluate block settings.
    - fix custom command's default value.
  * Enhancing the documentation.
  * Changes to the internals of Nushell.
  * LSP is coming to Nushell.
  * Living in the terminal: completions and hints.
  * Handling exotic paths.
  * Improving the match command.
  * Pipeline redirections.
  * Some work on the standard library.
  * New allowed operands to the modulo operator.
  * Disallowing invalid table definitions and manipulations.
buildservice-autocommit accepted request 1118397 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 96)
baserev update by copy to link target
Dead Mozay's avatar Dead Mozay (Dead_Mozay) committed (revision 95)
- Update to version 0.86.0:
  *  Bug fixes:
     - Fix exponential parser time on sequence of [[[[.
     - Fix tilde-expansion for multi-byte unicode chars.
     - Improve select row perf for large N.
     - Prevent cubic time on nested parentheses.
     - fix public boolean switches in the standard library.
     - std dt datetime-diff: fix uninitialized field ref when 
       borrowing.
     - Fix default argument value type checking.
     - fix magenta_reverse and friends.
     - nu-table: Fix failing test (relied on termwidth assumptions).
     - Fix editor config for reedline and config nu/env.
     - Fix Default Prompt Tilde Insertion Logic.
     - fix windows default prompt slash direction.
     - fix: complete paths surrounded by quotes or backticks.
     - ucp: Change error when directory is specified 
       but not recursive.
     - nu-explore: Try to fix a truncation issue in expand view.
     - Fix wrong parsing of signatures in predecl scan.
     - Fix parsing of signature inp/out types in predecls.
     - fix labelled error from shell error.
     - Fix registry query flag validation.
     - Fix clippy in registry_query.rs.
     - fix clippy.
     - Fix output types of math commands to be narrower.
     - nu-table: Use config color scheme in kv tables and table -e.
     - fix: only escape path containing numbers if they can 
       be valid floating points.
     - evaluate $nu during --ide-check.
Displaying revisions 1 - 20 of 114
openSUSE Build Service is sponsored by