Commit graph

1269 commits

Author SHA1 Message Date
Shunsuke Shibayama
10678a7de7 build: update version (nightly.2) 2024-03-13 02:46:43 +09:00
Shunsuke Shibayama
d972af35d0 Update pathutil.rs 2024-03-13 02:44:02 +09:00
Shunsuke Shibayama
c279472ad8 build: update version (nightly.0) 2024-03-13 00:21:41 +09:00
Shunsuke Shibayama
2da6f603a4 chore: add ErgConfig::{effect_check, ownership_check} 2024-03-13 00:15:39 +09:00
Shunsuke Shibayama
fcc39fe466 build: update version (nightly.0) 2024-03-13 00:04:34 +09:00
Shunsuke Shibayama
24141ea3f3 fix: import resolution 2024-03-12 23:38:39 +09:00
Shunsuke Shibayama
0274b458b4 Create uuid.d.er 2024-03-12 22:03:27 +09:00
Shunsuke Shibayama
2a119becea Create pdb.d.er 2024-03-12 20:21:22 +09:00
Shunsuke Shibayama
57b919feb7 feat: add breakpoint!, hex, object, list, vars 2024-03-12 12:46:26 +09:00
Shunsuke Shibayama
8f68f55c91 feat: add To{Bool, Int, Float}, Round 2024-03-12 12:45:09 +09:00
Shunsuke Shibayama
0e1c0a9a13 feat: add Exception classes 2024-03-11 20:35:11 +09:00
Slug
a136d6dc18
Merge pull request #253 from GreasySlug/fix/invalid-block
Fix invalid expect block and support for multi-line errors
2024-03-06 23:52:12 +09:00
Shunsuke Shibayama
cd5c4ebbfe build: update version (v0.6.32) 2024-03-06 01:56:59 +09:00
Shunsuke Shibayama
f8b7717682 chore: remove __new__ 2024-03-06 01:53:50 +09:00
Shunsuke Shibayama
ca140680db build: update version (nightly.3) 2024-03-05 23:44:58 +09:00
Shunsuke Shibayama
c94ac76262 feat: impl Eq, Hash, Ord for Python module types 2024-03-05 22:48:05 +09:00
GreasySlug
045e5c8064 fix: collections are handled similarly to multi-line str 2024-03-04 00:30:08 +09:00
Shunsuke Shibayama
1691647fe7 fix: constructor bug 2024-03-03 20:00:06 +09:00
Shunsuke Shibayama
0fb996f289 feat: add Copy trait 2024-03-03 16:22:14 +09:00
Shunsuke Shibayama
2715db1a6e feat: restricted visibility methods 2024-03-03 15:39:41 +09:00
GreasySlug
87cb7c3af5 fix: set the block begin when the it's evaluated 2024-03-03 14:24:03 +09:00
GreasySlug
d828801484 fix: add newline error by colon 2024-02-29 10:21:23 +09:00
GreasySlug
436be4f0ff fix: correct line offset on single line error
The block begin is set only for a error, eval and special command
2024-02-29 10:21:09 +09:00
GreasySlug
37e0b7832f fix: typing error in var names 2024-02-26 23:04:26 +09:00
GreasySlug
cc21271998 clean: use black and ruff 2024-02-26 23:04:26 +09:00
GreasySlug
eba80469a6 clean: add and use const str 2024-02-26 23:04:26 +09:00
Shunsuke Shibayama
46610a1ae0 fix(els): minor bugs 2024-02-26 12:02:28 +09:00
Shunsuke Shibayama
f612340e80 fix: range type definition bug 2024-02-26 01:35:41 +09:00
GreasySlug
4cf4547cb2 fix: correct line offset in REPL error display 2024-02-25 23:15:36 +09:00
Shunsuke Shibayama
ac80cbba87 chore: fill missing arms 2024-02-25 11:20:11 +09:00
Shunsuke Shibayama
c74513f507 fix: eliminate unwraps 2024-02-24 23:02:59 +09:00
Shunsuke Shibayama
0bedeb51ab feat: support using attributes in predicate 2024-02-24 13:23:02 +09:00
Shunsuke Shibayama
47818e431e chore: remove clone method 2024-02-24 00:27:13 +09:00
Shunsuke Shibayama
c9438f215a fix: compile-time eval bug 2024-02-23 23:03:34 +09:00
Shunsuke Shibayama
ca88e82c9f feat: improve record type error hint 2024-02-21 00:39:36 +09:00
GreasySlug
b974f4ae5e impl: expect the block 2024-02-20 23:41:41 +09:00
GreasySlug
b10b57d8e3 feat(REPL): add err type 2024-02-20 00:38:39 +09:00
Shunsuke Shibayama
8e5850d943 build: update version (nightly.2) 2024-02-19 02:52:43 +09:00
Shunsuke Shibayama
9b9be7fb2c Update _erg_bytes.py 2024-02-19 02:49:10 +09:00
Shunsuke Shibayama
3869dd022e build: update version (nightly.1) 2024-02-19 02:27:22 +09:00
Shunsuke Shibayama
1d1c6f4fbc fix: python script backend bug 2024-02-19 02:26:18 +09:00
Shunsuke Shibayama
6d61e49bd5 Update transpile.rs 2024-02-19 01:37:45 +09:00
Shunsuke Shibayama
9e2beff6db Update _erg_bytes.py 2024-02-18 17:15:56 +09:00
Shunsuke Shibayama
918f146d08 fix: transpiler bug 2024-02-18 17:14:41 +09:00
Shunsuke Shibayama
5fe79c1d41 build: update version (nightly.0) 2024-02-18 15:55:46 +09:00
Shunsuke Shibayama
e2faeb42ed Update transpile.rs 2024-02-18 14:35:35 +09:00
Shunsuke Shibayama
b928e79251 build: update version (v0.6.31) 2024-02-18 00:19:01 +09:00
Shunsuke Shibayama
13ed03f23c Update pathlib.d.er 2024-02-16 19:05:52 +09:00
Shunsuke Shibayama
67a9f88f61 fix: sub unification bug 2024-02-16 18:31:49 +09:00
Shunsuke Shibayama
5f652f3dd5 fix: sub unification bug 2024-02-16 17:50:57 +09:00