Toshio Ito
Toshio Ito
Thanks for suggestion. I tried your workaround, using `_MatchServiceError` to make a fixed version of `_ResourceNotFoundException`, and it worked fine. It successfully caught the exception. > I will have to...
I got similar failures (t/ack-man.t and t/invalid-ackrc.t) on Xubunru 20.04. After I installed `perl-doc` APT package, the test passed. I think things are different in OpenBSD, though.
Great work! Thank you. But I think the commits you mentioned are related to #20. Not this issue.
Thanks, but unfortunately I just came up with a scenario that probably breaks `mpmc_ring`, which is not covered by mpmc-ring-interrupt test. 1. A process in normal context calls `put_begin`. Inside...
Hmm, maybe the ring should keep min and max of get/put ptrs? and we can remove GETTING and PUTTING states?
Thanks for comment. Yes, this is still work-in-progress.
I re-implemented `mpmc-ring` and force-pushed it. The new implementation is borrowed from Rust implementation, [heapless::mpmc](https://docs.rs/heapless/0.5.5/heapless/mpmc/index.html). I think this is more robust to many interrupt scenarios and simpler in terms of...
I'm sorry but I don't have time or energy to work on this pull-request any more. If anyone took over it and merged it to the main branch, that would...
To workaround this problem, I use `-optF config.json` option. The config.json has the following content to enable the extension you want. ```json { "doctestOptions": ["-XOverloadedStrings", "-XStrictData", "-XGeneralizedNewtypeDeriving", "-XDeriveGeneric"] } ```...
I need proper documentation, too. It's practically useless without it.