272db8af1b
This does not add missing release notes, and it doesn't do anything about the profiles feature we would really like to have so we can have consistent credit. Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
9 lines
301 B
Markdown
9 lines
301 B
Markdown
---
|
|
synopsis: consistent order of lambda formals in printed expressions
|
|
prs: 9874
|
|
credits: horrors
|
|
category: Fixes
|
|
---
|
|
|
|
Always print lambda formals in lexicographic order rather than the internal, creation-time based symbol order.
|
|
This makes printed formals independent of the context they appear in.
|