Leandro Ostera

Results 87 issues of Leandro Ostera

**Definition of Done** * We have a dedicated section with the package releases for the last week. **What has to be done** - [ ] Extend the index with release...

indexing
pipelines
web

Currently, this is unsupported: ```ocaml let foo a = function | 0 -> "0" | 1 -> "1" [@@cfg (disable=true)] ``` And the expected behavior is that we can remove...

enhancement
help wanted
good first issue

Currently, this is unsupported: ```ocaml let foo a = match a with | 0 -> "0" | 1 -> "1" [@@cfg (disable=true)] ``` And the expected behavior is that we...

enhancement
help wanted
good first issue

### Problem: The following OCaml input to `refmt` does not translate back to the same OCaml. **OCaml Input**: ```ocaml let (++) a b = a + b ``` **Reason Output...

**Input** ```reason { f(i); /* some comment here */ } ``` This is the smallest input I've seen replicate the behavior. I originally found this in a `for` loop. **Expected...

KIND: BUG
Parser

**Input** ```reason /** module-level docs */ open A; ``` **Reformatted** ```reason /** module-level docs */ open A; ``` **Expected Output** ```ocaml [@@ocaml.doc " module-level docs "] open A ``` **Actual...

We've already made learning commands easy. Our pages are a joy to read, concise yet friendly, with a fine balance between general and specific cases. And we keep working on...

clients
tooling