1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-12 04:15:57 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
51c74eebd0 Add general refactorings () 2021-09-10 10:44:22 +12:00
29a77fd6ae Bump rusqlite from 0.24.2 to 0.25.3 () 2021-06-01 07:34:51 +12:00
01f1208ad1 to sqlite: Fix panic caused by empty tables () 2021-05-31 21:46:07 +12:00
JT
d79a3130b8 Make the default int an i64 ()
* Make the default int an i64

* fmt

* Fix random integer

* Treat pids as i64 for now
2021-05-14 20:35:09 +12:00
0e13d9fbaa Rename the Path and Pattern primitives ()
* Rename the Path primitive to FilePath

* Rename glob pattern also

* more fun

* Fix the Windows path methods
2021-01-08 20:30:41 +13:00
ac9909112f Remove the line primitive () 2021-01-08 14:45:25 +13:00
15d49e4096 Rust 1.49 Clippy Fixes () 2021-01-01 15:13:59 +13:00
d8594a62c2 Add wasm support ()
* Working towards a PoC for wasm

* Move bson and sqlite to plugins

* proof of concept now working

* tests are green

* Add CI test for --no-default-features

* Fix some tests

* Fix clippy and windows build

* More fixes

* Fix the windows build

* Fix the windows test
2020-07-18 13:59:23 +12:00