Qi Xiao
|
183927cffc
|
Convert tests to transcript tests.
|
2024-01-30 20:21:39 +00:00 |
|
Qi Xiao
|
7d38243540
|
Remove float64, and deprecate eawk from 0.20.0.
|
2024-01-02 15:11:38 +00:00 |
|
Qi Xiao
|
5a237d7888
|
pkg/eval: When compiling, emit autofixes for using unimported builtin modules.
|
2022-12-11 14:21:09 +00:00 |
|
Qi Xiao
|
121509d8d2
|
pkg/eval: Preserve all compilation errors.
Multiple compilation errors are packed using diag.PackCognateErrors, like parse errors.
|
2022-11-30 01:40:03 +00:00 |
|
Kurtis Rader
|
14321f9e82
|
Make parse.Source naming more consistent
Fixes #1545
|
2022-05-29 17:36:29 +01:00 |
|
Qi Xiao
|
dd3950cec0
|
Use the new testutil.Set in more places.
|
2022-04-11 21:55:59 +01:00 |
|
Qi Xiao
|
f8f60953ad
|
Properly deprecate float64.
- Replace its use with "num" in documentation and test code.
- Add a new "inexact-num" for explicitly converting a number to inexact.
This fixes #1513.
|
2022-04-09 11:45:15 +01:00 |
|
Qi Xiao
|
653c9f9d0f
|
Remove dir-history, deprecated since 0.17.0.
|
2022-01-03 00:47:41 +00:00 |
|
Qi Xiao
|
0571db69e2
|
Remove commands deprecated in 0.16.0, and deprecate dir-history.
|
2021-10-03 16:47:51 +01:00 |
|
Qi Xiao
|
1cc3faa15a
|
Make use of (*testing.T).Cleanup in more places.
|
2021-08-06 23:49:11 +01:00 |
|
Qi Xiao
|
c30a6a2fbe
|
Remove support for using a lone "a=b" for assignment.
|
2021-04-08 23:57:40 +01:00 |
|
Qi Xiao
|
b53a92b964
|
Remove all builtin commands deprecated since 0.15.0.
|
2021-04-08 23:07:50 +01:00 |
|
Qi Xiao
|
196eea21d4
|
Change module import path to src.elv.sh
|
2021-01-27 01:30:25 +00:00 |
|
Qi Xiao
|
fbfbef8531
|
pkg/eval: Move implementation of compile-time deprecation to compiler.go.
|
2021-01-19 23:20:23 +00:00 |
|