Alessandro Patti

Results 12 issues of Alessandro Patti

Starlark has recentely added support for union operations over dictionaries (https://github.com/bazelbuild/starlark/pull/215). The syntax is already supported in bazel as of https://github.com/bazelbuild/bazel/pull/14540, but the same operation with selects of dictionaries is...

team-Starlark-Interpreter
team-Build-Language
awaiting-review

The value gets reset to the default (true) so setting `--noincompatible_use_platforms_repo_for_constraints` has no effect if the target using the constraint is build for the host config. Related issue: https://github.com/bazelbuild/bazel/issues/8622

team-Configurability
untriaged
awaiting-review

This extends the cgroup support in bazel to the cpu controller. Limits can be specified with the flag `--experimental_sandbox_limits==`. Additionally, it is possible to get finer grained resource limits with...

team-Performance
team-Local-Exec
awaiting-review

Generalize the cache to support multiple digest functions. This PR updates the remote_execution proto definitions and introduces a new interface `hashing.Hasher` that can be used to compute, validate as store...

Bazel now supports blake3 as a hashing algorithm. It'd be great if we could start using it with bazel-remote as it promises impressive perfomance boosts

An attempt to deal with eviction firing too many go routines and exhausing resources

Follow up for https://github.com/bazelbuild/bazel/pull/20398, kill deprecated flags.

team-Local-Exec
awaiting-review

Shading traits that contain fields causes `AbstractMethodError` when tring to instantiate a class that extends it. Shading the following trait ```scala package com.jarjar trait ScalaTrait { val a = 1...

Shading the following classes ```scala package org.experimental class Value(kind: org.experimental.Kinds.Kind) object Kinds { class Kind {} } ``` with these rules ```sh rule org.experimental.** @0 rule org.** shaded.@0 ``` causes...

Similar to the target label and mnemonic, allow storing the configuration hash in the action trace data

team-Performance
awaiting-review