Yuanguo-notebook

Results 12 comments of Yuanguo-notebook

Hi, I tried replication package today. However, both chart 1/20 failed again. Here is log of chart20. Is there anything I can do? Thanks! ================================================= Project : chart_20 start :...

Hello, I tried to run your scripts. It just hangs at program.py exec_cmd() `shlex.split(cmd)` forever. Timeout seems not working. from terminal: `tmp: ./.pyggi/tmp_variants/java_programs/1638933294 cmd: None` code: def exec_cmd(self, cmd, timeout=15):...

OK, which branch I should use? I used master branch in https://github.com/coinse/pyggi Thanks!

I just pulled the latest version. But it's still hanging on Popen. I think `shlex.split(cmd)` is still causing this. Also, your latest version misses `StatusCode` Thank you! def exec_cmd(self, cmd,...

`print('split: ', shlex.split(cmd))` doesn't print anything. It just hangs there. So I think the problem might be `shlex.split`

I just printed cmd. It's None. Because `self.test_command` is None in `run()`.

While we are figuring out how to move forward for invalid config, can I get a review of the rest of the PR? thanks

Quick bump here. Can I get another review? thanks

> LGTM. Please correct indicated comments. Other than that it looks really good. Thanks! Thanks for reviewing! just updated to address all the comments.