Re: [racket-users] Stack trace

2019-05-04 Thread Matthias Felleisen
> On May 3, 2019, at 4:17 AM, Mark Engelberg wrote: > > f tracing is not easily available in BSL, my ideal would be that every error > prints out not only the function/line where the error occurred, but also the > input(s) to the function which triggered the error. (Example: a function > co

Re: [racket-users] Filename of a port or an exception object

2019-05-04 Thread Matthew Flatt
You can usually get the file name for a port using `object-name`. The guarantees on `object-name` are weak, but it may work well enough for your purposes. At Sat, 4 May 2019 10:40:18 -0700 (PDT), Tommi Höynälänmaa wrote: > Is it possible to obtain the filename from a port or exn:fail:filesystem >

[racket-users] Filename of a port or an exception object

2019-05-04 Thread Tommi Höynälänmaa
Is it possible to obtain the filename from a port or exn:fail:filesystem object? - Tommi Höynälänmaa -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to rac