Closed maxonfjvipon closed 1 month ago
@rultor release, tag is 0.23.0
@rultor release, tag is
0.23.0
@yegor256 OK, I will release it now. Please check the progress here.
@rultor release, tag is
0.23.0
@maxonfjvipon @yegor256 Oops, I failed. You can see the full log here (spent 2hr).
Docker container objectionary_eoc_360 is lost
@maxonfjvipon version 0.23.0 released, with a fix
I tried to run
eoc --alone --verbose --parser=0.40.3 --home-tag=master phi
and here's what I've got:It happens because here instead of
coms().phi(program.opts());
it must becoms().phi({...program.opts(), ...str});
The same problem with all other commands in
--alone
mode @yegor256 please take a look