Skip to content

Commit 698e6bf

Browse files
committed
snapshot
1 parent c0e4bb6 commit 698e6bf

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

lib/4.06.1/bsb.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10623,12 +10623,12 @@ let collect_pub_modules
1062310623
set := Set_string.add !set str
1062410624
else
1062510625
Bsb_log.warn
10626-
"@{<warning>IGNORED@} %S in public is ignored since it is not\
10627-
an existing module@." str
10626+
"@{<warning>IGNORED@}: %S in public is not an existing module \
10627+
and has been ignored@." str
1062810628
| _ ->
1062910629
Bsb_exception.errorf
1063010630
~loc:(Ext_json.loc_of v)
10631-
"public excpect a list of strings"
10631+
"public expects a list of strings"
1063210632
done ;
1063310633
!set
1063410634

@@ -11055,6 +11055,7 @@ let clean_re_js root =
1105511055
| _ -> ()
1105611056
| exception _ -> ()
1105711057

11058+
1105811059
end
1105911060
module Bsb_unix : sig
1106011061
#1 "bsb_unix.mli"

lib/4.06.1/unstable/bsb_native.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10655,12 +10655,12 @@ let collect_pub_modules
1065510655
set := Set_string.add !set str
1065610656
else
1065710657
Bsb_log.warn
10658-
"@{<warning>IGNORED@} %S in public is ignored since it is not\
10659-
an existing module@." str
10658+
"@{<warning>IGNORED@}: %S in public is not an existing module \
10659+
and has been ignored@." str
1066010660
| _ ->
1066110661
Bsb_exception.errorf
1066210662
~loc:(Ext_json.loc_of v)
10663-
"public excpect a list of strings"
10663+
"public expects a list of strings"
1066410664
done ;
1066510665
!set
1066610666

@@ -11087,6 +11087,7 @@ let clean_re_js root =
1108711087
| _ -> ()
1108811088
| exception _ -> ()
1108911089

11090+
1109011091
end
1109111092
module Bsb_unix : sig
1109211093
#1 "bsb_unix.mli"

0 commit comments

Comments
 (0)