@@ -141,7 +141,7 @@ module Failure = struct
141141 | Some { Loc. data = y ,path ; loc } ->
142142 let next = resolver y path in
143143 begin
144- Pp. fp ppf " − (%a)⟶@ " Uloc.Pp. tagged {pkg= u.input.src; loc};
144+ Pp. fp ppf " @<1>%s (%a)@<1>%s@ " " − " Uloc.Pp. tagged {pkg= u.input.src; loc} " ⟶ " ;
145145 pp_circular block resolver map start false ppf next
146146 end
147147
@@ -151,25 +151,25 @@ module Failure = struct
151151 let path_pp = Pkg. pp in
152152 match st with
153153 | Internal_error ->
154- Pp. fp ppf " @[<hov 2> −Codept internal error for compilation units: {%a}@] "
154+ Pp. fp ppf " @[<hov 2> @<1>%sCodept internal error for compilation units: {%a}@] " " − "
155155 Pp. (list ~sep: (s " , @ " ) @@ path_pp ) (paths units)
156156
157157 | Extern path ->
158- Pp. fp ppf " @[<hov 2> −Non -resolved external dependency.@;\
158+ Pp. fp ppf " @[<hov 2> @<1>%sNon -resolved external dependency.@;\
159159 The following compilation units {%a} @ depend on \
160- the unknown module \" %a\" @]"
160+ the unknown module \" %a\" @]" " − "
161161 Pp. (list ~sep: (s " , " ) @@ path_pp ) (paths units)
162162 Namespaced. pp path
163163 | Depend_on path ->
164164 let u = fst @@ Mp. find path map in (* map ∋ name *)
165165 Pp. fp ppf
166- " @[<hov 2> −Non -resolved internal dependency.@;\
166+ " @[<hov 2> @<1>%sNon -resolved internal dependency.@;\
167167 The following compilation units {%a}@ depend on the \
168- compilation units \" %a\" that could not be resolved.@]"
168+ compilation units \" %a\" that could not be resolved.@]" " − "
169169 Pp. (list ~sep: (s " ,@ " ) @@ Pkg. pp ) (paths units)
170170 path_pp u.input.src
171171 | Cycle name ->
172- Pp. fp ppf " @[<hov 4> −Circular dependencies: @ @[%a@]@]"
172+ Pp. fp ppf " @[<hov 4> @<1>%sCircular dependencies: @ @[%a@]@]" " − "
173173 (pp_circular block resolver map name.data true ) name.data
174174
175175 let pp block resolver map ppf m =
0 commit comments