You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tests - Activate extension for each test in Dependency Command Tests
Refactor the dependency command tests to be simpler, and also skip them, because they're still flaky
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@
553
553
"swift.disableAutoResolve": {
554
554
"type": "boolean",
555
555
"default": false,
556
-
"markdownDescription": "Disable automatic running of `swift package resolve` whenever the `Package.swift` or `Package.resolve` files are updated. This will also disable searching for command plugins and the initial test discovery process.",
556
+
"markdownDescription": "Disable automatic running of `swift package resolve` whenever the `Package.swift` or `Package.resolved` files are updated. This will also disable searching for command plugins and the initial test discovery process.",
557
557
"scope": "machine-overridable"
558
558
},
559
559
"swift.diagnosticsCollection": {
@@ -2000,7 +2000,7 @@
2000
2000
"integration-test": "npm test -- --label integrationTests",
2001
2001
"unit-test": "npm test -- --label unitTests",
2002
2002
"coverage": "npm test -- --coverage",
2003
-
"compile-tests": "del-cli ./assets/test/**/.build && npm run compile",
2003
+
"compile-tests": "del-cli ./assets/test/**/.build && del-cli ./assets/test/**/.spm-cache && npm run compile",
`Could not find dependency with state "${state}", instead it was "${depType}". Current headers: ${headerNames.map(h=>`"${h}"`).join(", ")}, Current children for "Dependencies" entry: ${childrenNames.map(c=>`"${c}"`).join(", ")}\nContents of Package.resolved:\n${packageResolvedContents}`
124
-
);
125
-
}
70
+
// Perform a resolve first to make sure that dependencies are up to date
`Could not find swift-markdown dependency with state "${state}", instead it was "${currentDep?.type}". Available dependencies: ${dependencyNames.join(", ")}`
0 commit comments