Francesco Sardo

Results 28 comments of Francesco Sardo

What I mean is ``` clj (class (cheshire.core/parse-string "1")) ;> java.lang.Integer ``` It's a surprising behaviour (at least for me). Everywhere else in Clojure `Longs` are used. So if I...

Turns out it wasn't too difficult to add the circled state I had in mind. What do you think about it?

Like this is ever gonna be merged...

The optimisation is to avoid emitting `writeValue` and use instead `writeString`, `writeInt` etc. `instanceof` checks are quite expensive it seems

While I appreciate your effort, the library will undergo a major refactoring soon to catch up with the latest AutoValue extensions. I'm unlikely to merge anything before that and most...

Makes sense. I'll patch it up

It might be less straightforward than I though. The definition of writeValue is [recursive](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/java/android/os/Parcel.java). That means you can have valid nested types such as `List` and at each step the...

Hi @stephanenicolas I am still maintaining it in terms of bug fixing but I'm not that interested in adding new features.

I'm willing to accept PRs. If it was about changing the resulting code I would be happy to do it but I can't spend time re-learning how Gradle evolved in...

I can reopen the issue in case somebody would like to pick it up. If it is a total blocker then it's the responsibility of the Gradle team since they've...