2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-24 19:05:22 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Stefan Holderbach
e5d38dcff6
Address lints from clippy for beta/nightly ()
* Fix clippy lints in tests

* Replace `format!` in `.push_str()` with `write!`

Stylistically that might be a bit rough but elides an allocation.

Fallibility of allocation is more explicit, but ignored with `let _ =`
like in the clippy example:

https://rust-lang.github.io/rust-clippy/master/index.html#format_push_string

* Remove unused lifetime

* Fix macro crate relative import

* Derive `Eq` for `PartialEq` with `Eq` members

https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq

* Remove unnnecessary `.to_string()` for Cow<str>

* Remove `.to_string()` for `tendril::Tendril`

Implements `Deref<Target = str>`
2022-06-04 18:47:36 +12:00
JT
8e98df8b28
bump to dev version () 2022-05-25 19:09:44 -05:00
JT
06cf3fa5ad
Bump to 0.63 () 2022-05-25 11:33:28 +12:00
JT
374757f286
Bump to the 0.62.1 dev version () 2022-05-08 08:38:12 +12:00
JT
d306b834ca
Bump to 0.62 () 2022-05-04 09:01:27 +12:00
Darren Schroeder
e7831d38ae
fixes an issue with an empty selector panic ()
* fixes an issue with an empty selector panic

* missed web_tables

* oops, missed a test
2022-04-27 07:38:36 -05:00
JT
5bf1c98a39
Move to dev version 0.61.1 () 2022-04-16 09:29:30 +12:00
JT
4566c904d0
Bump 0.61 () 2022-04-13 05:42:26 +12:00
Reilly Wood
57761149f4
Update incorrect crate descriptions () 2022-04-12 06:17:06 +12:00
Jakub Žádník
2873e943b3
Add search terms to Command and Signature ()
* Add search terms to command

* Rename Signature desc to usage

To be named uniformly with extra_usage

* Throw in foldl search term for reduce

* Add missing usage to post

* Add search terms to signature

* Try to add capnp Signature serialization
2022-03-27 22:25:30 +03:00
JT
82e3bb0f38
Bump nushell to 0.60.1 () 2022-03-27 16:18:47 +13:00
JT
1c964cdfe7
Bump to 0.60 ()
* WIP

* semi-revert metadata change
2022-03-23 07:32:03 +13:00
JT
ff3dffd813
Nu glob ()
* Fork glob. Normalise license holder

* Fix more licenses

* unwraps

* bad doc test
2022-03-13 11:30:27 -07:00
JT
4965f4cbf4
Bump to 0.59.1 () 2022-03-01 16:55:51 -05:00
Michael Angerman
784382edde
30 web_tables tests are now passing () 2022-02-24 06:58:20 -05:00
Michael Angerman
63487941fb
add back in the tests for query_web in the nu_plugin_query ()
* fix first test

* fix 2nd query_web test
2022-02-23 10:43:36 -06:00
Justin Ma
aea4355d04
refactor: change column names from 'Column*' to 'column*' () 2022-02-19 19:26:47 -05:00
JT
f5f9d56c37
Move to a standard kebab/snake style () 2022-02-17 09:55:17 -05:00
JT
d70d91e559 Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
Darren Schroeder
004d7b5ff0
query command with json, web, xml ()
* query command with json, web, xml

* query xml now working

* clippy

* comment out web tests

* Initial work on query web

For now we can query everything except tables

* Support for querying tables

Now we can query multiple tables just like before, now the only thing
missing is the test coverage

* finish off

* comment out web test

Co-authored-by: Luccas Mateus de Medeiros Gomes <luccasmmg@gmail.com>
2022-02-01 12:45:48 -06:00