Rodrigo Bamboo

Results 36 issues of Rodrigo Bamboo

So build logic applied to one project can react to data computed by build logic applied to a different project. Use-cases to be defined more clearly...

a:feature
@configuration-cache
in:project-isolation

### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...

To track unique problems so the dependency on the `capsule` library (which was being used in a single place) can be removed. ### Reviewing cheatsheet Before merging the PR, comments...

a:chore
10 min review
5 min review
build-script-change

Initially by extracting three modules: - `:configuration-problems-base`: base utilities for reporting configuration problems with structured messages and property traces - `:object-graph-serialization`: aimed at holding the core configuration cache serialization implementation...

a:chore
30 min review
re:platformization
build-script-change

### Current Behavior Build fails with: ``` * What went wrong: Execution failed for task ':init'. > Could not find template 'kotlinapplication/junitjupiter/AppTest.kt.template' in classpath. ``` ### Expected Behavior Build succeeds...

a:bug
to-triage

The new API should preserve the order of configuration for each project (but not necessarily across projects). For example, in the following scenario, the order in which Gradle runs the...

to-triage

Apply snappy compression to Configuration Cache entries Compression and encryption are offloaded to a separate thread, utilizing a pool of byte buffers capped at a maximum memory working set of...

a:feature
in:configuration-cache
a:performance-improvement