You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass nREPL client evaled code's line and col nums to the reader (#1038)
Hi,
could you please consider patch to pass the nREPL client's eval file
line and column numbers down to the reader for more accurate compiler
exception reporting. It fixes#1037.
I have attempted a focused approach to propagate the line and column
parameters to the error reporting mechanism. If this approach is not
optimal, I am open to reorganizing the code based on better suggestions.
I've included tests down the affected path to cover these changes.
Thanks
---------
Co-authored-by: ikappaki <[email protected]>
0 commit comments