Exception File References

2008-10-08 Thread Byron Foster
I'd like to submit a patch that changes all the file names and line number reported in exception to a consistent format. Currently its difficult to create pattern matchers that will detect the two different styles. We have the two following styles: 1) at line aa, column bb of /voo.vm 2)

Re: Exception File References

2008-10-08 Thread Will Glass-Husain
I like the first actually, it's more descriptive. WILL On Wed, Oct 8, 2008 at 6:02 PM, Byron Foster [EMAIL PROTECTED] wrote: I'd like to submit a patch that changes all the file names and line number reported in exception to a consistent format. Currently its difficult to create pattern

Re: Exception File References

2008-10-08 Thread Nathan Bubna
i'll cast my vote for a third party... :) 3) /foo.vm[line aa, column bb] On Wed, Oct 8, 2008 at 6:02 PM, Byron Foster [EMAIL PROTECTED] wrote: I'd like to submit a patch that changes all the file names and line number reported in exception to a consistent format. Currently its difficult to

Re: Exception File References

2008-10-08 Thread Will Glass-Husain
that seems fine to me. On Wed, Oct 8, 2008 at 8:04 PM, Nathan Bubna [EMAIL PROTECTED] wrote: i'll cast my vote for a third party... :) 3) /foo.vm[line aa, column bb] On Wed, Oct 8, 2008 at 6:02 PM, Byron Foster [EMAIL PROTECTED] wrote: I'd like to submit a patch that changes all the file