mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
build: update pyo3 to v0.21
This commit is contained in:
parent
d62bce689b
commit
2f6717ba4f
12 changed files with 61 additions and 41 deletions
|
@ -168,6 +168,7 @@ impl Runnable for Compiler {
|
|||
fn set_input(&mut self, input: erg_common::io::Input) {
|
||||
self.cfg.input = input;
|
||||
self.builder.set_input(self.cfg.input.clone());
|
||||
self.builder.main_builder.set_input(self.cfg.input.clone());
|
||||
self.code_generator.set_input(self.cfg.input.clone());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue