-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Artifacts (auto-generated) (#1844)
* Update Artifacts (auto-generated) * fix ui tests --------- Co-authored-by: niklasad1 <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
- Loading branch information
1 parent
251a925
commit b963b8f
Showing
7 changed files
with
179 additions
and
292 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
401 changes: 117 additions & 284 deletions
401
testing/integration-tests/src/full_client/codegen/polkadot.rs
Large diffs are not rendered by default.
Oops, something went wrong.
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
18 changes: 14 additions & 4 deletions
18
testing/ui-tests/src/incorrect/substitute_path_not_absolute.stderr
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,5 +1,15 @@ | ||
error: Type Generation failed: Type substitution error: `substitute_type(with = <path>)` must be a path prefixed with 'crate::' or '::' | ||
--> src/incorrect/substitute_path_not_absolute.rs:5:16 | ||
error: Type `DispatchInfo` does not exist at path `frame_support::dispatch::DispatchInfo` | ||
|
||
There is no Type with name `DispatchInfo` in the provided metadata. | ||
--> src/incorrect/substitute_path_not_absolute.rs:1:1 | ||
| | ||
5 | with = "my_mod::DispatchInfo" | ||
| ^^^^^^^^^^^^^^^^^^^^^^ | ||
1 | / #[subxt::subxt( | ||
2 | | runtime_metadata_path = "../../../../artifacts/polkadot_metadata_small.scale", | ||
3 | | substitute_type( | ||
4 | | path = "frame_support::dispatch::DispatchInfo", | ||
5 | | with = "my_mod::DispatchInfo" | ||
6 | | ) | ||
7 | | )] | ||
| |__^ | ||
| | ||
= note: this error originates in the attribute macro `subxt::subxt` (in Nightly builds, run with -Z macro-backtrace for more info) |