Summary:
Partial revert of a21644685f
/ D7381857 due to an
issue introduced in 1.0+beta19 that prevents jbuilder from generating the
correct .merlin (https://github.com/ocaml/dune/issues/657).
Reviewed By: mbouaziz
Differential Revision: D7414970
fbshipit-source-id: 10561e9
master
parent
63e04a55a0
commit
05ce219962
@ -0,0 +1,12 @@
|
||||
B ../_build/default/atd/.InferGenerated.objs
|
||||
FLG -open InferGenerated -g -short-paths -safe-string -principal -strict-formats -strict-sequence -bin-annot -w +3+5+6+8+10+11+12+18+19+20+21+23+26+29+27+32+33+34+35+37+38+39+50+52+57-4-9-40-41-42-45-48 -w -27-32-34-35-39
|
||||
PKG atd
|
||||
PKG atdgen
|
||||
PKG biniou
|
||||
PKG core
|
||||
PKG easy-format
|
||||
PKG ppx_compare
|
||||
PKG str
|
||||
PKG unix
|
||||
PKG yojson
|
||||
S .
|
@ -1,3 +1,7 @@
|
||||
(context ((switch @OPAMSWITCH@) (name default) (merlin)))
|
||||
;; The .merlin generated by jbuilder gets confused about the ppx
|
||||
;; used, so for now rely on our own .merlin file.
|
||||
;; https://github.com/ocaml/dune/issues/657
|
||||
|
||||
(context ((switch @OPAMSWITCH@) (name default)))
|
||||
(context ((switch @OPAMSWITCH@) (name opt)))
|
||||
(context ((switch @OPAMSWITCH@) (name test)))
|
||||
|
@ -0,0 +1,6 @@
|
||||
B ../_build/default/scripts
|
||||
PKG core
|
||||
PKG str
|
||||
FLG -principal -safe-string -short-paths -strict-formats -strict-sequence
|
||||
FLG -w +a-4-9-40-41-42-44-45-48-60
|
||||
S .
|
Loading…
Reference in new issue