meta on empty collections is lost:
This bug propagates to ^:const vars:
Cause: As in CLJ-1093, empty collections are replaced with an EmptyExpr that loses meta
Proposed: Don't replace with EmptyExpr if meta is present.
Patch: clj-1187-2.patch
Screened by: Alex Miller
Refreshed and squashed patch
Any chance this will be fixed yet? I've run into it recently.
It’s been vetted by Rich so it’s in the path to consideration.
Yey! I hope things will go smoothly
Added clj-1187-2.patch with just whitespace changes, attribution retained.