Skip to content

[spec] update with statement to AssignExpression#4357

Merged
ntrel merged 3 commits intodlang:masterfrom
thewilsonator:thewilsonator-patch-4
Feb 21, 2026
Merged

[spec] update with statement to AssignExpression#4357
ntrel merged 3 commits intodlang:masterfrom
thewilsonator:thewilsonator-patch-4

Conversation

@thewilsonator
Copy link
Copy Markdown
Contributor

No description provided.

@dlang-bot
Copy link
Copy Markdown
Contributor

Thanks for your pull request and interest in making D better, @thewilsonator! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting the details link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (with Params: and Returns:)

Please see CONTRIBUTING.md for more information.


If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment.

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Comment thread spec/statement.dd Outdated
$(GRAMMAR
$(GNAME WithStatement):
$(D with) $(D $(LPAREN)) $(EXPRESSION) $(D $(RPAREN)) $(PSSCOPE)
$(D with) $(D $(LPAREN)) $(IfCondition) $(D $(RPAREN)) $(PSSCOPE)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should this be $(GLINK IfCondition)?

Comment thread spec/statement.dd Outdated
Comment thread spec/statement.dd Outdated
Co-authored-by: Nick Treleaven <ntrel002@gmail.com>
@ntrel ntrel merged commit 70aa658 into dlang:master Feb 21, 2026
2 checks passed
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.

5 participants