-
Notifications
You must be signed in to change notification settings - Fork 326
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
Implement private constructors & deconstructors/getters for types #8836
Comments
Pavel Marek reports a new STANDUP for today (2024-04-12): Progress: - Looking into the parser - let's try to tweak it so that atom constructor can be private.
|
Pavel Marek reports a new STANDUP for today (2024-04-15): Progress: - Looking into the parser implementation. It should be finished by 2024-04-19. |
Pavel Marek reports a new STANDUP for today (2024-04-16): Progress: - Implemented private constructor handling in Rust parser, and on the Java side as well.
|
Pavel Marek reports a new STANDUP for today (2024-04-17): Progress: - Writing runtime access checks for private constructors.
|
Pavel Marek reports a new STANDUP for today (2024-04-18): Progress: - Preliminary runtime access check implemented. Already have some tests passing.
|
Pavel Marek reports a new STANDUP for today (2024-04-19): Progress: - Marked the PR as ready for review.
|
Pavel Marek reports a new 🔴 DELAY for today (2024-04-22): Summary: There is 7 days delay in implementation of the Implement private constructors & deconstructors/getters for types (#8836) task. The initial estimate was too optimistic. Also, I have to tackle other issues in the meantime. Delay Cause: This PR is bigger than expected. We also have a lot of review comments to integrate. |
Pavel Marek reports a new STANDUP for today (2024-04-22): Progress: - Integrating a lot of review comments
|
Pavel Marek reports a new STANDUP for yesterday (2024-04-23): Progress: - Implementing compile-time check of pattern matching on private constructors. It should be finished by 2024-04-26. |
Pavel Marek reports a new STANDUP for today (2024-04-24): Progress: - Trying to check all the resolved symbols in IR for private-access.
|
Pavel Marek reports a new STANDUP for today (2024-04-25): Progress: - Fixing some last review requests.
|
Pavel Marek reports a new STANDUP for today (2024-04-26): Progress: - Stucked on Rust borrow checker, waiting for Kaz to help with the parser changes.
|
Created from the discussion github.com/orgs/enso-org/discussions/7088
Follow-up of #7304
Tasks
Related to:
The text was updated successfully, but these errors were encountered: