Skip to content

feat(stackable-versioned): Add 'use super::*' to generated version module#859

Merged
Techassi merged 2 commits into
mainfrom
feat/crd-versioning-use-super
Sep 6, 2024
Merged

feat(stackable-versioned): Add 'use super::*' to generated version module#859
Techassi merged 2 commits into
mainfrom
feat/crd-versioning-use-super

Conversation

@Techassi
Copy link
Copy Markdown
Member

@Techassi Techassi commented Sep 6, 2024

Part of stackabletech/issues#507

This PR enables the user to use imported items in container definitions. Previously, the version modules limited the visibility of such items inside said module. Now, using use super::* the items can be accessed.

This issue was reported by @sbernauer after a first quick testing round.

@Techassi Techassi self-assigned this Sep 6, 2024
Copy link
Copy Markdown
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

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

Like a superstar (get it?)

@Techassi
Copy link
Copy Markdown
Member Author

Techassi commented Sep 6, 2024

Like a superstar (get it?)

Good one! 😂

@Techassi Techassi added this pull request to the merge queue Sep 6, 2024
Merged via the queue into main with commit 3857d21 Sep 6, 2024
@Techassi Techassi deleted the feat/crd-versioning-use-super branch September 6, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants