Re: [PATCH] Use binaryheap_* macro where appropriate

2025-07-01 Thread Nathan Bossart
Committed. -- nathan

Re: [PATCH] Use binaryheap_* macro where appropriate

2025-06-26 Thread Nathan Bossart
On Thu, Jun 26, 2025 at 01:18:10PM +0300, Aleksander Alekseev wrote: > I noticed several places where we access `struct binaryheap` directly > instead of using binaryheap_size() and binaryheap_empty() which > doesn't seem right. Here is the patch. Seems reasonable. I'll plan on committing this on

[PATCH] Use binaryheap_* macro where appropriate

2025-06-26 Thread Aleksander Alekseev
Hi, I noticed several places where we access `struct binaryheap` directly instead of using binaryheap_size() and binaryheap_empty() which doesn't seem right. Here is the patch. -- Best regards, Aleksander Alekseev v1-0001-Use-binaryheap_-macro-where-appropriate.patch Description: Binary data