elementary icon indicating copy to clipboard operation
elementary copied to clipboard

A suite of libraries that simplify creating and unit testing annotation processors.

Results 28 elementary issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Pante/elementary). ## Config Migration Needed - [ ]...

This PR overhauls the existing `@Case` and `Cases` classes as discussed in #141. It contains several significant (breaking) changes to the API. Nevertheless, it should provide far superior ergonomics compared...

area: elementary
area: satisfactory
area: utilitary

**Is your feature request related to a problem? Please describe.** Naming it "Case" is misleading developers into thinking that it is some case distinction (as in "cases of a switch...

enhancement

Closes #147

area: elementary
area: satisfactory
area: utilitary

**Is your feature request related to a problem? Please describe.** Our code convention differs from most other projects. There will be less burden on both the reviewer and reviewee's sides...

enhancement

**Is your feature request related to a problem? Please describe.** Right now it's a pain to configure the elementary compiler to run the test on a full module. **Describe the...

enhancement

Gathering feedback from https://github.com/Pante/elementary/issues/141#issuecomment-1275979361, adding a `@LabelSource` (tentative name) as a source for parameterized tests will reduce the ceremony involved in writing parameterized tests.

enhancement

**Describe the bug** It seems version 1.1.2 on https://repo.karuslabs.com/ was re-uploaded with a new version - the files in my Gradle cache diverge from those on the Karuslabs repository; I...

bug

**Describe the bug** If an extension processor calls `toURI` on a `FileObject`, a `FileSystemNotFoundException` is thrown. **To Reproduce** Code like the following, in an extension processor under test, will show...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) ([source](https://togithub.com/checkstyle/checkstyle)) | `10.14.2` -> `10.15.0` |...

dependencies