Commit graph

3240 commits

Author SHA1 Message Date
Shunsuke Shibayama
03a30a450a Update repl_server.py 2023-04-26 23:59:23 +09:00
Shunsuke Shibayama
b3e09f213f fix: type inference failure of as operator
Now the `as` operator is a kind of type ascription, i.e., a special operator.
2023-04-26 23:41:35 +09:00
Hanaasagi
2c5ba704f8 fix(repl): fix type, change size field from usize to u16 2023-04-25 14:46:43 +09:00
Hanaasagi
fcfe7d595b fix(repl): fix missing self 2023-04-25 12:25:17 +09:00
Shunsuke Shibayama
6cb4e75fea feat: add bit operators &&/||/^^ 2023-04-25 09:55:20 +09:00
Hanaasagi
a97316a114 feat: impl message stream in Python server 2023-04-25 02:22:35 +09:00
Shunsuke Shibayama
4f8146875c refactor: delete unnecessary double escapes 2023-04-25 00:33:03 +09:00
Shunsuke Shibayama
5e3c7cbf0f refactor: fix typo and improve err_handle! definition 2023-04-25 00:25:20 +09:00
Shunsuke Shibayama
20a5231fc0 Update compare.rs 2023-04-24 22:21:40 +09:00
Shunsuke Shibayama
a74309cbb3 fix: type-variable union bugs 2023-04-24 21:48:05 +09:00
Shunsuke Shibayama
0e8dee3cbf feat: implement And type overloading 2023-04-24 21:43:46 +09:00
Shunsuke Shibayama
068ffcc34f fix(els): delete old info in ModuleCache when updating files 2023-04-24 04:09:42 +09:00
Shunsuke Shibayama
321c83cb11 fix(els): eliminate unwraps
* remove unused attr `metadata`
2023-04-24 03:47:02 +09:00
Cai Bingjun
1d8ce2b38f doc: update translation 2023-04-23 20:29:53 +08:00
Cai Bingjun
a687a64b7c
Merge pull request #422 from anzhi0708/main
fix the link issue of the 'Next Page' button pointing from page 10 to page 11 in the English and Traditional Chinese Markdown documents
2023-04-23 20:07:09 +08:00
Hanaasagi
507d49f09b feat(repl): fix clippy warning and some bugs 2023-04-23 17:30:01 +09:00
Hanaasagi
a2ee0f6c98 feat(repl): impl client server protocol 2023-04-23 17:22:08 +09:00
Shunsuke Shibayama
3b9f56f53f fix: Context::substitute_typaram 2023-04-23 11:38:04 +09:00
Shunsuke Shibayama
1767df5de2 chore: add error msg for debug_assert! 2023-04-23 11:17:10 +09:00
Anji
93dddef3a3 fix the link issue of the 'Next Page' button pointing from page 10 to page 11 in the English and Traditional Chinese Markdown documents 2023-04-23 07:53:31 +09:00
Shunsuke Shibayama
0e070b3572 fix(els): completion bug 2023-04-23 02:00:09 +09:00
Shunsuke Shibayama
afafb9a32b build: update version (nightly.2) 2023-04-23 01:07:13 +09:00
Shunsuke Shibayama
3c40fc35e9 fix: #193
and many bugs
2023-04-22 23:43:03 +09:00
Hanaasagi
d2d6f7341a fix(lint): fix clippy warning 2023-04-22 23:28:15 +09:00
Hanaasagi
7d2339308d fix(repl): fix reading server-side data 2023-04-22 23:12:22 +09:00
Hanaasagi
5a8c87f7ef fix(repl): fix repl server reading data logic 2023-04-22 23:11:50 +09:00
Shunsuke Shibayama
b444fcac2c build: remove unnecessary keys 2023-04-22 17:19:04 +09:00
Shunsuke Shibayama
db9a7fdfd4
Merge pull request #420 from Hanaasagi/fix-stderr 2023-04-22 17:13:18 +09:00
Shunsuke Shibayama
37a5109b25 Update repl_server.py 2023-04-22 17:07:16 +09:00
Shunsuke Shibayama
127659673c fix(repl): initialize PyCodeGenerator when REPL fails 2023-04-22 16:45:00 +09:00
Cai Bingjun
6844177409
Merge pull request #417 from anzhi0708/main
correct translation errors in (Simplified) Chinese documentation
2023-04-22 14:29:17 +08:00
Cai Bingjun
b788d634c0
Update index.md 2023-04-22 14:27:27 +08:00
Hanaasagi
4545c69b82 fix(repl): fix repl server crash when meet a exception 2023-04-22 13:25:44 +08:00
Shunsuke Shibayama
3fcd3ab9b1 feat: add Dict! 2023-04-20 11:34:04 +09:00
Shunsuke Shibayama
325d237f09 feat: add Dict.items/copy 2023-04-20 10:44:57 +09:00
Shunsuke Shibayama
e0d8306b3e feat: add Dict.keys/values/get 2023-04-20 02:19:31 +09:00
Shunsuke Shibayama
a8ef10951a build: update version (nightly.1) 2023-04-19 20:11:18 +09:00
Shunsuke Shibayama
7d7849b493 fix: unintended behavior for collections 2023-04-19 18:49:27 +09:00
Shunsuke Shibayama
daf01f3cf2 feat: add as operator 2023-04-19 15:20:46 +09:00
Shunsuke Shibayama
1c6a6b2ec8 feat: add real assert function 2023-04-19 13:23:25 +09:00
Shunsuke Shibayama
d4c566477f fix: symbol mangling 2023-04-19 12:21:55 +09:00
github-actions[bot]
6c23d85fc4 Automatic update translation_status 2023-04-19 02:05:22 +00:00
Shunsuke Shibayama
6c3d34d63c doc: update contents (JA) 2023-04-19 11:05:03 +09:00
Shunsuke Shibayama
b9538ca627 doc: update contents 2023-04-19 11:03:08 +09:00
Anji
9858289272 fix 'next page' error in zh_CN doc 2023-04-19 10:47:36 +09:00
Anji
c2f217a341 correct translation errors in (Simplified) Chinese documentation 2023-04-19 07:59:59 +09:00
Shunsuke Shibayama
3cc168182b feat: add typing.cast 2023-04-19 01:16:39 +09:00
Shunsuke Shibayama
943ee32db2 fix: external module errors were ignored 2023-04-18 19:47:04 +09:00
Shunsuke Shibayama
ffd33015d5 fix: external type resolving 2023-04-18 10:49:02 +09:00
Shunsuke Shibayama
da300b0f02 feat(els): jump to parameter type definitions 2023-04-18 01:01:13 +09:00