Jake Wharton

Results 1654 comments of Jake Wharton

Updates are presented as comments on issues. On Mon, Feb 27, 2017, 9:20 PM akbartaufik wrote: > any update for this? > > — > You are receiving this because...

It's likely impossible to detect through normal static analysis since the field is referenced both on the constructor and unbinder methods and thus appears used.

Maybe @jrodbx is searching for a lint check to write for his talk next week...

I'm not sure that I want to conflate this attribute with two meanings. Is there a reason you don't want to define the color you're tinting with on the theme?

Happy to do this if I can find the time. Probably want to do this in some typical steps (which each might have a few PRs): - Gradle - GitHub...

Hmm. It would be really nice to maintain binary compatibility so we may have to do an `expect`/`actual` dance on the enums so as to be able to hang it...

Yeah. I'm definitely not against it. I really don't know the process, though. I'll have to look more into it.

Sure. Shouldn't be that hard to add.

In LLVM IR... `nullable!!`: ``` %8 = icmp eq %struct.ObjHeader* %7, null br i1 %8, label %when_case, label %when_exit when_case: ; preds = %call_success invoke void @ThrowNullPointerException() to label %call_success1...

Restoring the IR transformer was easy. But even ignoring that, I immediately wanted to use unsafeCast in Okio common even if it only applied to the JVM. So perhaps that...