Skip to content

Commit

Permalink
Add a test illustrating issue ocaml#1558
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jan 12, 2023
1 parent 29d9742 commit ead3586
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test-dirs/issue1558.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$ cat >main.ml <<EOF
> open Stdlib.Effect
> EOF

FIXME: this alert should be disabled by default in OCaml 5
$ $MERLIN single errors -filename main.ml <main.ml |
> tr '\n' ' ' | jq '.value[0].message'
"Alert unstable: module Stdlib.Effect The Effect interface may change in incompatible ways in the future."

0 comments on commit ead3586

Please sign in to comment.