padla icon indicating copy to clipboard operation
padla copied to clipboard

Plain And Direct Language Additions for Java

Results 12 padla issues
Sort by recently updated
recently updated
newest added

Bumps drill-fmpp-maven-plugin from 1.21.0 to 1.21.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.drill.tools:drill-fmpp-maven-plugin&package-manager=maven&previous-version=1.21.0&new-version=1.21.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
automatic

# Description [All Contributors](https://allcontributors.org/docs/en/bot/overview) should be configured for this repository to make it more contributor-friendly.

repository management

# Description Implement `@EnumHelpers` annotation and the corresponsing annotation processor to generate boilerplate enum methods. # Problem While Java's `enum` is a powerful mechanism for describing varios constructions, it has...

enhancement

[Current implementation of Placholders benchmark](https://github.com/JarvisCraft/padla/blob/561a050a75a9b88939ab4fedc1fa216c8d89437b/ultimate-messenger/src/benchmarks/java/ru/progrm_jarvis/ultimatemessenger/StaticPlaceholderBenchmark.java) is implemented in the wrong way: - [x] Iterations get benchmarked, although they have nothing to do with logic and there is no need to...

bug

# Description This adds missing PECS-friendly generics to `ClassUtil`. This also cleans up some mess in `Lazy`.

bug
enhancement

Need to create a utility class that allows you to combine futures into one large Consumer and Function. I think this will get rid of callback hell in some places....

enhancement
incubator

# Description Currently this method uses `Class` which can be enhanced by using generic `T` parameter, i.e. `Class

enhancement

This is a continuation of #83

enhancement
incubator