Skip to content

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Apr 15, 2025

  • rename LValueExpr to Assignable
  • rename AccessMode to MemoryOrder

Ladicek added 2 commits April 15, 2025 09:34
The term "lvalue" is common in the C lingo, but not in the Java world.
The JLS only uses it once, to compare Java with C.

Henceforth, we shall use the term "assignable", which describes precisely
what's going on: the expression can be a target of an assignment.
The new name is more descriptive and will not clash with an `AccessLevel`
enum that we might want to add in near future.
@Ladicek Ladicek added the 2.x Issue applies to Gizmo 2.x label Apr 15, 2025
@Ladicek Ladicek moved this to In Progress in WG - Gizmo 2 Apr 15, 2025
@dmlloyd dmlloyd merged commit 7093bb1 into quarkusio:main Apr 15, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in WG - Gizmo 2 Apr 15, 2025
@Ladicek Ladicek deleted the renames branch April 15, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issue applies to Gizmo 2.x
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants