elvish/pkg/eval/vals
2021-01-05 05:23:28 +00:00
..
aliased_types.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
assoc_test.go pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
assoc.go Remove unused code. 2020-08-23 16:04:44 +01:00
bool_test.go pkg/eval/vals: Do dot-imports from pkg/tt. 2020-01-06 23:14:51 +00:00
bool.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
concat_test.go pkg/eval/vals: Do dot-imports from pkg/tt. 2020-01-06 23:14:51 +00:00
concat.go pkg/eval/vals: Always return structured errors. 2020-01-06 23:02:26 +00:00
conversion_test.go pkg/eval/vals: Move the "any" matcher to pkg/tt. 2020-01-06 23:19:00 +00:00
conversion.go pkg/eval: Update comments about the Elvish-Go interface. 2021-01-05 05:23:28 +00:00
dissoc_test.go pkg/eval/vals: eq -> Eq. 2020-01-06 23:28:23 +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 pkg/eval/vals: More tests. 2020-01-08 10:32:51 +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 pkg/eval/vals: Add methods to ValueTester; use it to test StructMap. 2020-01-08 10:20:43 +00:00
has_key.go Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
hash_test.go pkg/eval/vals: Add methods to ValueTester; use it to test StructMap. 2020-01-08 10:20:43 +00:00
hash.go pkg/eval/vals: In operation $op, check the ${op}er interface first. 2020-06-28 11:56:09 +01:00
index_list.go pkg/eval/errs: Change OutOfRange.Valid{Low High} to strings. 2020-08-18 21:23:26 +01:00
index_string.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
index_test.go Fix typos found by codespell 2020-10-10 22:47:50 +01:00
index.go Change slice syntax to use .. instead of :. 2020-08-15 22:52:50 +01:00
iterate_keys_test.go pkg: Move util/feed.go to eval/vals. 2020-09-03 05:22:44 +01:00
iterate_keys.go pkg/eval/vals: Introduce "pseudo struct maps". 2020-06-29 00:22:36 +01:00
iterate_test.go pkg: Move util/feed.go to eval/vals. 2020-09-03 05:22:44 +01:00
iterate.go pkg/eval/vals: Always return structured errors. 2020-01-06 23:02:26 +00:00
kind_test.go pkg/eval/vals: Support float64 in Kind. 2020-04-26 15:38:09 +01:00
kind.go Improve test coverage of pkg/eval/external_cmd.go 2020-09-03 04:14:26 +01:00
len_test.go pkg/eval/vals: Add methods to ValueTester; use it to test StructMap. 2020-01-08 10:20:43 +00:00
len.go pkg/eval/vals: In operation $op, check the ${op}er interface first. 2020-06-28 11:56:09 +01:00
pipe_test.go pkg/eval: Improve test coverage for exception.go. 2020-03-29 17:54:05 +01:00
pipe.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00: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 pkg/eval/vals: Use the same algorithm as ToString in the Repr of float numbers. 2020-02-02 16:10:41 +00:00
repr.go pkg/eval/vals: Simply use math.MinInt32 for NoPretty. 2020-09-03 05:19:33 +01:00
string_test.go pkg/eval/vals: Further refine the float printing algorithm. 2020-01-12 11:11:47 -05:00
string.go pkg/eval/vals: Further refine the float printing algorithm. 2020-01-12 11:11:47 -05:00
struct_map_test.go Rework the API for introspecting exception causes. 2020-06-30 22:27:07 +01:00
struct_map.go pkg: Move camel_to_dashed from util/ to strutil/. 2020-09-03 05:10:59 +01:00
testutils.go pkg/eval: Improve test coverage for exception.go. 2020-03-29 17:54:05 +01:00