yvt

Results 102 comments of yvt

``` [ 61.618588] iwlwifi 0000:00:14.3: Loaded firmware version: 89.202a2f7b.0 so-a0-gf-a0-89.ucode ``` I encountered a similar issue with this version of firmware. Newer ones are broken too. Pinning `linux-firmware` package to...

The compiled code does look odd - the updated value of `next_iter` is never written back to `self.current`. `iter_next()` takes `&TreeIter`, and `TreeIter` is not interior mutable, which probably misled...