elvish/pkg/eval/vals
2022-03-20 16:17:19 +00:00
..
aliased_types_test.go Fix staticcheck error. 2021-09-11 02:58:54 +01:00
aliased_types.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
assoc_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
assoc.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
bool_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
bool.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
concat_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
concat.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
conversion_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
conversion.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
dissoc_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
dissoc.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
doc.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
equal_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
equal.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
errors_test.go pkg/eval/vals: Improve coverage. 2021-09-11 02:54:34 +01:00
feed_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
feed.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
has_key_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
has_key.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
hash_test.go Implement Hash for *big.Int and *big.Rat. 2021-06-27 17:01:12 +01:00
hash.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
index_list.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
index_string.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
index_test.go pkg/eval/vals: De-export the Eq util and move into a _test file. 2021-12-16 23:55:24 +00:00
index.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
iterate_keys_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
iterate_keys.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
iterate_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
iterate.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
kind_test.go Make the kind of int, *big.Int and *big.Rat "number". 2021-06-15 19:22:38 +01:00
kind.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
len_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
len.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
num_test.go pkg/eval/vals: Test expected panics in num.go. 2021-06-15 19:11:57 +01:00
num.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
pipe_test.go Merge branch 'master' into testutil-test-coverage 2021-06-06 22:03:34 +01:00
pipe.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
reflect_wrappers.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
repr_helpers.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
repr_test.go pkg/eval/vals: Add ReprPlain, Repr without pretty-printing. 2021-12-31 21:05:07 +00:00
repr.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
string_test.go Cleanup, docs and tests. 2021-04-05 20:48:22 +01:00
string.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
struct_map_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
struct_map.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
tester.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
testutils_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00