Stephen Sherratt

Results 103 issues of Stephen Sherratt

Hi During a flush, if the first cell that gets written to (ie. the first cell whose contents has changed) is directly to the right of the last cell written...

Hi again. This is a more controversial change than my previous one as it removes the capability check during initialization. When a terminal tries to perform some function, it only...

The ppx_deriving package doesn't actually contain a library named "ppx_deriving", but it does contain several libraries with "ppx_deriving" as a prefix (e.g. ppx_deriving.eq, ppx_deriving.ord). Currently it's possible to depend on...

This fixes two problems that were preventing this package from working when vendored inside another dune project: - Replace workspace_root with project_root in dune file. When a package is vendored...

With earlier versions of these packages this package fails to compile due to missing functions.

The cactus and cactus-bench packages are not compatible with the latest versions of irmin or repr.

In cases where the libdir computed by `ocamlbuild -where` doesn't contain the expected ocamlbuild library files, attempt to guess an alternative libdir relative to the currently running executable's path (using...

`ocamlbuild -where` always returns the value of the `$OCAMLBUILD_LIBDIR` makefile variable set during build time. This means that if a pre-compiled instance of ocamlbuild is ever relocated, `ocamlbuild -where` will...

On this page: http://projects.camlcity.org/projects/dl/findlib-1.9.6/doc/guide-html/index.html ...where it says: > Quickstart. See also the [Quickstart page](http://projects.camlcity.org/projects/dl/findlib-1.5/doc/QUICKSTART) for instructions for the most common cases. The link goes to a 404 page. It should...

There's a regression resulting in the following error when using dune to build the dependencies of the package "bonsai" (which we've been using to evaluate dune package management): ``` ocamlfind:...

package management