[PATCH] Properly display locations in "source vector" form.

2022-08-26 Thread Andrew Whatson
Locations are stored in tree-il records in "source vector" form, but `location-string' was rendering these as . * module/system/base/message.scm (location-string): Support locations passed as a file/line/column vector. --- module/system/base/message.scm | 19 +-- 1 file changed, 1

Re: [PATCH] Properly display locations in "source vector" form.

2022-08-26 Thread lloda
Ah this one has been bugging me. Applied in eb5ecf4944cd646341f7e47dda5396cf96a4b8a3. Thank you!

Re: [PATCH] Properly display locations in "source vector" form.

2022-08-26 Thread Jean Abou Samra
Le 26/08/2022 à 12:50, lloda a écrit : Ah this one has been bugging me. Applied in eb5ecf4944cd646341f7e47dda5396cf96a4b8a3. Thank you! This likely fixes https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56493.