Yunxing Dai

Results 9 comments of Yunxing Dai

Catching up with esy. What's the purpose of this lock specifically? To protect concurrent builds for same package for *one project* (OCaml is a dependency of many targets inside of...

Some references: https://research.swtch.com/version-sat https://www.npmjs.com/package/logic-solver

cc @hcarty @yutongp who showed interests in this problem before.

One thing we can try on linux is to create two mount points for the subprocess -- one for the entire filesystem and one for $cur__root. Then use chroot before...

@andreypopp namespaces on Linux uses mount. I can experiment with that a bit.

Try change symlink to ocaml-android64 if there is any? In theory this project should be able to work with 64 bit system and I'm pretty sure I got it working...

https://github.com/reasonml/reshell/blob/master/refish#L3-L9 could be a replacement for realpath here, works with symlinks

@jordwalke oh I have all the setters marking nodes dirty in my local branch.

Looking into this problem. Another thing maybe we can do is to temporarily overwrite the "out_newline" function *only* when we are printing the last item of a list.