Port range to engine-p (#3377)

* Removes arg serialization
* action stream -> output stream
* uses nu_protocol::Range instead of NumericRange
* random missing newline I found in the code
This commit is contained in:
Jakub Žádník
2021-05-02 22:47:59 +03:00
committed by GitHub
parent cc4616f25b
commit 4fc05cac56
2 changed files with 30 additions and 22 deletions

View File

@ -40,6 +40,7 @@ impl FromValue for num_bigint::BigInt {
}
}
}
impl FromValue for Tagged<u64> {
fn from_value(v: &Value) -> Result<Self, ShellError> {
let tag = v.tag.clone();