This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Stubgen: Inplace stripping of imports for clients #168
Annotations
3 errors
|
integration::add_dep.many_ways_to_export_with_collision_strip:
integration::add_dep#L1
called `Result::unwrap()` on an `Err` value: Failed to resolve the result WIT root
Caused by:
0: Failed to resolve wit dir: /tmp/.tmpL84fRK/wit
1: failed to parse package: /tmp/.tmpL84fRK/wit
2: name `rec1` is not defined
--> /tmp/.tmpL84fRK/wit/client.wit:39:27
|
39 | get: func() -> option<rec1>;
| ^---
|
|
integration::add_dep.all_wit_types_no_collisions_strip:
integration::add_dep#L1
called `Result::unwrap()` on an `Err` value: Failed to resolve the result WIT root
Caused by:
0: Failed to resolve wit dir: /tmp/.tmpgaSwUm/wit
1: package 'test:main' not found. known packages:
wasi:clocks@0.2.0
wasi:io@0.2.0
golem:rpc@0.1.3
--> /tmp/.tmpgaSwUm/wit/client.wit:6:7
|
6 | use test:main/iface1.{ checkout-result, color, metadata, order, order-confirmation, permissions, point, point-tuple, product-item };
| ^--------
|
|
build-and-test
Process completed with exit code 1.
|