Shunsuke Shibayama
|
4571ced013
|
feat(els): implement file cache
This change increases the efficiency of file IO and improves the accuracy of completions.
|
2023-02-08 04:04:20 +09:00 |
|
Shunsuke Shibayama
|
947c3c6794
|
Merge branch 'main' into feature-els-file-cache
|
2023-02-08 01:19:46 +09:00 |
|
Shunsuke Shibayama
|
a3d4601a8c
|
Update subprocess.d.er
|
2023-02-08 00:22:29 +09:00 |
|
Shunsuke Shibayama
|
06b4df6568
|
fix(REPL): suppress unused vars warn in REPL
|
2023-02-08 00:12:52 +09:00 |
|
Shunsuke Shibayama
|
89d830c364
|
feat(Array): add dedup , partition method
|
2023-02-07 23:59:23 +09:00 |
|
Shunsuke Shibayama
|
3a14bbe37e
|
fix: codegen expr
|
2023-02-07 23:44:17 +09:00 |
|
Shunsuke Shibayama
|
95672909f1
|
Update register.rs
|
2023-02-07 21:59:24 +09:00 |
|
Shunsuke Shibayama
|
a2622c33fc
|
Update inlay_hint.rs
|
2023-02-07 01:26:55 +09:00 |
|
Shunsuke Shibayama
|
2580e1cc32
|
fix: unused warning leaks
|
2023-02-07 01:15:16 +09:00 |
|
Shunsuke Shibayama
|
ff741d5235
|
refactor: add send_normal_action
|
2023-02-07 00:50:24 +09:00 |
|
Shunsuke Shibayama
|
953eac6218
|
Update code_action.rs
|
2023-02-07 00:29:08 +09:00 |
|
Shunsuke Shibayama
|
22addfe694
|
feat(els): add eliminate_unused_vars action
|
2023-02-06 23:53:44 +09:00 |
|
Shunsuke Shibayama
|
f6f58d7678
|
feat(compiler): impl warns for unused private vars
|
2023-02-06 18:15:17 +09:00 |
|
Shunsuke Shibayama
|
f5a3d32728
|
WIP
|
2023-02-06 17:04:12 +09:00 |
|
GreasrySlug
|
7a8fc44f29
|
fix(REPL): add assign block and inherit case
|
2023-02-06 16:42:53 +09:00 |
|
GreasrySlug
|
a498b906c4
|
fix(REPL): add the code
|
2023-02-06 15:12:16 +09:00 |
|
Shunsuke Shibayama
|
42ceab31e6
|
build: update version (nightly)
|
2023-02-06 14:19:40 +09:00 |
|
Shunsuke Shibayama
|
d8f4d14abd
|
feat(parser): add type_spec_to_expr
|
2023-02-06 12:04:15 +09:00 |
|
GreasrySlug
|
ded77b7111
|
chore: correction of mistake
|
2023-02-06 11:07:38 +09:00 |
|
GreasrySlug
|
d054750bf7
|
feat(REPL): add expect block of @ and classDef
Class definition is now evaluated as chunk
definition that come after the @ is error
Flattened pattern match of BlockKind
|
2023-02-06 10:59:05 +09:00 |
|
GreasrySlug
|
39af336338
|
fix: use write_all instead of println!
|
2023-02-06 10:59:05 +09:00 |
|
Shunsuke Shibayama
|
a2a55b0645
|
refactor: rem impl_stream_for_wrapper and merge into impl_stream
|
2023-02-06 04:11:25 +09:00 |
|
Shunsuke Shibayama
|
d4d239bd4a
|
fix: #386
|
2023-02-06 03:34:26 +09:00 |
|
Cai Bingjun
|
c22cd79a89
|
Merge branch 'main' into improve-repl
|
2023-02-05 14:07:08 +08:00 |
|
GreasrySlug
|
ba4ef3941a
|
fix(REPL): indent depth 1 when multi line string
|
2023-02-05 12:51:13 +09:00 |
|
Cai BingJun
|
22ed2f65bb
|
fix(repl):blocks input of characters than 1 byte
|
2023-02-05 10:47:45 +08:00 |
|
GreasySlug
|
beed07ec35
|
refactor: duplicate codes are put together
|
2023-02-04 22:07:12 +09:00 |
|
Shunsuke Shibayama
|
260691727a
|
style: cargo fmt
|
2023-02-04 21:24:39 +09:00 |
|
GreasySlug
|
dca7830e25
|
fix: add unsuccess test
|
2023-02-04 13:44:05 +09:00 |
|
Cai BingJun
|
126280ade5
|
clippy --all --fix and fmt
|
2023-02-04 10:43:51 +08:00 |
|
Cai BingJun
|
f02d03a054
|
fix bugs
|
2023-02-04 10:40:15 +08:00 |
|
Shunsuke Shibayama
|
950a7bd13a
|
Update transpile.rs
|
2023-02-04 11:16:09 +09:00 |
|
Shunsuke Shibayama
|
3e664fb176
|
Update version (nightly)
|
2023-02-04 10:47:37 +09:00 |
|
GreasrySlug
|
79b116202d
|
fix: place at-sign in expect_block
|
2023-02-03 21:14:48 +09:00 |
|
Shunsuke Shibayama
|
61276bd80f
|
fmt
|
2023-02-03 19:11:31 +09:00 |
|
Cai BingJun
|
4b03dcd280
|
finish paste function
|
2023-02-03 17:22:19 +08:00 |
|
Cai BingJun
|
82be7cf5c2
|
fix bug
|
2023-02-03 16:45:21 +08:00 |
|
Cai BingJun
|
64e4587295
|
add paste function
|
2023-02-03 16:41:20 +08:00 |
|
Cai BingJun
|
b33365ed8e
|
add paste function
|
2023-02-03 15:35:47 +08:00 |
|
Cai BingJun
|
b31d10d094
|
Merge branch 'improve-repl' of https://github.com/C-BJ/erg into improve-repl
|
2023-02-03 15:21:14 +08:00 |
|
Cai BingJun
|
9360c11dd1
|
add the paste function for Linux
|
2023-02-03 15:21:11 +08:00 |
|
Cai Bingjun
|
fa476b93a4
|
Merge branch 'main' into improve-repl
|
2023-02-03 14:04:21 +08:00 |
|
Shunsuke Shibayama
|
c44355346e
|
Add some builtin types methods
|
2023-02-03 13:34:16 +09:00 |
|
Shunsuke Shibayama
|
c97b8d61ad
|
Improve: ELS features can be turned on and off
|
2023-02-03 12:35:29 +09:00 |
|
Cai BingJun
|
3df666e064
|
fix bug on windows
|
2023-02-03 10:40:32 +08:00 |
|
Shunsuke Shibayama
|
fb4b864176
|
Fix invalid set_extension uses
|
2023-02-03 11:00:34 +09:00 |
|
Shunsuke Shibayama
|
c3660e4014
|
Update codegen.rs
|
2023-02-03 02:36:17 +09:00 |
|
Shunsuke Shibayama
|
d5e9649172
|
Fix builtin types methods
|
2023-02-03 02:17:44 +09:00 |
|
Shunsuke Shibayama
|
8cdc735486
|
Fix builtin types methods
|
2023-02-03 00:23:42 +09:00 |
|
GreasrySlug
|
35602e655e
|
fix: show last error
|
2023-02-02 17:12:43 +09:00 |
|