Carbon based Guibou

Results 66 comments of Carbon based Guibou

Hello. I did some tests and I don't know if I'm wrong in my understanding or if something is broken. The following code: ``` haskell data Test = T0 Test...

I can add that, in this context, the result order is not influenced by any change in the ordering.

@michajlo what I observes here: - does not work in `.bazelrc` - works in the shell if `--output_base ~/path` - does not work in the shel if `--output_base=~/path`

You are right. That's just the missing `unzip`. I'm changing the title to reflact that `clodl` closures are not working on system without `unzip`.

It would be better yes. Why using `unzip`? Isn't `tar` or `gunzip` more portable? I've tested on docker containers, `tar` and `gunzip` are always present in ubuntu, debian, arch, centos...

Ok. What is the recommended version of bazel to use with `clodl`?

At the same time, the code of https://github.com/tweag/funflow/blob/master/cas/hashable/src/Data/CAS/ContentHashable.hs#L466-L468 looks suspicious, it does the same hash 3 time on `datatypeName`

I just saw this MR, sorry, I've done the same in #406.

> That said, I'm working on adding a tokenizer to aeson, which would allow streaming consumption of data (so interning can be done in incremental encoding, as there isn't full...