Jules Aguillon

Results 84 issues of Jules Aguillon

Currently, the keyboard only types characters or sends key events but different versions of Android and different applications don't behave the same and sometimes in clearly broken ways. For example,...

feature request

This generates the config files and `ocsigen_config_static.ml` using an OCaml script called from Dune rules. This allows to remove several Makefiles and allows building more of the project using Dune....

Related: https://github.com/ocaml/ocaml/issues/12152 The second commit re-use the mechanism implemented in https://github.com/ocaml/ocaml/pull/11679 for type clash errors: Error: The expression '43' has type int but an expression was expected of type int32...

This separates the item extraction from the handling of visibility and of the 'hidden' flag. This should catch the bug fixed by https://github.com/ocaml/odoc/pull/1100

no changelog

I updated the documentation for some commands and added consistency. Sub commands are grouped and sorted in sections, to show the useful commands first. I also updated some doc strings....

after-2.4

It's not possible to reference a package main page, which is not a special concept in Odoc but currently a regular page (https://github.com/ocaml/odoc/issues/1037). Drivers currently change the name of the...

Every pages and modules in a package must have a parent page, which is sometimes generated by the driver. Drivers also want a "package list" page, listing all the packages...

```ocaml module X : sig module type T = sig (** {!t} *) end type t end module Y : X.T ``` The reference that's inside `X.T` won't resolve in...

cross-referencer

Currently there is no support for unqualified references to items brought into the scope by an `open`. This was reported by @dbuenzli: https://github.com/ocaml/odoc/issues/585#issuecomment-777599121 For example: ```ocaml module A : sig...

cross-referencer
not stale

```ocaml (** {1:L1 Some label} *) module M : sig type t (** Ref 1: {!L1} *) end (** Ref 2: {!L1} *) (** Ref 3: {!M.L1} *) ``` In...

bug
cross-referencer