Commit graph

300 commits

Author SHA1 Message Date
Shunsuke Shibayama
b09fce8a86 Add ErgConfig::inherit
and remove with_module_path
2022-12-14 05:38:50 +09:00
Shunsuke Shibayama
0e928c758f Add exec_new_thread 2022-12-14 05:29:47 +09:00
Shunsuke Shibayama
c8b161842a Add Location::unknown_or 2022-12-11 22:58:14 +09:00
GreasySlug
2f56aba75c fix: set exit code 2 instead of 0 2022-12-10 14:04:40 +09:00
GreasySlug
8ffd537abd clean: add newlines 2022-12-10 14:03:46 +09:00
GreasySlug
0820ac8b2b update: avoid panicking with invalid option args 2022-12-10 13:42:39 +09:00
Shunsuke Shibayama
747974d37c Add helpers for manipulating errors 2022-12-10 02:40:55 +09:00
Shunsuke Shibayama
ddd7abbaed Add NoTypeDisplay trait 2022-12-09 22:01:09 +09:00
Shunsuke Shibayama
a395938413 Fix an Erg standard library loading bug 2022-12-09 11:48:13 +09:00
Shunsuke Shibayama
aa3bf7f44c Make SubMessage::msg, hint public members 2022-12-08 14:55:55 +09:00
Shunsuke Shibayama
428a557313 Add a hint for an unnecessary spaces syntax error 2022-12-08 12:06:28 +09:00
Shunsuke Shibayama
f02a5285ad Add --output-dir option 2022-12-06 09:43:30 +09:00
Shunsuke Shibayama
4a0143302f Fix #272 2022-12-05 17:21:46 +09:00
Shunsuke Shibayama
9b1457b695 Fix #265 2022-12-01 23:02:06 +09:00
Shunsuke Shibayama
08a92bbbc1 Fix if codegen bugs 2022-11-30 23:58:19 +09:00
Shunsuke Shibayama
043ee544e6 Change CompleteArtifact to be able to hold non-HIR structs 2022-11-28 21:52:46 +09:00
Shunsuke Shibayama
ac89a7e6cd Update traits.rs 2022-11-26 11:50:13 +09:00
Shunsuke Shibayama
54686b0c59 Fix #244 2022-11-26 11:39:18 +09:00
Shunsuke Shibayama
0b88641243 Update stdin.rs 2022-11-26 10:30:55 +09:00
Shunsuke Shibayama
597fd67f76 Update stdin.rs 2022-11-26 10:26:33 +09:00
Shunsuke Shibayama
572343d9e9 Update macros.rs 2022-11-26 10:25:52 +09:00
Shunsuke Shibayama
14bb674068 Fix Runnable termination process 2022-11-25 12:37:13 +09:00
Shunsuke Shibayama
7bcc766500 Add Runnable::initialize 2022-11-23 19:43:56 +09:00
GreasySlug
7b5b53fe3e Fix: use get unwrap_or instead of index 2022-11-23 17:32:20 +09:00
GreasySlug
97a9b6f6d5 Clean: add comma for visibility 2022-11-23 13:46:20 +09:00
GreasySlug
955b86716e Clean: remove blank line 2022-11-23 11:42:48 +09:00
GreasySlug
8f4ced6b38 Fix: remove inspect 2022-11-23 11:39:18 +09:00
GreasySlug
c100f344ab Fix: forgot to add "m" at the end custom color 2022-11-21 14:58:59 +09:00
GreasySlug
d080e21b78 Update: doc comment 2022-11-21 14:33:01 +09:00
GreasySlug
f79eb25975 Clean: warning and miss 2022-11-21 14:32:42 +09:00
GreasySlug
a42d3b704d Fix: not displaying when not cols 2022-11-21 14:31:14 +09:00
GreasySlug
cc9fa5a12e Change: String to Cow<'a, str> 2022-11-21 14:21:03 +09:00
GreasySlug
9611322533 Add: left cross for sub-msg 2022-11-20 11:32:30 +09:00
GreasySlug
ff24c62de1 Merge branch 'main' of https://github.com/GreasySlug/erg into split-err-msg 2022-11-20 10:41:10 +09:00
GreasySlug
92ad941676 Test: reverse 2022-11-20 09:37:19 +09:00
GreasySlug
645c3e4a54 Change: update doc current format 2022-11-20 09:36:35 +09:00
GreasySlug
b739554050 Fix: format 2022-11-20 09:36:12 +09:00
GreasySlug
d64712c7a7 Change: Option to Vec 2022-11-20 09:34:26 +09:00
Shunsuke Shibayama
81bea3bcee Remove AtomicStr 2022-11-20 01:42:55 +09:00
GreasySlug
088f985ee3 Change: header divided into kind and main_msg 2022-11-19 15:44:19 +09:00
GreasySlug
12ccd6ac27 Clean: display format 2022-11-18 21:56:09 +09:00
GreasySlug
899e8ead03 Add: fmt_header 2022-11-18 12:41:19 +09:00
GreasySlug
4ae81aa05e Add: Location moved to ErrorCore 2022-11-18 12:31:44 +09:00
GreasySlug
bba66f7696 Change: move THEME to ErrorCore 2022-11-17 23:25:47 +09:00
GreasySlug
823773def1 Change: add main_msg and SubMessage 2022-11-17 23:22:49 +09:00
GreasySlug
22652cb174 Merge branch 'split-err-msg' of https://github.com/GreasySlug/erg into split-err-msg 2022-11-17 23:01:07 +09:00
Shunsuke Shibayama
07c62de125 impl Default for Runnable structs 2022-11-17 22:05:04 +09:00
Shunsuke Shibayama
d8e2ece224 impl Display for ComileErrors 2022-11-17 20:48:42 +09:00
Shunsuke Shibayama
666ec1c7fe Update error.rs 2022-11-17 20:32:30 +09:00
Shunsuke Shibayama
7657ae9e70 Support platforms that are neither unix nor windows 2022-11-17 18:27:30 +09:00