-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jam/update-node-deps
- Loading branch information
Showing
4 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
test-fixtures/pedantic/pedantic-instructions-initial-failure.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Reading Spago workspace configuration... | ||
Read the package set from the registry | ||
|
||
✅ Selecting package to build: pedantic | ||
|
||
Downloading dependencies... | ||
Building... | ||
Src Lib All | ||
Warnings 0 0 0 | ||
Errors 0 0 0 | ||
|
||
✅ Build succeeded. | ||
|
||
Looking for unused and undeclared transitive dependencies... | ||
|
||
❌ Found unused and/or undeclared transitive dependencies: | ||
|
||
Sources for package 'pedantic' import the following transitive dependencies - please add them to the project dependencies, or remove the imports: | ||
effect | ||
from `Main`, which imports: | ||
Effect | ||
|
||
These errors can be fixed by running the below command(s): | ||
spago install -p pedantic effect |
13 changes: 13 additions & 0 deletions
13
test-fixtures/pedantic/pedantic-instructions-installation-result.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Reading Spago workspace configuration... | ||
Read the package set from the registry | ||
|
||
✅ Selecting package to build: pedantic | ||
|
||
Adding 1 packages to the config in spago.yaml | ||
Downloading dependencies... | ||
Building... | ||
Src Lib All | ||
Warnings 0 0 0 | ||
Errors 0 0 0 | ||
|
||
✅ Build succeeded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters