Olivier Peyrusse

Results 4 issues of Olivier Peyrusse

When using reducer methods instead of standard `map` or `filter`, kibit seems to get confused. With the following code, kibit suggests to replace `into []` by `vec`: ``` (into []...

On a personal project [1] building a simple website, I am having VM crashes (with hs_err files) with almost every watch command. I tested various configured VMs, but it resulted...

cannot reproduce
closure-compiler

This PR mainly refactors the code base to extract smaller functions. The main driver for this refactoring was to be able to understand the logic of the function `map_event`. To...

From a bencode input `"li1ei2el3:stree"`, I get `[1 2 [#object["[B" 0x5351baec "[B@5351baec"]]]` _Note: the input was created using `write-bencode` and seems correct with respect to the spec_ Reproducing code: ```clojure...