Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for unions #557

Merged
merged 15 commits into from
Dec 14, 2024

oneOf

4e63808
Select commit
Loading
Failed to load commit list.
Merged

Support for unions #557

oneOf
4e63808
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clippy succeeded Dec 14, 2024 in 4s

13 new alerts

New alerts in code changed by this pull request

  • 13 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 20 in providers/pulumi_wasm_provider_typesystem_rust/src/lib.rs

See this annotation in the file changed.

Code scanning / clippy

function into_domain is never used Warning

function into\_domain is never used

Check warning on line 29 in providers/pulumi_wasm_provider_typesystem_rust/src/resource/typesystem_server.rs

See this annotation in the file changed.

Code scanning / clippy

unused variable: result Warning

unused variable: result

Check warning on line 94 in pulumi_wasm_generator_lib/src/code_generation/yaml/model.rs

See this annotation in the file changed.

Code scanning / clippy

variant HashMap is never constructed Warning

variant HashMap is never constructed

Check warning on line 100 in pulumi_wasm_generator_lib/src/code_generation/yaml/model.rs

See this annotation in the file changed.

Code scanning / clippy

variant HashMap is never constructed Warning

variant HashMap is never constructed

Check warning on line 169 in pulumi_wasm_generator_lib/src/code_generation/yaml/model.rs

See this annotation in the file changed.

Code scanning / clippy

you seem to be trying to use &Box<T>. Consider using just &T Warning

you seem to be trying to use &Box<T>. Consider using just &T

Check warning on line 188 in pulumi_wasm_generator_lib/src/code_generation/yaml/model.rs

See this annotation in the file changed.

Code scanning / clippy

field 0 is never read Warning

field 0 is never read

Check warning on line 188 in pulumi_wasm_generator_lib/src/code_generation/yaml/model.rs

See this annotation in the file changed.

Code scanning / clippy

field 0 is never read Warning

field 0 is never read

Check warning on line 109 in pulumi_wasm_generator_lib/src/output/rust/source_code_resource_code.rs

See this annotation in the file changed.

Code scanning / clippy

writing &Vec instead of &[_] involves a new object where a slice will do Warning

writing &Vec instead of &[\_] involves a new object where a slice will do

Check warning on line 63 in pulumi_wasm_generator_lib/src/schema.rs

See this annotation in the file changed.

Code scanning / clippy

fields name and description are never read Warning

fields name and description are never read

Check warning on line 64 in pulumi_wasm_generator_lib/src/schema.rs

See this annotation in the file changed.

Code scanning / clippy

fields name and description are never read Warning

fields name and description are never read

Check warning on line 65 in pulumi_wasm_generator_lib/src/schema.rs

See this annotation in the file changed.

Code scanning / clippy

fields name and description are never read Warning

fields name and description are never read

Check warning on line 70 in pulumi_wasm_generator_lib/src/schema.rs

See this annotation in the file changed.

Code scanning / clippy

field enum is never read Warning

field enum is never read

Check warning on line 74 in pulumi_wasm_generator_lib/src/schema.rs

See this annotation in the file changed.

Code scanning / clippy

field enum is never read Warning

field enum is never read