Vlad-Shcherbina / icfpc2018-tbd

1 stars 0 forks source link

Update pyjs to the full problem emulator #15

Closed Vlad-Shcherbina closed 6 years ago

Vlad-Shcherbina commented 6 years ago

@yorickvP , could you do that please?

manpages commented 6 years ago

I think that @yorickvP mentioned that it's impossible.

Vlad-Shcherbina commented 6 years ago

Currently it's

def run(model_data: bytes, trace_data: bytes) -> EmulatorResult:

I want

def run_full(
        src_model_data: Optional[bytes],
        dst_model_data: Optional[bytes],
        trace_data: bytes) -> EmulatorResult:
yorickvP commented 6 years ago

1a0bbc5feedd2e56c33875ad57103270753dbde9