Julien D

Results 2 issues of Julien D

When a pattern in a let statement is not statically guaranteed to match, the error message tells that this is a case statement, which is confusing. ``` fn a_function() {...

bug
help wanted
area:errors

I want to test that I'm able to abort a request that takes too long for any reason. I decided to use a task to wrap my request, the task...

help wanted