Revision 28b2cde8133cd30f8982cf0cd743ccbb697c3418 authored by Anthony Brummett on 23 July 2012, 20:56:54 UTC, committed by Anthony Brummett on 23 July 2012, 20:56:54 UTC
Previously, it was moving 'where' clauses from position n to position n+1 in
the list.  The right thing to do is to move it from pos n to n-1.  The
fix was to put off reversing the list until after the fixups have been applied.
1 parent 9fa5149
History
File Mode Size
content
common.yml -rw-r--r-- 411 bytes

back to top