Skip to content

Commit 69f89ce

Browse files
committed
Revert snapshots
1 parent 0b35480 commit 69f89ce

File tree

8 files changed

+8
-50
lines changed

8 files changed

+8
-50
lines changed

rewatch/tests/snapshots/dependency-cycle.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /Users/christoph/projects/cca/rescript/rewatch/testrepo/packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
7-
Cleaned 0/16
1+
Cleaned 0/15
82
Parsed 1 source files
93
Compiled 0 modules
104

rewatch/tests/snapshots/remove-file.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
7-
Cleaned 1/16
1+
Cleaned 1/15
82
Parsed 0 source files
93
Compiled 1 modules
104

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
7-
Cleaned 2/16
1+
Cleaned 2/15
82
Parsed 2 source files
93
Compiled 3 modules
104

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
7-
Cleaned 2/16
1+
Cleaned 2/15
82
Parsed 2 source files
93
Compiled 2 modules
104

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
71
 No implementation file found for interface file (skipping): src/ModuleWithInterface.resi
8-
Cleaned 2/16
2+
Cleaned 2/15
93
Parsed 1 source files
104
Compiled 2 modules
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
WARN:
2-
3-
Package name mismatch for /Users/christoph/projects/cca/rescript/rewatch/testrepo/packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
7-
Cleaned 1/16
1+
Cleaned 1/15
82
Parsed 1 source files
93
Compiled 1 modules

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
WARN:
2-
3-
Package name mismatch for /packages/package-name-mismatch:
4-
The package.json name is "@testrepo/package-name-mismatch", while the rescript.json name is "xyz"
5-
This inconsistency will cause issues with package resolution.
6-
71
 No implementation file found for interface file (skipping): src/ModuleWithInterface2.resi
8-
Cleaned 1/16
2+
Cleaned 1/15
93
Parsed 1 source files
104
Compiled 2 modules

rewatch/tests/suffix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
# Count files with new extension
3232
file_count=$(find ./packages -name *.res.js | wc -l)
3333

34-
if [ "$file_count" -eq 28 ];
34+
if [ "$file_count" -eq 26 ];
3535
then
3636
success "Found files with correct suffix"
3737
else

0 commit comments

Comments
 (0)