Dan Sănduleac

Results 25 issues of Dan Sănduleac

I noticed that, aside from some functionality for Android projects (which I don't use) the plugin doesn't make an effort to detect what JDK version and language level the sbt...

FLUP from #334 Currently, clicking edit on a configuration opens a dialog where you can change variables. It'd be nice to be able to edit the name / file path...

enhancement

We've hit an obscure edge case for the two-column argList logic, where it doesn't end up keeping the pairs together. The logic tries to assert that N/2+1 rows have the...

bug

> I tend to optimize around putting the entire tag on a single line. Splitting on the space is as reasonable as anything, but I would prefer to avoid breaking...

## What happened? ```java throw new SafeIllegalArgumentException("Invalid recipient field - contains multiple " + "foreign key properties.", UnsafeArg.of("field", maybeField)); ``` gets turned into ```java throw new SafeIllegalArgumentException( "Invalid recipient field...

enhancement

## What happened? We try to inline the prefix of initializers for assignments / declarations. This can sometimes produce uglier code that doesn't even save space (takes up the same...

bug

## What happened? `String.format` is special cased such that parameters can be on their own line. However there is no special handling for log methods. ## What did you want...

enhancement

This indent is too long _Originally posted by @dansanduleac in https://github.com/palantir/gradle-consistent-versions/pull/305/review_comment/create_ and https://github.com/palantir/gradle-consistent-versions/pull/305/files#r335519231 and https://github.com/palantir/gradle-consistent-versions/pull/305/files#r336262730

bug

This addresses #1098. By adding variants of the `foldLeft`/`foldRight` methods which are lazy, it's now possible to fold over these structures efficiently, without allocating an additional `O(n)`. - A lot...

scalaz7

## Before this PR ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?

long-lived