Commit graph

40 commits

Author SHA1 Message Date
Shunsuke Shibayama
e7a7157ada Update config.rs 2022-10-30 10:19:44 +09:00
Shunsuke Shibayama
b06f51c5b3 Optimize test 2022-10-30 09:52:40 +09:00
Shunsuke Shibayama
9132d452f9 Update config.rs 2022-10-30 09:35:31 +09:00
Shunsuke Shibayama
c9b6396378 Add --target-version option 2022-10-30 01:44:24 +09:00
Shunsuke Shibayama
216470b3a1 Add py-command option 2022-10-30 01:37:45 +09:00
Shunsuke Shibayama
fa42151873 Update ErgConfig 2022-10-21 00:29:40 +09:00
Shunsuke Shibayama
357d687324 Add --no-std flag 2022-10-20 14:38:45 +09:00
Shunsuke Shibayama
e0d6b93abd Remove rust-defined python modules 2022-10-19 01:50:14 +09:00
Shunsuke Shibayama
5b0f24b46d Update help message 2022-10-09 01:07:14 +09:00
Shunsuke Shibayama
c1c1cab134 Fix #196 2022-10-09 00:47:59 +09:00
Shunsuke Shibayama
8ada32dcba Remove atty from deps 2022-10-08 15:02:48 +09:00
Shunsuke Shibayama
59f6046916 Fix method type inference for type variables 2022-10-06 00:27:43 +09:00
Shunsuke Shibayama
b6bd3d296e Add type displaying mode 2022-10-03 13:36:24 +09:00
Shunsuke Shibayama
71febb5ab6
Merge pull request #189 from GreasySlug/clean/help-command
Possible to localized to help commands
2022-10-02 01:41:03 +09:00
GreasySlug
22b65c6d34 Update: translate ja into ch, en 2022-10-01 15:48:29 +09:00
GreasySlug
081c88c0df Clean: check in advance for unwrap() 2022-10-01 08:35:47 +09:00
GreasySlug
43c56f4bc5 Add: possible to localize help command 2022-10-01 08:32:41 +09:00
Shunsuke Shibayama
423206920a Add execution test 2022-10-01 01:11:31 +09:00
Shunsuke Shibayama
23a6f630c9 Fix import to be called from anywhere 2022-09-29 11:48:38 +09:00
Shunsuke Shibayama
3fd8b177d2 Update config.rs 2022-09-27 10:02:33 +09:00
Shunsuke Shibayama
0a731bfd93 Add ErgConfig::with_path 2022-09-27 09:43:27 +09:00
Shunsuke Shibayama
9b0d66a63a Add "check" mode
Input::File(String) -> Input::file(PathBuf)
2022-09-21 14:01:20 +09:00
Shunsuke Shibayama
201b313cd2 Add builder & linker 2022-09-21 01:21:17 +09:00
Shunsuke Shibayama
d2ad7caaab Update ErgConfig and Runnable 2022-09-16 02:21:04 +09:00
Shunsuke Shibayama
988a9e2322 Add quiet-startup mode 2022-09-14 16:09:27 +09:00
Shunsuke Shibayama
14df5ce94c Update Runnable API types
This change allows Erg to pass information in a thread-safe manner.
2022-09-14 12:45:04 +09:00
Yuna Tomida
d956c3f61d
Follow clippy warnings 2022-09-10 17:32:25 +09:00
GreasySlug
17b3d110b0 Fix unnecessary newline 2022-09-06 16:27:59 +09:00
Shunsuke Shibayama
8e73b9b6b7 Add TypeCmpCache 2022-08-26 14:37:39 +09:00
Shunsuke Shibayama
909787683a Enhance help messages 2022-08-23 00:06:01 +09:00
Shunsuke Shibayama
fa33a2003b Create .pre-commit-config.yml 2022-08-17 23:42:32 +09:00
Shunsuke Shibayama
974bfc0b86 Delete unnecessary deps 2022-08-17 22:52:17 +09:00
Shunsuke Shibayama
af2a101f04 Update config.rs 2022-08-17 22:12:11 +09:00
Kisaragi Marine
527afefcee
feat: switch to pipe mode if piped from stdin
close https://github.com/erg-lang/erg/issues/1
2022-08-17 16:27:52 +09:00
Shunsuke Shibayama
1e3819b416 Set timeout in REPL 2022-08-17 12:02:56 +09:00
toddlerer
52b7c00a87
Fix --verbose option typo 2022-08-17 09:18:52 +09:00
Shunsuke Shibayama
beb0965cde Automatically display evaluation results in REPL 2022-08-14 20:51:17 +09:00
Shunsuke Shibayama
2bba7f741c Fix some warnings 2022-08-13 07:22:00 +09:00
Shunsuke Shibayama
6726d93f65 Do cargo fmt 2022-08-13 07:02:07 +09:00
Shunsuke Shibayama
f9d91aa38e Organize crates 2022-08-13 06:38:12 +09:00
Renamed from src/erg_common/config.rs (Browse further)