Skip to content

remove dev log from rewatch #7739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rewatch/src/build/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ fn compile_file(
package.get_build_path().join(dir).join(format!("{basename}.cmj")),
ocaml_build_path_abs.join(format!("{basename}.cmj")),
);
println!("[rewatch] Copying file {basename} to ocaml build path");
let _ = std::fs::copy(
package
.get_build_path()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Cleaned 0/60
Parsed 2 source files
[rewatch] Copying file NS_alias-@NewNamespace to ocaml build path
Compiled 2 modules

The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Cleaned 2/60
Parsed 2 source files
[rewatch] Copying file InternalDep to ocaml build path
[rewatch] Copying file Other_module2-@NewNamespace to ocaml build path
Compiled 3 modules

The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
Expand Down
1 change: 0 additions & 1 deletion rewatch/tests/snapshots/rename-file-internal-dep.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Cleaned 2/60
Parsed 2 source files
[rewatch] Copying file InternalDep2 to ocaml build path
Compiled 2 modules

The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
Expand Down
2 changes: 0 additions & 2 deletions rewatch/tests/snapshots/rename-file-with-interface.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
 No implementation file found for interface file (skipping): src/ModuleWithInterface.resi
Cleaned 2/60
Parsed 1 source files
[rewatch] Copying file ModuleWithInterface2 to ocaml build path
[rewatch] Copying file Main to ocaml build path
Compiled 2 modules

The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
Expand Down
1 change: 0 additions & 1 deletion rewatch/tests/snapshots/rename-file.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Cleaned 1/60
Parsed 1 source files
[rewatch] Copying file Main2 to ocaml build path
Compiled 1 modules

The field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
Expand Down
2 changes: 0 additions & 2 deletions rewatch/tests/snapshots/rename-interface-file.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
 No implementation file found for interface file (skipping): src/ModuleWithInterface2.resi
Cleaned 1/60
Parsed 1 source files
[rewatch] Copying file ModuleWithInterface to ocaml build path
[rewatch] Copying file Dep02 to ocaml build path
Compiled 2 modules

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