prometheansacrifice
prometheansacrifice
Thanks for the report. Is there a way to reproduce this? Unfortunately, I can't reproduce this locally. This is a known issue and the challenge has been to reproduce this...
@codemangle101 The template uses ocaml `4.7.1004` which needs a patch for newer MacOSes. Would you mind using a newer compiler like `4.9.x` ? Also, we're looking for beta testers for...
Renamed the issue so that the discussion can go on
This seems like a bug. I explicitly check of it existence [first](https://github.com/esy/pesy/blob/master/lib/PesyConf.re#L826-L836) and only then create it and record the operation (for logs). Can we have a repro?
@Kesanov Are you still facing this issue?
I'm more worried about the why `ocaml@*` comes up again - **it happens only when tagged releases (or in semver terms, prereleases) are used**. This PR is in draft because...
@bryphe would you be able to share the Docker file? What does it contain? Just node/npm and esy?
Is it this one? https://github.com/onivim/oni2/blob/master/scripts/docker/centos/Dockerfile
I see what you're talking about - https://github.com/onivim/oni2/blob/master/scripts/docker-build.sh
I find transit costs (download times) to be the bigger reason to do this. About debuggability - release builds are generally thought to be hard to debug. I also suspect...