Skip to content

Add readonly field modifier - #1211

Merged
Frotty merged 2 commits into
masterfrom
readonly-fields
Jul 31, 2026
Merged

Add readonly field modifier#1211
Frotty merged 2 commits into
masterfrom
readonly-fields

Conversation

@Frotty

@Frotty Frotty commented Jul 31, 2026

Copy link
Copy Markdown
Member

Replaces the unused publicread keyword with a composable readonly modifier. Read visibility follows the existing visibility modifier, while writes are restricted to the declaring class, module, or package.

Closes #217.

Tests: ./gradlew test (1,478 passed)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 76e951063f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Frotty

Frotty commented Jul 31, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🚀

Reviewed commit: e19abfd04c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Frotty
Frotty merged commit af4a7c3 into master Jul 31, 2026
6 checks passed
@Frotty
Frotty deleted the readonly-fields branch July 31, 2026 16:06
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.

Add "publicread" keyword for class members.

1 participant