Breanndán Ó Nualláin
Breanndán Ó Nualláin
For the `iterate` lovers ``` (ql:quickload :iterate) (use-package :iterate) (iter (for s in-package :iterate) (count s)) ;; => 1618 (iter (for s in-package :iterate :external-only t) (count s)) ;; =>...
This has happened before. See #2371. I'm seeing it now too. Same client as @epichoxha
> Seems related to some upgrade they ran last night. We had the same problem but it's working again. They wrote "Pretty smooth upgrade last night, but we hit some...
Correct! Fixed in https://github.com/bon/inlined-generic-function/commit/76d1eb6e77ebc5433465b9afb2cdb84b6c4c3e4d Processor cycles are now ``` 588,650 586,253 1,889,394 550,351 ```
For me the numbers of cycles vary wildly from run to run. Sometimes the igf gets a little quicker, sometimes slower. One example is shown below. But the more interesting...
Also getting this without the `--noninteractive` flag