Andrew Ash

Results 53 issues of Andrew Ash

## What happened? On internal repo "foundry/magritte-runtimes" for "roomba/format-gradle", the excavator is failing with this message: ``` Step 'eclipse groovy formatter' found problem in 'agent-util.gradle': Multiple problems detected during step...

## What happened? A code review flagged that this line should be in `UPPER_SNAKE_CASE`: ``` static final String emptyContents = ""; ``` If we care about this, it should be...

## Before this PR In https://github.com/palantir/gradle-git-version/issues/65#issuecomment-1574078590 I as a user was confused about the difference between `./gradlew printVersion` and `println(gitVersion())`. I thought `./gradlew printVersion` was printing the version that gradle-git-version...

https://github.com/palantir/gradle-baseline/releases/tag/5.5.0

## What happened? Occasionally I want to ban a dependency in a repo, and fail gradle checks if it appears in `versions.lock`. For example, if I've spent some work to...

## Before this PR Expected `versions.props` comment format is not documented: https://github.com/palantir/gradle-consistent-versions?tab=readme-ov-file#versionsprops-lower-bounds-for-dependencies ## After this PR ==COMMIT_MSG== Document current `versions.props` comment format ==COMMIT_MSG== This also adds test coverage for the...

stale

## What happened? Users want to run a specific command to update just the classpath uniqueness lock file, instead of `--write-locks` which updates all files. ## What did you want...

Addresses https://github.com/palantir/gradle-baseline/issues/1719 ## Before this PR The checkJavaVersions task directly accessed the project during execution, which is flagged in the configuration cache report: ![Screenshot 2024-03-06 at 10 28 50 PM](https://github.com/palantir/gradle-baseline/assets/357170/5b394a9d-ff91-48c4-87e1-6bfaa95a01b3)...

Currently this script downloads photo from the album named "Timeline Photos" that's returned from listing the user's albums. That album contains photos the user posted to their wall ("feed"). But...

This causes LzoTextInputFormat to follow the behavior of TextInputFormat as shown in the below code http://grepcode.com/file/repository.cloudera.com/content/repositories/releases/org.apache.hadoop/hadoop-mapreduce-client-core/2.0.0-cdh4.4.0/org/apache/hadoop/mapred/TextInputFormat.java#62