-
I see quite a bit of debug messages that look like:
```
[ocaml-lsp-server] debug: TEXT
open Import
(* Terminology:
- PackageManager: represents supported package managers
with Global…
-
```ocaml
module rec Person: sig include module type of (struct
type t = {
name: string;
pet: Cat.t;
}
end : sig end)
end = Person
and Cat:sig
type t = {
name: string;
…
-
On a MacBook, the process sometimes freezes other apps.
bstracing shows 6 parallel processes, and the CPU on my machine has 2 cores and 4 threads.
-
A common pitfall I've noticed is when people try to use a non-shared data type with `external`. This usually happens when they try to use `list` instead of `array` or a variant when they're trying to …
-
With a file with the following source:
```ocaml
#if DEBUG then
let x = 1
#end
```
running ocamlformat results in this error:
```bash
(master|✚2…) > ocamlformat src/Preprocess.ml
ocamlfo…
-
https://github.com/BuckleScript/bucklescript/issues/4087
After this change empty array has concrete type, current interface is expecting it to be polymorphic
-
Hi,
I am trying to use ```bs-emotion-ppx``` in windows 10 (x64). However, I am getting the following error.
bs-platform : 7.0.1
bs-emotion-ppx: 1.0.0
```
We've found a bug for you!
C:\Us…
-
Recentemente fiz esse codigo usando Serbet, porem não consegui entende por que não posso colocar |> para tudo?
```ocaml
open Async;
open Serbet.Endpoint;
[@decco]
type body_out = {message: st…
-
With this issue I would like to gauge the interest to support oCaml in klipse.
[BuckleScript](https://bloomberg.github.io/bucklescript/) is an excellent oCaml to JavaScript compiler, that also runs…
-
Would it make sense to support Reason (.re files) via https://www.npmjs.com/package/rollup-plugin-bucklescript?
Analog to how we handle TypeScript now.
I think I could create a PR for this.
If…