Omar Navarro Leija
Omar Navarro Leija
The ddlog command file can have `cpu profile on` anywhere in it. Therefore the closure passed to log register checks the variable `profcpu` on every invocation as this value may...
Currently, warnings are marked the same red color as errors in the buffer. I'm currently using Idris 1.0. By looking at your `flycheck-define-checker`, the issue seems to be this line:...
Running `test_connect` currently fails with: ``` Failed to terminate connection: TrySendError { kind: Disconnected } thread 'protocols::tcp::tests::test_connect' panicked at 'Failed to terminate connection: TrySendError { kind: Disconnected }', src/protocols/tcp/established/background/mod.rs:58:14 stack...
Description ========= `PassiveSocket`s are held inside the `TcpPeer`'s `passive` field. These are never removed from this field though. They should probably be removed once `close` is called on the corresponding...
The `Inner` struct for `TcpPeer` holds the established connections on the `established: HashMap` field. It seems the `remove` method is never called on this HashMap. So while the socket state...
Running `test_connect` currently fails with: ``` Failed to terminate connection: TrySendError { kind: Disconnected } thread 'protocols::tcp::tests::test_connect' panicked at 'Failed to terminate connection: TrySendError { kind: Disconnected }', src/protocols/tcp/established/background/mod.rs:58:14 stack...
The `Inner` struct for `TcpPeer` holds the established connections on the `established: HashMap` field. It seems the `remove` method is never called on this HashMap. So while the socket state...
Description ========= `PassiveSocket`s are held inside the `TcpPeer`'s `passive` field. These are never removed from this field though. They should probably be removed once `close` is called on the corresponding...
Hello, thank you for the great library! I'm finding it very useful. A small thing I ran into, there can be no trailing comma on the last member: ```rust members...
If somewhere in a file I have a mismatched ')' parentheses and I try to delete it in command mode with "e" I get the following error: "forward-sexp: Scan error:...