-
I'm not completly sure it's opam or aspcud related, but I found a bug in the dependency resolution algorithm.
In a fresh new switch (here, it's an alias of 3.12.1), and with the [opamocsigen](https:/…
-
My apologies for the late meeting issue, I had this meeting incorrectly marked for the 29th.
#### Meeting Presentations:
This meeting will probably be a small informal meeting. The Ember.js presenta…
-
One week until the next meeting. This issue is to confirm the presenters, topics and schedule for the meeting.
#### Meeting Presentations:
We have two talks along with the factory pattern examples c…
-
Let's say I have
``` ocaml
type band = [ `Primus | `Dap_kings | `Magma | `Deep_purple_mk of int (* etc *) ]
```
and my cursor is on `[_]`:
``` ocaml
begin match currently_li[s]tening with
end
```
…
-
The use is for ocamlbuild, e.g.:
```
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind" "src_test/test_ppx_import.%{native-or-byte}%" "--"
]
```
-
```
module T = struct
type t1 = { x1 : int } with fields
type t2 = { x2 : int } with fields
end
let _ = T.
```
When I have a module with two types that have the [with fields] annotation, merlin…
-
When using an unreliable link to the drone, it sometimes happens that settings that are applied from GCS are not registered on the drone. For example, when tuning the PID controller gains.
Currently,…
-
## Rock-solid Infrastructure
- [x] Execute the shift to Jane Street core/async
- [ ] Establish release process for projects
- [ ] Release "1.0" ocaml-openflow library
- [ ] Release "1.0" Frenetic comp…
-
I'm trying to get into MirageOS by following the instructions / tutorial on http://openmirage.org
I was trying to build the mirage-www package on a CentOS 6.5 VM, and this is the error I get into:
`…
-
For Ceylon 1.2, we should consider supporting very basic destructuring for tuples and entries, both for specification statements:
``` ceylon
[Integer i, Float... xs] = [1, 1.0, 2.0, 3.0];
Str…