Qi Xiao
|
4fcffc5671
|
Remove most uses of the legacy assignment syntax.
The remaining few uses are in some of the tests, which will be removed later.
This addresses #645.
|
2022-01-03 00:47:41 +00:00 |
|
Qi Xiao
|
cb15a1e28e
|
Fixup for #1332
|
2021-06-06 22:46:27 +01:00 |
|
Kurtis Rader
|
b8bc076d07
|
Increase pkg/eval/vars/env_list.go coverage to 100%
Related #1234
|
2021-06-06 22:43:45 +01:00 |
|
Qi Xiao
|
196eea21d4
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
|
Qi Xiao
|
50c971e5dd
|
pkg/eval: Split test functions.
|
2021-01-10 16:43:21 +00:00 |
|
Qi Xiao
|
90a99c1792
|
pkg/eval/evaltest: Consolidate all the Throws* methods into one.
|
2020-09-04 20:31:47 +01:00 |
|
Qi Xiao
|
bb122024dd
|
pkg/eval: Move test framework into new evaltest package.
|
2020-09-03 06:51:21 +01:00 |
|
Qi Xiao
|
8f410a24be
|
pkg/util: Move environment variable names to a new package.
Also document that this package should be broken up.
|
2020-08-16 14:12:48 +01:00 |
|
Kurtis Rader
|
b2c7746bf6
|
Replace "PATH" literals with a constant
|
2020-08-16 14:05:13 +01:00 |
|
Qi Xiao
|
bd2ffa75cc
|
pkg/eval: Make exception matching more explicit.
Don't match implicitly by Cause. Instead, use a new .ThrowsCause method to
explicitly match for the cause.
|
2020-04-10 20:55:31 +01:00 |
|
Qi Xiao
|
ca945dcb7f
|
pkg/eval: TestCase.Errors{With,} -> Throws{,Any}.
This is in preparation for supporting compilation errors. Also did some
cleanups.
|
2020-01-08 23:09:19 +00:00 |
|
Qi Xiao
|
e45fdf7228
|
Move all libraries to new pkg/.
|
2019-12-23 20:00:59 +00:00 |
|