Omar Navarro Leija

Results 43 issues of 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...

bug

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:...

bug
wanting pr

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...

bug
confirmed

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...

bug
confirmed

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...

bug
confirmed

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...

bug
confirmed

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...

bug
confirmed

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...

bug
confirmed

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:...