-
It's been quite a while since the last release to OPAM. Would it be a good time to cut a new release? There are several quite old bugs that I'd like to see resolved for everyone using OPAM.
-
let printer x = Sexp.to_string (<:sexp_of< Jane.t t >>x) in
For the above snippet I get the following error/warning from merlin: "Warning 20: this argument will not be used by th…
-
The following flags a syntax error:
let _ : int = 10
However, if I do
let (_ : int) = 10
or
let _a : int = 10
there is no error.
-
...by @marthakelly, once it's posted.
http://guidebook.com/guide/5776/event/5687138/
afeld updated
11 years ago
-
the binary obtained from installing through opam does not recognize the "-find-project" option
atn34 updated
11 years ago
-
I'm not exactly sure how or what to test for the memory assignment. I'm pretty new to testing anyway, but the way I understand unit testing is that you isolate a bit of functionality (say, a function…
-
I can't verify the latest changes because of compilation issues. Note that I have the latest packages available through opam. Here is my compilation output:
$ configure --prefix ~/.local
Merlin conf…
-
The following code issues a syntax error:
```
type variants = [`A | `B]
type t = [
variants
]
```
Adding an `|' before`variants' workarounds the problem.
-
With the current merlin, if I use auto-complete mode as available through marmalade (which installs itself as auto-complete-1.4) filtering in the dropdown works by hitting C-s. However, I think this i…
-
It would be nice to see what is inside a sig such as a Floatable. Similarly it would be nice to see what is produced by a functor.