Skip to content

Commit a4e899e

Browse files
authored
Merge pull request #2182 from BuckleScript/expose_warning_message
[compiler] expose Warnings.message to make sure our super error message patch more robust
2 parents 8737413 + 7648f42 commit a4e899e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/ocaml/utils/warnings.mli

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ val backup: unit -> state
8686
val restore: state -> unit
8787

8888
#if undefined BS_NO_COMPILER_PATCH then
89+
val message : t -> string
8990
val number: t -> int
9091
val super_print : (t -> string) -> formatter -> t -> unit;;
9192
#end

0 commit comments

Comments
 (0)