-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thread
Span
information for stability errors instead
- Loading branch information
1 parent
c02ae21
commit 31048e8
Showing
4 changed files
with
56 additions
and
28 deletions.
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
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 |
---|---|---|
|
@@ -206,4 +206,4 @@ | |
"worlds": {} | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
error: failed to process imported world item type [d:e/[email protected]] in package [a:b] | ||
error: failed to process world item in `c` | ||
|
||
Caused by: | ||
0: package [a:b] contains a feature gate with a version specifier, so it must have a version | ||
--> tests/cli/bad-stability.wit:7:14 | ||
| | ||
7 | import d:e/[email protected]; | ||
| ^---- |
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 |
---|---|---|
|
@@ -2,3 +2,7 @@ error: failed to process feature gate for function [b] in package [test:invalid@ | |
|
||
Caused by: | ||
0: feature gate cannot reference unreleased version 0.1.1 of package [test:[email protected]] (current version 0.1.0) | ||
--> tests/cli/since-on-future-package.wit:9:3 | ||
| | ||
9 | b: func(s: string) -> string; | ||
| ^ |