Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Support ocaml-compiler-libs v0.12.4#119

Open
cuihtlauac wants to merge 1 commit intoreplit:masterfrom
cuihtlauac:fix-118
Open

Support ocaml-compiler-libs v0.12.4#119
cuihtlauac wants to merge 1 commit intoreplit:masterfrom
cuihtlauac:fix-118

Conversation

@cuihtlauac
Copy link

As of ocaml-compiler-libs v0.12.4 (required by repl.ml), module
Toploop signature includes this:

    type input = Stdin | File of string | String of string
    val use_silently : Format.formatter -> input -> bool

This broke the way use_silently was used, line 111 (see issue #118)

This change fixes this.

As of ocaml-compiler-libs v0.12.4 (required by `repl.ml`), module
`Toploop` signature includes this:
```ocaml
    type input = Stdin | File of string | String of string
    val use_silently : Format.formatter -> input -> bool
```

This broke the way `use_silently` was used, line 111 (see issue replit#118)

This change fixes this.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant