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

[Bug]: Types generated at the connector metadata generation flow are missing some properties #41168

Closed
madushajg opened this issue Aug 7, 2023 · 0 comments
Assignees
Labels
Priority/High Reason/Complex Issue occurred due to complex scenario. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Bug
Milestone

Comments

@madushajg
Copy link
Contributor

madushajg commented Aug 7, 2023

Description

$title when the types consist with reoccurring union types.
Caught at: wso2/ballerina-vscode#520

Steps to Reproduce

Try to generate type info for below source (Using Data Mapper):

import ballerinax/health.fhir.r4.aubase410;

type Patient record {
    string name;
    string id;
};

function tranform(Patient patient) returns aubase410:AUBasePatient => {};

Affected Version(s)

Ballerina 2201.7.1 and prior

OS, DB, other environment details and versions

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@madushajg madushajg self-assigned this Aug 7, 2023
@madushajg madushajg added the Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) label Aug 7, 2023
@ballerina-bot ballerina-bot added needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels Aug 7, 2023
@madushajg madushajg added Priority/High and removed needTriage The issue has to be inspected and labeled manually userCategory/Compilation labels Aug 7, 2023
@madushajg madushajg added this to the 2201.7.2 milestone Aug 7, 2023
@madushajg madushajg moved this from PR Sent to Done in Ballerina Team Main Board Aug 7, 2023
@madushajg madushajg added the Reason/Complex Issue occurred due to complex scenario. label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority/High Reason/Complex Issue occurred due to complex scenario. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Bug
Projects
Archived in project
Development

No branches or pull requests

2 participants