File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ module Compile = struct
909
909
c +++ ConstrOption Rnone
910
910
| _ -> c)
911
911
| Texp_function {cases} -> cases |> List. map (case ~ctx ) |> Command. nondet
912
- | Texp_match (e, casesOk, casesExn, partial )
912
+ | Texp_match (e, casesOk, casesExn, _partial )
913
913
when not
914
914
(casesExn
915
915
|> List. map (fun (case : Typedtree.case ) -> case.c_lhs.pat_desc)
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ let item x =
98
98
Format. fprintf Format. std_formatter " " ;
99
99
Format. fprintf Format. std_formatter x
100
100
101
- let missingRaiseInfoToText {exnTable; missingAnnotations; locFull} =
101
+ let missingRaiseInfoToText {missingAnnotations; locFull} =
102
102
let missingTxt =
103
103
Format. asprintf " %a" (Exceptions. pp ~exn Table:None ) missingAnnotations
104
104
in
@@ -179,7 +179,7 @@ let logIssue ~(issue : issue) =
179
179
let message = Json. escape (descriptionToMessage issue.description) in
180
180
Format. asprintf " %a%s%s"
181
181
(fun ppf () ->
182
- EmitJson. emitItem ~ppf: Format. std_formatter ~name: issue.name
182
+ EmitJson. emitItem ~ppf ~name: issue.name
183
183
~kind:
184
184
(match issue.severity with
185
185
| Warning -> " warning"
You can’t perform that action at this time.
0 commit comments