nushell/crates
Jamie Quigley 36cc5eb933
Fix array index out of bounds error in nu_protocol::value::levenshtein_distance() (#3358)
* Fix array index out of bounds error.

Error occured when computing levenshtein_distance of two strings where
str.len() is not equal to str.chars().collect::<Vec<_>>().len()

* Add test for levenshtein_distance
2021-04-28 07:30:32 +12:00
..
nu-ansi-term bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-cli ichwh removed (#3349) 2021-04-23 05:14:20 +12:00
nu-command #3298: reduce --numbered bug (#3354) 2021-04-27 19:07:56 +12:00
nu-data bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-engine bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-errors bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-json bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-parser bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-plugin bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-protocol Fix array index out of bounds error in nu_protocol::value::levenshtein_distance() (#3358) 2021-04-28 07:30:32 +12:00
nu-source bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-stream bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-table bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-test-support bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu-value-ext bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_binaryview bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_chart bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_fetch bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_from_bson bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_from_sqlite bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_inc bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_match bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_post bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_ps bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_query_json bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_s3 bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_selector bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_start allow start to handle urls (#3351) 2021-04-24 09:33:17 -05:00
nu_plugin_sys bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_textview bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_to_bson bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_to_sqlite bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_tree bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00
nu_plugin_xpath bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00