Commit graph

736 commits

Author SHA1 Message Date
Shunsuke Shibayama
17b44b1fa8
Merge pull request #444 from erg-lang/fix-443
Fix #443
2023-07-26 20:45:23 +09:00
Shunsuke Shibayama
ebfc314e0b fix: windows specific bug 2023-07-26 20:07:06 +09:00
Shunsuke Shibayama
3eb2d439ca fix: eliminate of unnecessary file escapes 2023-07-26 17:53:29 +09:00
Shunsuke Shibayama
5dacdbbf80 build: update version (nightly.0) 2023-07-26 01:43:23 +09:00
Shunsuke Shibayama
a64945e9d0 fix: false positive errors 2023-07-26 01:40:08 +09:00
Shunsuke Shibayama
3fc42f65e8 fix: #443 2023-07-26 01:19:48 +09:00
Shunsuke Shibayama
ada421cd5c build: update version (v0.6.17) 2023-07-24 10:12:36 +09:00
Shunsuke Shibayama
9308a910ca fix: #442 2023-07-24 09:32:31 +09:00
Shunsuke Shibayama
4dff4746b8 fix: with codegen bug 2023-07-24 02:11:42 +09:00
Shunsuke Shibayama
962c006949 fix: for codegen bug 2023-07-24 01:24:20 +09:00
Shunsuke Shibayama
c9aff96850 Update codegen.rs 2023-07-24 00:44:41 +09:00
Shunsuke Shibayama
4053e1646f Merge branch 'main' into codegen-bug 2023-07-23 23:27:56 +09:00
Shunsuke Shibayama
bea413460a fix: codegen bugs (3.8~3.10) 2023-07-23 23:17:28 +09:00
Shunsuke Shibayama
dc28905959 fix: for codegen bug 2023-07-18 21:27:04 +09:00
Shunsuke Shibayama
7e58b59914 fix: canonicalize path 2023-07-15 23:22:32 +09:00
Shunsuke Shibayama
072d62f7b3 fix: reduce unreachables 2023-07-15 12:40:23 +09:00
Shunsuke Shibayama
0152e368ab feat: support Array, Str, Bytes slice 2023-07-15 12:29:07 +09:00
Shunsuke Shibayama
579615d76e feat: add Slice 2023-07-14 23:45:13 +09:00
Shunsuke Shibayama
8a47c4bd18 chore: remove dyn 2023-07-14 19:59:28 +09:00
Shunsuke Shibayama
e3b479ebf7 feat: polymorphic type class members 2023-07-14 01:53:06 +09:00
Shunsuke Shibayama
f65e3acaf3 Update __init__.d.er 2023-07-12 23:26:54 +09:00
Shunsuke Shibayama
1cd1662837 chore: set default params display threshold 2023-07-12 23:26:30 +09:00
Shunsuke Shibayama
35d745e4d7 fix: Input::file_stem 2023-07-12 22:33:52 +09:00
Shunsuke Shibayama
91aaa0702a Merge branch 'main' into codegen-bug 2023-07-12 16:51:03 +09:00
Shunsuke Shibayama
50136ef6ae feat: add module stat 2023-07-12 16:39:57 +09:00
Shunsuke Shibayama
9025fe7e99 feat: add bin/oct/hex literal 2023-07-12 16:31:39 +09:00
Shunsuke Shibayama
e73e404083 build: update version (v0.6.16) 2023-07-12 15:07:31 +09:00
Shunsuke Shibayama
bac0a8c2ee Update completion.rs 2023-07-12 15:02:06 +09:00
Shunsuke Shibayama
953b5806b5 Update ast.rs 2023-07-12 14:27:35 +09:00
Shunsuke Shibayama
281262b7bf Update diff.rs 2023-07-12 01:45:21 +09:00
Shunsuke Shibayama
0f57994af9 fix: display opcode 2023-07-12 01:26:47 +09:00
Shunsuke Shibayama
3a01d71fe8 fix: display opcode 3.7/3.9 2023-07-12 01:16:06 +09:00
Shunsuke Shibayama
dc86be1125 fix: if codegen bug 2023-07-09 22:27:42 +09:00
Shunsuke Shibayama
98c4b480b7 fix: while codegen bug 2023-07-09 21:34:12 +09:00
Shunsuke Shibayama
7be1d42c03 fix: match codegen bug 2023-07-09 21:07:10 +09:00
Shunsuke Shibayama
567416f162 chore: EXTENDED_ARG 2023-07-09 14:01:58 +09:00
Shunsuke Shibayama
8c81a43c79 fix: string interpolation bug 2023-07-08 15:40:41 +09:00
Shunsuke Shibayama
3f9e70bd9d fix: Self type bugs 2023-07-08 13:17:09 +09:00
Shunsuke Shibayama
fcf97fb172 fix: default-paramaters bugs 2023-07-08 02:32:14 +09:00
Shunsuke Shibayama
7d696b5aa5 fix: subtyping bug 2023-07-07 23:45:45 +09:00
Shunsuke Shibayama
74e1ae8dfc feat: add todo
* fix: default params display
2023-07-07 22:37:45 +09:00
Shunsuke Shibayama
d2eaf0bef4 fix: case-sensitive renaming 2023-07-07 22:10:47 +09:00
Shunsuke Shibayama
76e91dcb0f build: update version (nightly.7) 2023-07-07 01:13:05 +09:00
Shunsuke Shibayama
a8a3316c17 chore: add LimitedDisplay::to_string_unabbreviated 2023-07-07 01:10:18 +09:00
Shunsuke Shibayama
e6c490e22b fix: type display omittion 2023-07-07 00:31:10 +09:00
Shunsuke Shibayama
ad96859d71 fix: case-sensitiveness check 2023-07-03 23:25:40 +09:00
Shunsuke Shibayama
cac45a41e2 build: update version (nightly.6) 2023-07-03 22:39:50 +09:00
Shunsuke Shibayama
7a1a543c25 chore(els): display error source 2023-07-03 22:38:29 +09:00
Shunsuke Shibayama
1695587177 fix: path case-sensitiveness bug
fix: mtshiba/pylyzer#45
2023-07-03 22:32:12 +09:00
Shunsuke Shibayama
f93ee691d6 chore: improve type display 2023-07-03 22:27:39 +09:00