-
Notifications
You must be signed in to change notification settings - Fork 16
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
77b Update expressions #1283
base: master
Are you sure you want to change the base?
77b Update expressions #1283
Conversation
d60990d
to
951bd15
Compare
951bd15
to
b83dcc1
Compare
I have rebased the PR based on the current spec but there are some semantic inconsistencies that need to be ironed out. Known problems: There is a dependency on the selection-path() function which is not in the current spec, and the keywords used for modifiers in lookup expressions have changed. |
In #832 (comment), I made a summary of some changes that I thought would need to be incorporated before map updates can be tackled. I’m copying them to this PR because I was looking them up more than once:
|
This PR is the result of splitting PR #832 into two parts; this part extracts update expressions into a separate proposal, for ease of review.