Closed riginding closed 5 years ago
Thanks. I'll look into this. The README needs to be updated as we recently switched over.
For whoever picks up this issue, we also need to make sure after the change that this works in the pony playground.
@EpicEric do you have time to look into this?
For whoever picks up this issue, we also need to make sure after the change that this works in the pony playground.
This shouldn't break the playground. The scripts that the playground uses (compile.sh
, evaluate.sh
) create a temporary directory with mktemp -d
, create and cd
to a subdir, and call ponyc
.
I followed the installation guide to use
ponyc
from docker. I tried it on Arch Linux and on Windows both times resulting in the following error:After some investigation I figured out that the
workdir
that should besrc/main
is not properly applied:If I specify the
workdir
as an argument to docker it works as expected:According to the README.md it should also work without specifying
workdir