Pau Ruiz Safont
Pau Ruiz Safont
I would think separating these filetypes is a prerequisite to supporting them properly, this is done by https://github.com/ocaml/vim-ocaml/pull/61
> The syntax is set to ocamlinterface, but there is no such syntax file. Sorry I didn't create the file(s), I tested it on neovim and highlighting was working as...
> If at all possible, maybe it would be best to allow tree-sitter to depend on flags other than the Vim filetype? I'll ask around the tree-sitter community, I'm not...
> They got introduced in https://github.com/neovim/nvim-lspconfig/commit/b9e79ca471e0479734209da2138d3a0664c8d93d refering to this PR, but is the . incorrect? (this PR doesn't have a . in the filetype). It's correct, that mapping is needed...
The merlin PR should be reviewed first: https://github.com/ocaml/merlin/pull/1340 Please do test the branch and let me know if you find anything broken
Tests only work for me on branch `wip-merge-pr-5` when adding `--profile=release` to `dune runtest`
What's the timezone of your system set to? > `val mktime : tm -> float * tm` > Convert a date and time, specified by the `tm` argument, into a...
the Stdlib does a [system call](https://github.com/ocaml/ocaml/blob/28c337fecbebfc064c06ae0ba35a1107b0b58493/otherlibs/unix/gmtime.c#L79), don't see anything egregious at first sight.
I've rebased this PR to the latest master: https://github.com/undu/ISO8601.ml/tree/wip-merge-pr-5 The new ounit tests are failing, as well as making some other fail as well, with the dreaded one-hour drift, which...