Skip to content

Commit b70e6ad

Browse files
authored
remove dev log from rewatch (#7739)
1 parent c8d71af commit b70e6ad

7 files changed

+0
-10
lines changed

rewatch/src/build/compile.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@ fn compile_file(
639639
package.get_build_path().join(dir).join(format!("{basename}.cmj")),
640640
ocaml_build_path_abs.join(format!("{basename}.cmj")),
641641
);
642-
println!("[rewatch] Copying file {basename} to ocaml build path");
643642
let _ = std::fs::copy(
644643
package
645644
.get_build_path()

rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Cleaned 0/60
22
Parsed 2 source files
3-
[rewatch] Copying file NS_alias-@NewNamespace to ocaml build path
43
Compiled 2 modules
54

65
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Cleaned 2/60
22
Parsed 2 source files
3-
[rewatch] Copying file InternalDep to ocaml build path
4-
[rewatch] Copying file Other_module2-@NewNamespace to ocaml build path
53
Compiled 3 modules
64

75
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

rewatch/tests/snapshots/rename-file-internal-dep.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Cleaned 2/60
22
Parsed 2 source files
3-
[rewatch] Copying file InternalDep2 to ocaml build path
43
Compiled 2 modules
54

65
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

rewatch/tests/snapshots/rename-file-with-interface.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
 No implementation file found for interface file (skipping): src/ModuleWithInterface.resi
22
Cleaned 2/60
33
Parsed 1 source files
4-
[rewatch] Copying file ModuleWithInterface2 to ocaml build path
5-
[rewatch] Copying file Main to ocaml build path
64
Compiled 2 modules
75

86
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

rewatch/tests/snapshots/rename-file.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Cleaned 1/60
22
Parsed 1 source files
3-
[rewatch] Copying file Main2 to ocaml build path
43
Compiled 1 modules
54

65
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

rewatch/tests/snapshots/rename-interface-file.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
 No implementation file found for interface file (skipping): src/ModuleWithInterface2.resi
22
Cleaned 1/60
33
Parsed 1 source files
4-
[rewatch] Copying file ModuleWithInterface to ocaml build path
5-
[rewatch] Copying file Dep02 to ocaml build path
64
Compiled 2 modules
75

86
The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.

0 commit comments

Comments
 (0)