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(core): introduce Simplified trait #3655

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

matejcik
Copy link
Contributor

to abstract over some common operations between models.

This also fixes test failure on T2B1 caused by incorrect import symbols.

related to #3608

to abstract over some common operations between models

[no changelog]
@matejcik matejcik self-assigned this Mar 27, 2024
@matejcik matejcik requested a review from prusnak as a code owner March 27, 2024 15:22
@matejcik matejcik requested review from TychoVrahe and removed request for prusnak March 27, 2024 15:22
Copy link

legacy UI changes device test(screens) main(screens)

Copy link

core UI changes device test click test persistence test
T2T1 Model T test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
T2B1 Safe 3 3280 test(screens) main(screens) 2724
T3T1 test(screens) main(screens) test(screens) main(screens) test(screens) main(screens)
All main(screens)

@TychoVrahe
Copy link
Contributor

I like the trait idea, but i think this doesn't go far enough for my needs.

I have expanded this concept in #3658 , see if it makes sense to you.

@matejcik
Copy link
Contributor Author

overall yes. but let's resolve that in your PR and merge this one (unless you see something wrong), so that we get the fix for the T2B1 unit tests

Copy link
Contributor

@TychoVrahe TychoVrahe left a comment

Choose a reason for hiding this comment

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

No problem with this as an intermediary step.

@matejcik matejcik merged commit b2649b0 into main Mar 28, 2024
67 of 72 checks passed
@matejcik matejcik deleted the matejcik/simplified-trait branch March 28, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants