Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(609)

Issue 39360044: Allow assignments with property paths to use x.y.z = value syntax (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by dak
Modified:
8 years, 11 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Allow assignments with property paths to use x.y.z = value syntax This is actually an embarrassing oversight in issue 2883: while it became possible to rewrite markup-system-spacing #'minimum-distance = #25 as markup-system-spacing minimum-distance = #25 it has been overlooked to allow for the obvious markup-system-spacing.minimum-distance = #25 I am tempted to sneak this into 2.18.0 yet since this is a) trivial b) will match user expectations Of course, the current time frame would not allow regtests and usage examples to be added: this would simply be provided in order to avoid surprises to people who assume this should work.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M lily/parser.yy View 1 chunk +5 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b