Max Petrov
Max Petrov
recreated in https://github.com/objectionary/eo/pull/1550
@yegor256 @andreoss what's up with this task?
Let's get back to this later
@volodya-lombrozo do you also have build log for 40 minutes compilation?
@volodya-lombrozo There is compilation error within the log you've attached. Is there a successful build?
@volodya-lombrozo Do I get it right you didn't manage to get the example to build successfully?
I also wonder if we can add timestamps into the logs.. It would allow get performance statistics by analysing the log.
blocked by #1570
@yegor256 simple implementation (in draft PR) implies couple of limitations: 1. nested goto's are not allowed 2. since `goto` relies on `while` it performs additional dataization which is not always...
This task is blocked until the way is found to avoid double dataization.