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

Consts #17431

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Consts #17431

wants to merge 5 commits into from

Conversation

Arthur-Milchior
Copy link
Member

@Arthur-Milchior Arthur-Milchior commented Nov 12, 2024

This PR should be merged after #17430. It contains #17430 and removing #17430 would create a ton of merge conflict.

It transforms IntDef of Consts.kt into enum

This allo to remove else in `when` case, and generally improve
typing. Also, allows to remove some constant that were duplicate of
the enum entries.
This improve the typing.
createCustomStudySession was taking an array with 3 elements, two
being a Dyn. I change it to take explicitly three parameters for
typing purpose.
@david-allison david-allison added the Blocked by dependency Currently blocked by some other dependent / related change label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked by dependency Currently blocked by some other dependent / related change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants