On Sat, Nov 01, 2025 at 12:18:22AM +0100, Patrice Dumas wrote: > So, my proposal would be > * always keep the leading directories in source_info. This should be > the main place where the file names for error messages are kept, but > there could be others, for instance in HTML converter code when > parsing CSS files, I do not remember if source_info is used. > * replace Data::Dumper based representation of errors by a simpler text. > This makes sense independently of this issue as it is better to avoid > using Data::Dumper to have the same representation in Perl and C.
I implemented it, it looks good. It is something that we cannot test in the usual tests, I did not feel like adding a specific test for that. -- Pat
