Shunsuke Shibayama
|
d039e21628
|
feat: fix bugs
|
2023-03-29 21:03:07 +09:00 |
|
Shunsuke Shibayama
|
4ff0b64fc3
|
fix: type-instantiating bugs
|
2023-03-23 21:17:37 +09:00 |
|
Shunsuke Shibayama
|
8bb91cfe11
|
chore: name the spawned thread
|
2023-03-22 22:00:38 +09:00 |
|
Shunsuke Shibayama
|
f45c165499
|
feat: add some builtin python modules decls
|
2023-03-15 13:51:11 +09:00 |
|
Shunsuke Shibayama
|
f0713c9a60
|
Update error.rs
|
2023-03-10 13:29:12 +09:00 |
|
Shunsuke Shibayama
|
0744c35517
|
feat(els): add deep completion
|
2023-03-10 13:26:13 +09:00 |
|
Shunsuke Shibayama
|
5d8506b548
|
fix: eliminate unwrap() , todo!()
|
2023-03-08 09:20:06 +09:00 |
|
Shunsuke Shibayama
|
8c2f5ec55f
|
fix: module name escaping
|
2023-03-07 21:29:52 +09:00 |
|
Shunsuke Shibayama
|
fa2919e824
|
fix: bugs with enumeration of vars
|
2023-03-06 19:44:49 +09:00 |
|
Shunsuke Shibayama
|
b1a9f7bf40
|
fix: eliminate panics
|
2023-03-06 13:52:07 +09:00 |
|
Shunsuke Shibayama
|
228a74d29d
|
Add Input::unescaped_{path,filename}
|
2023-03-06 13:11:30 +09:00 |
|
Shunsuke Shibayama
|
77e3f498ef
|
fix: file name collision problem of Input
|
2023-03-05 20:02:36 +09:00 |
|
Shunsuke Shibayama
|
d92f5284c8
|
feat: add restricted visibility syntax
|
2023-03-05 02:19:18 +09:00 |
|
Shunsuke Shibayama
|
8df5785ca7
|
feat(erg_common): add Stylize trait
|
2023-03-01 11:19:09 +09:00 |
|
Shunsuke Shibayama
|
70f2fe0234
|
fix: minor bugs
|
2023-02-26 03:40:13 +09:00 |
|
Shunsuke Shibayama
|
948f123ce8
|
feat(els): support code lens
|
2023-02-26 01:16:28 +09:00 |
|
Shunsuke Shibayama
|
af3c912b17
|
feat: support tqdm
|
2023-02-25 01:58:37 +09:00 |
|
Shunsuke Shibayama
|
50c476b66f
|
fix: path-related bugs
|
2023-02-25 00:54:11 +09:00 |
|
Shunsuke Shibayama
|
f86a449846
|
Update str.rs
|
2023-02-24 17:03:39 +09:00 |
|
Shunsuke Shibayama
|
7c748f223a
|
fix: Structural subtyping bug
fix: `contains_tvar`
|
2023-02-24 09:49:22 +09:00 |
|
Shunsuke Shibayama
|
aaa6b40b24
|
feat: support Structural types for methods
|
2023-02-23 18:12:05 +09:00 |
|
Shunsuke Shibayama
|
8903e84011
|
feat(els): support signature help
|
2023-02-22 17:54:04 +09:00 |
|
Shunsuke Shibayama
|
aa2cea60dd
|
fix: quantified subroutine subtyping bugs
|
2023-02-22 02:40:51 +09:00 |
|
Shunsuke Shibayama
|
4dcca2b06d
|
fix(typechecker): type generalization & dereference bugs
* `Context::subtype_of` now has `allow_cast` param. If this is `false`, cast-aware comparisons are not performed.
|
2023-02-21 17:04:52 +09:00 |
|
Shunsuke Shibayama
|
590525588c
|
chore(els): improve completion order
|
2023-02-20 23:55:27 +09:00 |
|
Shunsuke Shibayama
|
6a607870f3
|
fix: type quantification bugs
|
2023-02-20 20:38:36 +09:00 |
|
Shunsuke Shibayama
|
6d18fde0b1
|
fix: fn_name! in a closure shows "{{closure}}"
|
2023-02-20 01:16:08 +09:00 |
|
Shunsuke Shibayama
|
9a131ecc53
|
fix: #399
|
2023-02-17 21:27:37 +09:00 |
|
Shunsuke Shibayama
|
677ced0fcd
|
feat: add std.d
|
2023-02-17 21:09:23 +09:00 |
|
Shunsuke Shibayama
|
51cae591a3
|
feat: allow separating sample code and doc-comments
|
2023-02-17 20:37:15 +09:00 |
|
Shunsuke Shibayama
|
7e9cef9c07
|
chore(els): improve completion
|
2023-02-17 13:39:46 +09:00 |
|
Shunsuke Shibayama
|
a2e4cbcd0a
|
chore: display fix-suggests for incorrect CLI args
|
2023-02-15 16:39:22 +09:00 |
|
Shunsuke Shibayama
|
712e665ac2
|
Update levenshtein.rs
|
2023-02-15 12:54:09 +09:00 |
|
Shunsuke Shibayama
|
dd7ff1adbc
|
perf: optimize levenshtein
|
2023-02-15 12:25:02 +09:00 |
|
Shunsuke Shibayama
|
5f6c8a3b2b
|
perf: reduce performing of .loc()
|
2023-02-15 03:27:08 +09:00 |
|
Shunsuke Shibayama
|
5d90029f09
|
perf: delaying execution of .loc()
|
2023-02-15 01:08:49 +09:00 |
|
Shunsuke Shibayama
|
929f8b25ce
|
chore(compiler): improve import error messages
|
2023-02-14 22:58:02 +09:00 |
|
Shunsuke Shibayama
|
f3fd5e3eeb
|
feat(els): support module renaming
|
2023-02-14 16:23:45 +09:00 |
|
Shunsuke Shibayama
|
da7ff0a258
|
fix(compiler): issue with warns about other files
|
2023-02-13 12:26:15 +09:00 |
|
Shunsuke Shibayama
|
5d68d50dda
|
feat(els): add case-change action
|
2023-02-11 14:20:15 +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
|
72b4425191
|
Merge pull request #362 from C-BJ/improve-repl
feat(REPL): improve interactive experience
|
2023-02-08 11:16:36 +09:00 |
|
GreasrySlug
|
26eaa7b223
|
refactor: add TODO and include condition
|
2023-02-08 10:49:25 +09:00 |
|
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 |
|
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
|
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 |
|