mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Some initial parse output. Enforce handling of optionals. Fix issue where constants were folded despite the fact that they shouldn't be. Fix bug related to return foo() where foo() returns void!. (#893)
This commit is contained in:
committed by
GitHub
parent
d0fa473d61
commit
ada3ea08fc
@@ -206,7 +206,7 @@ fn SubProcess! create(String[] command_line, SubProcessOptions options = {}, Str
|
||||
}
|
||||
start_info.hStdError = wr;
|
||||
|
||||
|};
|
||||
|}!;
|
||||
void *event_output;
|
||||
void *event_error;
|
||||
if (options.read_async)
|
||||
|
||||
Reference in New Issue
Block a user