Commit graph

316 commits

Author SHA1 Message Date
GreasySlug
ab283ee43e remove: duplicates 2022-12-18 08:09:13 +09:00
Shunsuke Shibayama
af4628fa43 Update spawn.rs 2022-12-17 18:02:39 +09:00
Shunsuke Shibayama
2d689ee698 Add large_thread feature 2022-12-17 17:59:51 +09:00
Shunsuke Shibayama
1cc17bdd5a Partially fi x #296 2022-12-17 16:44:51 +09:00
gmshiba
561a384014 Fix warnings
Fix warnings
2022-12-16 02:29:07 +09:00
Shunsuke Shibayama
64ece1949d Improve loc() 2022-12-15 21:51:58 +09:00
Shunsuke Shibayama
b360673abe Update error.rs 2022-12-15 20:45:14 +09:00
Shunsuke Shibayama
481761e50b Fix python resolving 2022-12-14 11:24:24 +09:00
Shunsuke Shibayama
3d69353bf6 Merge branch 'main' into pylyzer-mode 2022-12-14 09:23:47 +09:00
Shunsuke Shibayama
157c0cb7a5 Add Runnable::cfg_mut 2022-12-14 09:22:50 +09:00
Shunsuke Shibayama
3c17518963 Rename ErgConfig::pylyzer_mode -> python_compatible_mode 2022-12-14 06:11:54 +09:00
Shunsuke Shibayama
3108a789a4 Merge branch 'main' into pylyzer-mode 2022-12-14 05:39:14 +09:00
Shunsuke Shibayama
b09fce8a86 Add ErgConfig::inherit
and remove with_module_path
2022-12-14 05:38:50 +09:00
Shunsuke Shibayama
8ec367ed63 Merge branch 'main' into pylyzer-mode 2022-12-14 05:30:25 +09:00
Shunsuke Shibayama
0e928c758f Add exec_new_thread 2022-12-14 05:29:47 +09:00
Shunsuke Shibayama
ccf39b3b05 Support pylyzer mode 2022-12-13 21:16:52 +09:00
Shunsuke Shibayama
baceaeea24 Update config.rs 2022-12-13 18:08:26 +09:00
Shunsuke Shibayama
64848a73ce Add pylyzer-mode 2022-12-13 18:02:21 +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