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

refactor: encapsulate Controller.cartridge #1153

Closed
wants to merge 1 commit into from

Conversation

xJonathanLEI
Copy link
Contributor

The keychain codebase currently uses a mix of Controller encapsulation and directly accessing Controller.cartridge. This is bad and Controller.cartridge should just be encapsulated instead to create a unified point of entry to calling anything wasm.

This PR makes the field private and refactors any sites accessing it.

Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview Dec 16, 2024 2:38am
ui-next ✅ Ready (Inspect) Visit Preview Dec 16, 2024 2:38am

@xJonathanLEI xJonathanLEI enabled auto-merge (squash) December 16, 2024 04:11
@xJonathanLEI
Copy link
Contributor Author

Superseded by #1155.

auto-merge was automatically disabled December 16, 2024 08:41

Pull request was closed

@xJonathanLEI xJonathanLEI deleted the dev/encapsulate_cartridge branch December 17, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant