pandaman
pandaman
According to `miri`, there is a soundness bug around `as_mut` inside `perform_from!`, but the bug is hard to investigate as the type names in the log is too long to...
Currently, the effects of `Handled` is just `{effects of source computation} - {effects handled by handler}`. This makes performing effects within the handler difficult. A workaround is to call `embed()`...
When the lexer sees a non-ASCII illegal token, it emits only the first byte as the cause of the error, resulting in a mangled message. # How to reproduce Compile...
Context: we are investigating if upgrading hyper to 0.13 fixes #2306, and it seems not. # Steps to reproduce Prerequisites: * You need to run a docker daemon. The default...
If all of the token definitions are non-ASCII characters, lexer seems to reject any ASCII characters. ```rust #[test] fn test() { use logos::Logos; #[derive(Logos, Debug, PartialEq)] enum Token { #[error]...
I'm building ScaffCC for NixOS, only to hit several build issues. It would be helpful if you could upload your Dockerfile to the repo.