File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 79
79
( ocaml ( >= 4 .08) )
80
80
(js_of_ocaml ( = :version ) )
81
81
( ppxlib ( >= 0 .15) )
82
+ ( ppxlib ( and ( < 0 .36) :with -test) )
82
83
( num :with -test)
83
84
( ppx_expect ( and ( >= v0.14.2) :with -test) )
84
85
( re ( and ( >= 1 .9.0) :with -test) )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ depends: [
16
16
"ocaml" {>= "4.08"}
17
17
"js_of_ocaml" {= version}
18
18
"ppxlib" {>= "0.15"}
19
+ "ppxlib" {< "0.36" & with-test}
19
20
"num" {with-test}
20
21
"ppx_expect" {>= "v0.14.2" & with-test}
21
22
"re" {>= "1.9.0" & with-test}
Original file line number Diff line number Diff line change @@ -409,8 +409,8 @@ let o () =
409
409
("m3",
410
410
(Js_of_ocaml.Js.Unsafe.inject
411
411
(Js_of_ocaml.Js.wrap_meth_callback t31)))|])
412
- (fun _ : 'a -> unit-> fun (type a) (a : a) -> ignore a)
413
- (fun _ : int -> unit-> fun (type a) (a : a) -> ignore a)
412
+ (fun _ : 'a -> unit-> fun (type a) -> fun (a : a) -> ignore a)
413
+ (fun _ : int -> unit-> fun (type a) -> fun (a : a) -> ignore a)
414
414
(fun _ : 'b -> unit-> fun (a : 'b) -> ignore a)
415
415
((fun self m1 m2 m3 ->
416
416
object method m1 = m1 self method m2 = m2 self method m3 = m3 self
You can’t perform that action at this time.
0 commit comments