Kate

Results 916 comments of Kate

Mmh, it seems similar but not exactly the same. For instance with emacs I can have the following OCaml program: ``` let x = print_endline "blah";; ``` if the cursor...

Btw i think it would be nice to remove the now always true `#if OCAML >= 400` and so on for all versions < 4.02

> oh, ic, too late, I liked how it was a small contained PR 😢 I’m assuming @Leonidas-from-XIV is off work at this time so I’ve gone ahead and opened...

This should be fixed by https://github.com/thierry-martinez/metapp/pull/2

@pqwy the full release of 4.14 is approaching quickly. If you don’t have time to deal with this right now or anymore, you might want to add commit rights to...

I pinged @rgrinberg who seem to have commit rights on this, but know that a couple of project switched to Daniel’s uu* libraries instead. e.g. https://github.com/ocaml-community/lambda-term/pull/109

@yoriyuki as i said I didn't manage to reproduce it yet but as soon as I do I'll send you the backtrace. @rgrinberg has the ```(deps (alias (database)))``` semantics been...

> Another possible approach is to deprecate the use of `timeout` and recommend `Lwt_unix.with_timeout` instead. The function `with_timeout` will `cancel` the promise if the timeout is reached. So we just...

Not quite, the old `Yojson.Safe.json` type is still referenced is some places: https://github.com/ocaml-ppx/ppx_deriving_yojson/blob/64c3af970e4e0d0f21cdfc5187968aa1d35fc21e/src/ppx_deriving_yojson.ml#L122 It might be better to remove them and require yojson >= 2.0, but maybe since they’re in...

Oops, indeed. Sorry i missed your PR