File tree 5 files changed +15
-12
lines changed
5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ let interpret_json
348
348
cwd
349
349
350
350
: Bsb_config_types.t =
351
- let not_toplevel = not toplevel in
351
+
352
352
(* * we should not resolve it too early,
353
353
since it is external configuration, no {!Bsb_build_util.convert_and_resolve_path}
354
354
*)
@@ -412,7 +412,7 @@ let interpret_json
412
412
extract_boolean map Bsb_build_schemas. cut_generators false in
413
413
let groups = Bsb_parse_sources. scan
414
414
~ignored_dirs: (extract_ignored_dirs map)
415
- ~not_toplevel
415
+ ~toplevel
416
416
~root: cwd
417
417
~cut_generators
418
418
~bs_suffix
Original file line number Diff line number Diff line change @@ -423,13 +423,14 @@ and parse_sources ( cxt : cxt) (sources : Ext_json_types.t ) =
423
423
424
424
425
425
let scan
426
- ~not_toplevel
426
+ ~toplevel
427
427
~root
428
428
~cut_generators
429
429
~namespace
430
430
~bs_suffix
431
431
~ignored_dirs
432
432
x : t =
433
+ let not_toplevel = toplevel in
433
434
parse_sources {
434
435
ignored_dirs;
435
436
not_toplevel;
Original file line number Diff line number Diff line change 30
30
all relative paths, this function will do the IO
31
31
*)
32
32
val scan :
33
- not_toplevel : bool ->
33
+ toplevel : bool ->
34
34
root : string ->
35
35
cut_generators : bool ->
36
36
namespace : string option ->
Original file line number Diff line number Diff line change @@ -8737,7 +8737,7 @@ module Bsb_parse_sources : sig
8737
8737
all relative paths, this function will do the IO
8738
8738
*)
8739
8739
val scan :
8740
- not_toplevel : bool ->
8740
+ toplevel : bool ->
8741
8741
root: string ->
8742
8742
cut_generators: bool ->
8743
8743
namespace : string option ->
@@ -9180,13 +9180,14 @@ and parse_sources ( cxt : cxt) (sources : Ext_json_types.t ) =
9180
9180
9181
9181
9182
9182
let scan
9183
- ~not_toplevel
9183
+ ~toplevel
9184
9184
~root
9185
9185
~cut_generators
9186
9186
~namespace
9187
9187
~bs_suffix
9188
9188
~ignored_dirs
9189
9189
x : t =
9190
+ let not_toplevel = toplevel in
9190
9191
parse_sources {
9191
9192
ignored_dirs;
9192
9193
not_toplevel;
@@ -10949,7 +10950,7 @@ let interpret_json
10949
10950
cwd
10950
10951
10951
10952
: Bsb_config_types.t =
10952
- let not_toplevel = not toplevel in
10953
+
10953
10954
(** we should not resolve it too early,
10954
10955
since it is external configuration, no {!Bsb_build_util.convert_and_resolve_path}
10955
10956
*)
@@ -11013,7 +11014,7 @@ let interpret_json
11013
11014
extract_boolean map Bsb_build_schemas.cut_generators false in
11014
11015
let groups = Bsb_parse_sources.scan
11015
11016
~ignored_dirs:(extract_ignored_dirs map)
11016
- ~not_toplevel
11017
+ ~toplevel
11017
11018
~root: cwd
11018
11019
~cut_generators
11019
11020
~bs_suffix
Original file line number Diff line number Diff line change @@ -8737,7 +8737,7 @@ module Bsb_parse_sources : sig
8737
8737
all relative paths, this function will do the IO
8738
8738
*)
8739
8739
val scan :
8740
- not_toplevel : bool ->
8740
+ toplevel : bool ->
8741
8741
root: string ->
8742
8742
cut_generators: bool ->
8743
8743
namespace : string option ->
@@ -9180,13 +9180,14 @@ and parse_sources ( cxt : cxt) (sources : Ext_json_types.t ) =
9180
9180
9181
9181
9182
9182
let scan
9183
- ~not_toplevel
9183
+ ~toplevel
9184
9184
~root
9185
9185
~cut_generators
9186
9186
~namespace
9187
9187
~bs_suffix
9188
9188
~ignored_dirs
9189
9189
x : t =
9190
+ let not_toplevel = toplevel in
9190
9191
parse_sources {
9191
9192
ignored_dirs;
9192
9193
not_toplevel;
@@ -10981,7 +10982,7 @@ let interpret_json
10981
10982
cwd
10982
10983
10983
10984
: Bsb_config_types.t =
10984
- let not_toplevel = not toplevel in
10985
+
10985
10986
(** we should not resolve it too early,
10986
10987
since it is external configuration, no {!Bsb_build_util.convert_and_resolve_path}
10987
10988
*)
@@ -11045,7 +11046,7 @@ let interpret_json
11045
11046
extract_boolean map Bsb_build_schemas.cut_generators false in
11046
11047
let groups = Bsb_parse_sources.scan
11047
11048
~ignored_dirs:(extract_ignored_dirs map)
11048
- ~not_toplevel
11049
+ ~toplevel
11049
11050
~root: cwd
11050
11051
~cut_generators
11051
11052
~bs_suffix
You can’t perform that action at this time.
0 commit comments