Shad Amethyst
Shad Amethyst
I should also note that one can currently work around the bug using a `match` expression.
My old build from january, 2020 was still affected
If an error is kept, it should say that the specific dependency is missing a `corral.json` file: ``` Error loading dep bundle: github_com_ponylang_peg is missing a corral.json config file ```
As of right now, the lambdas that you give in the `Promise::next` method have to be sendable. You already covered how to handle captures. This however breaks the linearity of...
> Just would like to ask, wouldn't the new syntax be more consistent with existing constructs if it looked like this? > > ```pony > async fun foo(env: Env) =>...
[Rendered (latest)](https://github.com/sgebbie/ponylang-rfcs/blob/unix-domain-socket-support/text/0000-unix-domain-sockets.md)
The same error occured to me - maybe this issue should be re-opened to add a more helpful error message
Oh, grand! Yeah, these are the hardest issues to spot and fix, I'm glad you figured it out. Can a patch version be published so I just need to bump...
I am able to reproduce a similar issue with Rust. I have a few inlined functions in the files that have reports at line 0; however one in particular, `moves.rs`,...
`meval` seems to be unmaintained, and it depends on `nom = ^1.0.0`, which will become rejected in a future version of rust (https://github.com/rust-lang/rust/issues/79813). The possible fixes for this upcoming deprecation...