Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Stub generator integration tests #80

Merged
merged 11 commits into from
Sep 12, 2024
Merged

Stub generator integration tests #80

merged 11 commits into from
Sep 12, 2024

Conversation

vigoo
Copy link
Contributor

@vigoo vigoo commented Sep 10, 2024

Resolves #55

@vigoo vigoo marked this pull request as ready for review September 12, 2024 13:21

// Checking if the destination package is the same as the stub's package - if yes, then this is the case of adding a self-dependency
// (adding A-stub to A as a dependency)
if is_package_same_or_stub(&parsed_dest, &parsed_stub) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

validate-permissions: func(p: permissions) -> permissions;
}

world api {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vigoo vigoo merged commit 89701db into main Sep 12, 2024
2 checks passed
@vigoo vigoo deleted the stubgen-integ-tests branch September 12, 2024 14:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have integration tests for the stub generator
2 participants