Commit graph

302 commits

Author SHA1 Message Date
Shunsuke Shibayama
3ff0eb8f65 fix: improve match error messages 2023-03-17 00:13:43 +09:00
Shunsuke Shibayama
a7ff798c6d Update unify.rs 2023-03-17 00:12:09 +09:00
Shunsuke Shibayama
2afd47a24a fix: change ParamTy structure 2023-03-17 00:11:30 +09:00
Slug
90a799bba5
Merge pull request #397 from GreasySlug/python-dev-dep
Add python development dependencies
2023-03-16 22:51:19 +09:00
GreasrySlug
08ad656240 style(python): format with black 2023-03-16 22:39:34 +09:00
Shunsuke Shibayama
3059d2d4a0 fix: eliminate type-specification parsing panics 2023-03-16 22:01:23 +09:00
GreasrySlug
454224858b feat(python): add pyproject for dep 2023-03-16 22:00:08 +09:00
Shunsuke Shibayama
5838eea7ec fix: NotImplementedType 2023-03-16 12:03:47 +09:00
Shunsuke Shibayama
9b6d19a8f4 fix: infinite loop 2023-03-16 11:57:15 +09:00
Shunsuke Shibayama
29b725423d fix: internal representation of user-defined types 2023-03-16 01:00:13 +09:00
Shunsuke Shibayama
7adaecdfbb chore(els): remove file operations not using cache 2023-03-15 17:57:04 +09:00
Shunsuke Shibayama
61eff12072 feat(els): can configure not to publish diagnostics 2023-03-15 17:16:35 +09:00
Shunsuke Shibayama
6849a10f09 Update typing.d.er 2023-03-15 17:05:08 +09:00
Shunsuke Shibayama
6a8837aa8e Update eval.rs 2023-03-15 16:57:31 +09:00
Shunsuke Shibayama
d72f56462e Update desugar.rs 2023-03-15 16:36:01 +09:00
Shunsuke Shibayama
c5e1da6b7b build: update version (nightly) 2023-03-15 14:55:24 +09:00
Shunsuke Shibayama
2a20fbe28f fix: eliminate unwraps 2023-03-15 14:52:22 +09:00
Shunsuke Shibayama
f45c165499 feat: add some builtin python modules decls 2023-03-15 13:51:11 +09:00
Shunsuke Shibayama
e0d5cd2748 chore: update Dummy 2023-03-15 12:08:45 +09:00
Shunsuke Shibayama
fb294fa991 chore(els): impl module name completion 2023-03-14 13:12:00 +09:00
Shunsuke Shibayama
0abb5f2615 Update eval.rs 2023-03-14 10:14:09 +09:00
Shunsuke Shibayama
bc4ea7e66c fix(els): don't show methods if the receiver is a type 2023-03-14 09:50:45 +09:00
Shunsuke Shibayama
846269c519 fix(els): built-in funcs being displayed in method completion 2023-03-14 09:07:29 +09:00
Shunsuke Shibayama
75d838ee7b chore(els): support submodule completion 2023-03-14 06:17:41 +09:00
Shunsuke Shibayama
031755d862 Update typing.d.er 2023-03-13 17:46:33 +09:00
Shunsuke Shibayama
dba484aea3 build: update version (nightly) 2023-03-13 17:35:15 +09:00
Shunsuke Shibayama
5b65611c22 feat: add some typing APIs 2023-03-13 17:29:48 +09:00
Shunsuke Shibayama
bee4561275 Update datetime.d.er 2023-03-13 16:37:51 +09:00
Shunsuke Shibayama
5a386a7481 fix: type aliasing bug 2023-03-13 15:25:28 +09:00
Shunsuke Shibayama
0d8e574414 fix: add a field meta_t to TypeObj::Builtin 2023-03-13 13:07:35 +09:00
Shunsuke Shibayama
fd0f56579a fix: aliasing bug 2023-03-13 07:03:31 +09:00
Shunsuke Shibayama
359a030347 Update inquire.rs 2023-03-12 12:31:01 +09:00
Shunsuke Shibayama
fb26d6d80e fix: aliasing bug 2023-03-12 12:17:47 +09:00
Shunsuke Shibayama
d3678b1780 fix: aliasing bug 2023-03-12 11:30:14 +09:00
Shunsuke Shibayama
b4fff87858 fix: aliasing bug 2023-03-12 11:01:59 +09:00
Shunsuke Shibayama
4bfc2f4876 Fix: alias decls cannot be made in py_compatible mode 2023-03-12 01:14:52 +09:00
Shunsuke Shibayama
40a1764dd1 Revert "Update completion.rs"
This reverts commit 34bd752ec7.
2023-03-11 23:17:41 +09:00
Shunsuke Shibayama
34bd752ec7 Update completion.rs 2023-03-11 23:08:12 +09:00
Shunsuke Shibayama
2d04d4d424 fix: indexing of type specs 2023-03-11 16:31:20 +09:00
Shunsuke Shibayama
239e07c84a fix: implement validation of import names 2023-03-11 14:50:41 +09:00
Shunsuke Shibayama
ee0366cfb4 fix: constant attribute searching bugs 2023-03-11 14:21:15 +09:00
Shunsuke Shibayama
09276a25a7 Update completion.rs 2023-03-10 21:41:31 +09:00
Shunsuke Shibayama
8f64853dad fix: type spec instantiating bug 2023-03-10 20:35:17 +09:00
Shunsuke Shibayama
a998ec1b7b fix: warnings 2023-03-10 19:25: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
814748a6be fix: constraints instantiation bug 2023-03-08 11:06:08 +09:00
Shunsuke Shibayama
5d8506b548 fix: eliminate unwrap(), todo!() 2023-03-08 09:20:06 +09:00
Shunsuke Shibayama
86eaba395f build: update version (v0.6.7) 2023-03-07 21:52:51 +09:00
Shunsuke Shibayama
85f9b961bf fix(els): eliminate unwraps 2023-03-07 21:49:47 +09:00