Shunsuke Shibayama
|
26046d90e5
|
fix(typechecker): type assignment bug for bound methods
|
2023-02-11 16:00:15 +09:00 |
|
Shunsuke Shibayama
|
5d68d50dda
|
feat(els): add case-change action
|
2023-02-11 14:20:15 +09:00 |
|
Cai BingJun
|
4ca2de448e
|
Merge branch 'main' of https://github.com/erg-lang/erg
|
2023-02-11 12:57:45 +08:00 |
|
Cai BingJun
|
238fa3cf42
|
fix: incorrect error message
|
2023-02-11 12:57:17 +08:00 |
|
Shunsuke Shibayama
|
b31d19d19b
|
fix(transpiler): importing _erg_float bug
|
2023-02-10 02:07:50 +09:00 |
|
Shunsuke Shibayama
|
68850e8d8b
|
fix(codegen): problem with large code causing codegen to fail
|
2023-02-10 01:32:29 +09:00 |
|
Shunsuke Shibayama
|
ea4253279e
|
Merge pull request #391 from erg-lang/feature-els-file-cache
Add `FileCache`
|
2023-02-09 00:16:37 +09:00 |
|
Shunsuke Shibayama
|
988dfd9b93
|
feat(els): add doc for completion item
|
2023-02-08 23:35:23 +09:00 |
|
Shunsuke Shibayama
|
94a62d22ac
|
fix: improve completion
|
2023-02-08 20:40:38 +09:00 |
|
Shunsuke Shibayama
|
72b4425191
|
Merge pull request #362 from C-BJ/improve-repl
feat(REPL): improve interactive experience
|
2023-02-08 11:16:36 +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
|
2580e1cc32
|
fix: unused warning leaks
|
2023-02-07 01:15:16 +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 |
|
Shunsuke Shibayama
|
d8f4d14abd
|
feat(parser): add type_spec_to_expr
|
2023-02-06 12:04:15 +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 |
|
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 |
|
Shunsuke Shibayama
|
950a7bd13a
|
Update transpile.rs
|
2023-02-04 11:16:09 +09:00 |
|
GreasrySlug
|
79b116202d
|
fix: place at-sign in expect_block
|
2023-02-03 21:14:48 +09: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
|
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 |
|
Cai Bingjun
|
556ce8e6aa
|
Merge branch 'main' into improve-repl
|
2023-02-02 15:07:52 +08:00 |
|
GreasrySlug
|
281ca62be5
|
update: feature flag
|
2023-02-02 14:38:09 +09:00 |
|
Shunsuke Shibayama
|
e44ba71aa5
|
Add some Str! methods
|
2023-02-01 13:37:41 +09:00 |
|
Shunsuke Shibayama
|
208433d337
|
Fix a bug
|
2023-02-01 10:54:23 +09:00 |
|
Shunsuke Shibayama
|
c7096b17f1
|
Merge branch 'main' into feature-var-params-fn
|
2023-02-01 02:05:09 +09:00 |
|
GreasrySlug
|
a0fe6d364c
|
add: classify the block kind
todo
- use Parser instead of pattern matching
|
2023-01-31 09:46:01 +09:00 |
|
Shunsuke Shibayama
|
e246fad74d
|
Fix #370
|
2023-01-28 12:54:42 +09:00 |
|
Shunsuke Shibayama
|
44781cb030
|
Fix warns
|
2023-01-27 11:23:42 +09:00 |
|
Shunsuke Shibayama
|
0019147007
|
Fix: doc comments cannot be used in method defs
|
2023-01-27 09:46:59 +09:00 |
|
Shunsuke Shibayama
|
748cd2c99d
|
Update funcs.rs
|
2023-01-26 22:37:57 +09:00 |
|
Slug
|
dde998480b
|
Merge pull request #365 from GreasySlug/feature/color
Color changes due to features flag and use debug colors defined as constants
|
2023-01-26 14:56:32 +09:00 |
|
GreasrySlug
|
97cde41592
|
update: use debug colors
|
2023-01-26 14:46:44 +09:00 |
|
Shunsuke Shibayama
|
73248f21df
|
Update codegen.rs
|
2023-01-26 14:23:07 +09:00 |
|
Shunsuke Shibayama
|
eaded7ac5d
|
Add PyCodeGenerator::deopt_instr
|
2023-01-26 14:12:43 +09:00 |
|
Shunsuke Shibayama
|
23a7e2caf3
|
Add user-defined var-params function
|
2023-01-26 01:20:35 +09:00 |
|
Shunsuke Shibayama
|
4028bd0e1a
|
Add ntpath/posixpath.d.er
|
2023-01-25 20:18:18 +09:00 |
|
Shunsuke Shibayama
|
b76d63f9a5
|
fix socket connection problems
|
2023-01-25 01:19:45 +09:00 |
|
Shunsuke Shibayama
|
fa5bb4f615
|
fix #321
Add `ExitStatus`
Fix REPL tests
|
2023-01-25 00:11:48 +09:00 |
|