replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Support ocaml-compiler-libs v0.12.4 #119

Open cuihtlauac opened 7 months ago

cuihtlauac commented 7 months ago

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.