elvish/pkg/eval/vals
2021-06-15 19:22:58 +01:00
..
aliased_types.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
assoc_test.go Increase coverage of pkg/eval/vals/index_list.go to 100%. 2021-06-15 18:53:31 +01:00
assoc.go Remove unused code. 2020-08-23 16:04:44 +01:00
bool_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
bool.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
concat_test.go Make the kind of int, *big.Int and *big.Rat "number". 2021-06-15 19:22:38 +01:00
concat.go Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
conversion_test.go pkg/eval/vals: Convert any number type to float64. 2021-05-09 14:32:50 +01:00
conversion.go Change math:pow to produce exact results in certain cases; deprecate math:pow10. 2021-06-10 01:47:59 +01:00
dissoc_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
dissoc.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
doc.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
equal_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
equal.go pkg/eval/vals: In operation $op, check the ${op}er interface first. 2020-06-28 11:56:09 +01:00
feed_test.go pkg: Move util/feed.go to eval/vals. 2020-09-03 05:22:44 +01:00
feed.go pkg: Move util/feed.go to eval/vals. 2020-09-03 05:22:44 +01:00
has_key_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
has_key.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
hash_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
hash.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
index_list.go Increase coverage of pkg/eval/vals/index_list.go to 100%. 2021-06-15 18:53:31 +01:00
index_string.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
index_test.go pkg/eval/vals: Improve test coverage of index.go and iterate_keys.go. 2021-06-15 19:22:58 +01:00
index.go Minor fixup for path:temp-{dir file}. 2021-04-25 23:03:44 +01:00
iterate_keys_test.go pkg/eval/vals: Improve test coverage of index.go and iterate_keys.go. 2021-06-15 19:22:58 +01:00
iterate_keys.go pkg/eval/vals: Introduce "pseudo struct maps". 2020-06-29 00:22:36 +01:00
iterate_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
iterate.go pkg/eval/vals: Always return structured errors. 2020-01-06 23:02:26 +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 Make the kind of int, *big.Int and *big.Rat "number". 2021-06-15 19:22:38 +01:00
len_test.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
len.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
num_test.go pkg/eval/vals: Test expected panics in num.go. 2021-06-15 19:11:57 +01:00
num.go pkg/eval/vals: Test expected panics in num.go. 2021-06-15 19:11:57 +01:00
pipe_test.go Merge branch 'master' into testutil-test-coverage 2021-06-06 22:03:34 +01:00
pipe.go pkg/eval/vals: Make Pipe a PseudoStructMap. 2021-06-06 21:48:39 +01:00
reflect_wrappers.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
repr_helpers.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
repr_test.go Cleanup, docs and tests. 2021-04-05 20:48:22 +01:00
repr.go Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
string_test.go Cleanup, docs and tests. 2021-04-05 20:48:22 +01:00
string.go Use machine word (int) instead of int64 for fixnum. 2021-04-04 13:37:38 +01:00
struct_map_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
struct_map.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
testutils.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00