shym

Results 100 comments of shym

Indeed, #193 is probably the solution. The use-case I had in mind involved running a compiler that usually finishes almost immediately but sometimes takes some (up to a few minutes)...

Personally, since I usually use console vim in `tmux`, I scratched that particular itch by: 1. disabling the automatic opening of the quickfix window when `g:dispatch_quickfix_height` is 0 (see #208),...

When I opened this issue, those configuration variables were not available yet, so I proposed something as close as possible to the standard vim command. But I’ve been using the...

@Fuuzetsu `withCurrentDirectory` modifies the current directory of the whole process. As stated in `setCurrentDirectory` documentation, “in a multithreaded program, the current working directory is a global state shared among all...

OK, @dra27 beat me to it :sweat_smile: I still wanted to add that compilation of atomics was horribly broken in previous versions, so it was affecting even single-domain code (I’ve...

> > * [ ] shym/winpthreads replaced with ocaml/winpthreads (or another solution) > > Just to confirm: the reason we can't put this directly in the tree is because of...

> Note that, at the moment, a series of patches under review upstream are required for winpthreads to compile cleanly with MSVC. The master branch on [shym/winpthreads](https://github.com/shym/winpthreads) tracks commit [b4515a69](https://github.com/mingw-w64/mingw-w64/commit/b4515a6935a3ab49f11c68eaefb95b2bba8c2d20)...

> I relaunched the full `precheck` for another run: https://ci.inria.fr/ocaml/job/precheck/964/ The test is skipped on the 32-bit runner because it doesn’t have the latest Visual Studio, but the test runs...

A small suggestion regarding the interface: I would imagine in many cases users will know they should have used the opam option only when they are blocked later down the...

Besides that, the OCaml syntax is heavily using “regions”, for instance for `module`. I’m not sure I really understand why it is written in this way and I didn’t find...