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
Merged

Support for unions #557

merged 15 commits into from
Dec 14, 2024

Conversation

andrzejressel
Copy link
Owner

@andrzejressel andrzejressel commented Dec 11, 2024

Closes #394

pulumi_wasm_generator_lib/src/model.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/model.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/model.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/model.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/schema.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/schema.rs Fixed Show fixed Hide fixed
pulumi_wasm_generator_lib/src/schema.rs Fixed Show fixed Hide fixed
pulumi_wasm_provider_common/src/lib.rs Fixed Show fixed Hide fixed
pulumi_wasm_provider_common/src/lib.rs Fixed Show fixed Hide fixed
@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.49%. Comparing base (c6bd8b4) to head (4e63808).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #557      +/-   ##
==========================================
+ Coverage   77.49%   80.49%   +3.00%     
==========================================
  Files          31       31              
  Lines        3421     3487      +66     
==========================================
+ Hits         2651     2807     +156     
+ Misses        770      680      -90     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

});
}

fn into_domain<F: serde::Serialize>(output: WitOutput) -> Output<F> {

Check warning

Code scanning / clippy

function into_domain is never used Warning

function into\_domain is never used
///
pub fn create(name: &str, args: typesystemServerArgs) -> typesystemServerResult {

let result = crate::bindings::pulumi::typesystem::typesystem_server::invoke(name, &crate::bindings::pulumi::typesystem::typesystem_server::Args {

Check warning

Code scanning / clippy

unused variable: result Warning

unused variable: result
@andrzejressel andrzejressel added the ready-to-merge Will be auto-merged by mergify label Dec 14, 2024
@mergify mergify bot merged commit 90c1d19 into main Dec 14, 2024
11 checks passed
@mergify mergify bot deleted the oneOf branch December 14, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Will be auto-merged by mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support oneOf
2 participants