Skip to content

Commit a36ade5

Browse files
authored
Merge pull request #2636 from chenglou/sync
[Reason] Sync up new outcome printer logic from df2a08b6235827b1548b12b72f146a1e2b085529
2 parents 799b561 + e68b7ff commit a36ade5

File tree

3 files changed

+536
-68
lines changed

3 files changed

+536
-68
lines changed

jscomp/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ BSB_SRCS= bsb_config\
366366
bsb_templates\
367367
bsb_theme_init
368368
SUPER_ERRORS_SRCS=super_reason_react super_misc super_warnings super_location super_env super_pparse super_typecore super_typemod super_typetexp super_main
369-
REASON_OUTCOME_PRINTER_SRCS= outcome_printer_ns tweaked_reason_oprint reason_outcome_printer_main
369+
REASON_OUTCOME_PRINTER_SRCS=reason_syntax_util outcome_printer_ns tweaked_reason_oprint reason_outcome_printer_main
370370

371371
BSB_CMXS=$(addprefix bsb/, $(addsuffix .cmx, $(BSB_SRCS)))
372372
BSB_CMOS=$(addprefix bsb/, $(addsuffix .cmo, $(BSB_SRCS)))
@@ -472,7 +472,7 @@ depend:
472472

473473

474474

475-
# this target is used to make
475+
# this target is used to make
476476
./bin/bspack.exe: bin/bspack.mli bin/bspack.ml
477477
$(MAKE) -C bin bspack.exe
478478

@@ -517,7 +517,7 @@ depend:
517517
themes:
518518
cd bsb && ./pack-templates.sh
519519

520-
snapshotml:./bin/bspack.exe
520+
snapshotml:./bin/bspack.exe
521521
$(MAKE) -j9 $(SNAPSHOT_SRCS)
522522

523523
force-snapshotml:

0 commit comments

Comments
 (0)