Re: [racket-users] Error location in test submodules

2019-04-03 Thread Lukas Lazarek
If you want your tests to catch exceptions you need to wrap them in exception handlers, which you could write a macro to do for you; as Eric noted though you need to be careful to preserve source locations. These kinds of issues (error messages and managing source locations when using macros)

[racket-users] Re: Do you have Racket programs whose performance you care about?

2020-03-02 Thread Lukas Lazarek
ething that will help improve the available profiling > tools? Something like VisualVM <https://visualvm.github.io/> would be > amazing for Racket! > > On Friday, February 28, 2020 at 8:31:18 AM UTC-10, Lukas Lazarek wrote: >> >> PLT @ Northwestern is seekin

[racket-users] Do you have Racket programs whose performance you care about?

2020-02-28 Thread Lukas Lazarek
PLT @ Northwestern is seeking out programs to help us understand the performance of Racket "in the wild". If you have any Racket applications that you use and care about how it performs, please let us know about them in the following survey: https://forms.gle/b2eKMZdvXjpRHKL38 Thank you! PLT