ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

The official OCaml website.

Results 232 ocaml.org issues
Sort by recently updated
recently updated
newest added

OCaml.org/docs/guidelines contains much that is in need of updating. Currently the complication advice section links to an old Caml page hosted on the way back machine for examples of Makefiles....

documentation

I think we need to cache the documentation status (exists / does not exist) for every version of a package. ## Why? * As Sonja mentions in https://github.com/ocaml/ocaml.org/issues/1343, we sometimes...

suggestion

In order to measure performance characteristics and to collect better data relevant for incidents, it will be good to use Prometheus to collect relevant data points. - [ ] instrument...

infrastructure

We need to mention how people can watch for file changes so that Dune automatically rebuilds the project when files change. The goal of this issue is to look up...

good first issue
documentation
new-doc
help wanted

OCaml provides Syntax for defining an alias for some parameters you pattern match on. For example: ``` let f ((x, y) as arg) = ... let f ({a;b} as arg2)...

good first issue
documentation
help wanted

In [this (great) tutorial](https://ocaml.org/docs/basic-data-types#user-defined-types), the link just before the "Record" part is broken: [another tutorial](https://ocaml.org/docs/docs/labels#more-variants-polymorphic-variants) gives a 404.

Add text in the module tutorial explaining that kind of code: ```ocaml module Foo = Foo module Bar = Baz module Qux = Set.Make(Quy) ``` Module tutorial PR: https://github.com/ocaml/ocaml.org/pull/1778 https://v2.ocaml.org/releases/5.1/htmlman/modules.html

enhancement
documentation

In the release [page](https://ocaml.org/releases), for each OCaml release there is a link to the *Standard Library API* page. For release < 4.12.0, these links leads to an empty page: *...

This is a cross-reference to an issue with the OCaml manual which I posted upstream at https://github.com/ocaml/ocaml/issues/11458 > Suppose I'm browsing a random page of the OCaml manual > >...

enhancement
v2

I suspect this is not a name that is going to be stable in the future. Especially: https://ocaml.org/manual/ Yet people will gleefuly share and embed the redirected address in the...

enhancement
v2