Ben Bader

Results 23 issues of Ben Bader
trafficstars

For example, given the following code: ``` clojure (def ^{:const true :doc "this is a thing"} a-thing {}) ``` marg will correctly identify the docstring and move it to the...

This would let us clean up some old code, and keep our integration test suite lighter. Actually, this may be two separate issues - we _could_ just keep the old...

Once #329 lands and we have a proper `integrationTest` sourceSet, we should move this file over and refactor/expand as needed.

How does Truth feel about adding things to ClassSubject? There are assertions that I'd like to make using reflection (e.g. `assertThat(someClass).isAnnotatedWith(Singleton.class);`) that aren't currently supported without custom subjects. Is there...

type=addition
P3

Per #489, it's not currently possible to make use of TypeProcessor plugins without doing some Gradle magic. In #490 we made it _possible_ but not at all ergonomic. We need...

They all appear to be from Dokka, as documented in [this issue from 2021](https://github.com/Kotlin/dokka/issues/1833). This issue is just a reminder to come back and look at this in advance of...

This newly-open-sourced JVM fuzz tester looks really interesting for testing the thrifty-schema loader: https://github.com/CodeIntelligenceTesting/jazzer The challenge with fuzz testing is providing correct random mutations; for our purposes we'd need to...

This draft PR serves to track the work needed to enable thrifty-gradle-plugin for Android builds. Fixes #371