Commit graph

2365 commits

Author SHA1 Message Date
Cai Bingjun
c22cd79a89
Merge branch 'main' into improve-repl 2023-02-05 14:07:08 +08:00
Cai BingJun
92c3f57184 chore: update config.toml 2023-02-05 12:10:27 +08:00
Cai BingJun
1e2ebba813 docs: update commit hash 2023-02-05 12:01:46 +08:00
Cai BingJun
823f713485 docs: minor improvement 2023-02-05 12:00:55 +08:00
GreasrySlug
ba4ef3941a fix(REPL): indent depth 1 when multi line string 2023-02-05 12:51:13 +09:00
Cai Bingjun
fcc75c3071
docs: synchronizing Japanese documents 2023-02-05 11:09:27 +08:00
Shunsuke Shibayama
953438cfaf
Merge pull request #385 from GreasySlug/main
Add git commit message template
2023-02-05 12:00:18 +09:00
Shunsuke Shibayama
3ff442c034 chore: update yml files 2023-02-05 11:55:27 +09:00
Shunsuke Shibayama
1e2d1d3776 docs: update .gitmessage 2023-02-05 11:49:28 +09:00
Cai BingJun
22ed2f65bb fix(repl):blocks input of characters than 1 byte 2023-02-05 10:47:45 +08:00
Cai Bingjun
c00e377891
Merge branch 'main' into main 2023-02-05 09:59:26 +08:00
Cai Bingjun
d95219b68b
docs: remove the PR name specification 2023-02-05 09:53:53 +08:00
github-actions[bot]
7fe92f7967 Automatic update translation_status 2023-02-05 01:49:36 +00:00
GreasrySlug
4ed2b6ebe9 docs: update JA commit message guid 2023-02-05 10:49:13 +09:00
GreasrySlug
b66f1db0f5 docs: update commit message guide 2023-02-05 10:48:41 +09:00
GreasrySlug
84500fca60 feat: add git commit message template 2023-02-05 10:39:55 +09:00
Cai Bingjun
dfa9f305fb
docs: add PR title and merge mode specification 2023-02-04 21:50:29 +08:00
GreasySlug
beed07ec35 refactor: duplicate codes are put together 2023-02-04 22:07:12 +09:00
Shunsuke Shibayama
260691727a style: cargo fmt 2023-02-04 21:24:39 +09:00
github-actions[bot]
0585e25f05 Automatic update translation_status 2023-02-04 12:05:44 +00:00
Shunsuke Shibayama
fa2534ee32 Create commit_message.md 2023-02-04 21:05:19 +09:00
Shunsuke Shibayama
e2469cc0df Create commit_message.md 2023-02-04 21:03:44 +09:00
GreasySlug
fd1fa8792c clean: change name and ident 2023-02-04 13:59:47 +09:00
GreasySlug
dca7830e25 fix: add unsuccess test 2023-02-04 13:44:05 +09:00
GreasySlug
a7b3342f04 test: remove negative test
because REPL cannot return the number of errors
2023-02-04 13:09:08 +09:00
Cai BingJun
1a3da73793 Update REPL test 2023-02-04 11:50:04 +08:00
Shunsuke Shibayama
8abc38e040
Merge pull request #383 from erg-lang/optimize-test
Parallelize the tests
2023-02-04 12:27:42 +09:00
Shunsuke Shibayama
b457029a3c Update rust.yml 2023-02-04 12:22:16 +09:00
Shunsuke Shibayama
e229bfa23c optimize tests 2023-02-04 12:14:23 +09:00
Cai BingJun
126280ade5 clippy --all --fix and fmt 2023-02-04 10:43:51 +08:00
Cai BingJun
f02d03a054 fix bugs 2023-02-04 10:40:15 +08:00
Shunsuke Shibayama
950a7bd13a Update transpile.rs 2023-02-04 11:16:09 +09:00
Shunsuke Shibayama
3e664fb176 Update version (nightly) 2023-02-04 10:47:37 +09:00
Shunsuke Shibayama
da6483308f Update dummy.rs 2023-02-04 09:56:23 +09:00
GreasrySlug
79b116202d fix: place at-sign in expect_block 2023-02-03 21:14:48 +09:00
Cai BingJun
d8d37109eb Update commit hash 2023-02-03 18:52:43 +08:00
Cai BingJun
e89919dc7d Update README 2023-02-03 18:51:33 +08:00
Cai BingJun
c037fe4732 Update release.yml 2023-02-03 18:48:09 +08:00
Shunsuke Shibayama
e4d5f04ac8 Update release.yml 2023-02-03 19:17:29 +09:00
Shunsuke Shibayama
61276bd80f fmt 2023-02-03 19:11:31 +09:00
Cai BingJun
4b03dcd280 finish paste function 2023-02-03 17:22:19 +08:00
Cai BingJun
82be7cf5c2 fix bug 2023-02-03 16:45:21 +08:00
Cai BingJun
64e4587295 add paste function 2023-02-03 16:41:20 +08:00
Cai BingJun
b33365ed8e add paste function 2023-02-03 15:35:47 +08:00
Cai BingJun
b31d10d094 Merge branch 'improve-repl' of https://github.com/C-BJ/erg into improve-repl 2023-02-03 15:21:14 +08:00
Cai BingJun
9360c11dd1 add the paste function for Linux 2023-02-03 15:21:11 +08:00
Cai Bingjun
7b7c41947b
Update docs.yml 2023-02-03 14:09:56 +08:00
Cai Bingjun
fa476b93a4
Merge branch 'main' into improve-repl 2023-02-03 14:04:21 +08:00
GreasrySlug
37182a7a70 doc: add features flag and update hash 2023-02-03 15:00:47 +09:00
github-actions[bot]
781eefdc2f Automatic update translation_status 2023-02-03 05:56:21 +00:00