Skip to content

Commit

Permalink
dune: build stdlib without injectivity annotations (#9932)
Browse files Browse the repository at this point in the history
  • Loading branch information
trefis committed Sep 22, 2020
1 parent 9038c98 commit 7d9e60d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stdlib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
(run sed -i s/loc_FUNCTION/loc_POS/ %{input-file})
(run awk -v dune_wrapped=true
-f %{dep:expand_module_aliases.awk} %{input-file})))
stdlib))))
stdlib)
(; FIXME: remove after 4.12 (this erases injectivity annotations)
(action (run sed "s/\\!\\([-+]*'\\)/\\1/g" %{input-file}))
atomic bigarray camlinternalAtomic camlinternalOO ephemeron hashtbl map
moreLabels queue stack stream weak))))

(rule
(targets sys.ml)
Expand Down

0 comments on commit 7d9e60d

Please sign in to comment.