Yura

Results 33 comments of Yura
trafficstars

@fizruk do you still plan to work on the PR ?

``` $ locale 13.3s  Sa 21 Mär 2020 12:36:02 CET locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale:...

This has only happened once (many other test runs were successful) on Fedora Linux (Github Codespace): ``` Failures: ./Streamly/Test/FileSystem/Event/Common.hs:203:9: 1) FileSystem.Event.Linux.recursive, Root type DirType, dir deleted (subdir/dir) uncaught exception: ErrorCall...

Thank you, I understand that the approach you suggested would work. Do you regard it as a long term solution or as a temporary workaround? (The first think that comes...

I hit the same problem the other day (thanks for reporting @AlijahSmith !) when trying to [invoke](https://hackage.haskell.org/package/amazonka-lambda-1.6.1/docs/Network-AWS-Lambda-Invoke.html#v:invoke) Lambda by using version [arn](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) (which contains colons `:` that are encoded to...

> @gege251 It seems it was fixed but I can spot `error` calls in `PlutusTx.Ratio` instead of `traceError` at the moment. New functions were added/old were updated I suppose. Yeah,...

> just want to re-iterate that #5880 won't improve the situation in the same way that #3618 didn't fix it I see your point. Thanks for the clarification. I'll bring...

The "horrible debugging experience" problem could be divided into these sub-problems: a) The stack trace isn't deep enough and doesn't lead to the user's code that called `error`. b) The...