Luca Palmieri

Results 78 issues of Luca Palmieri

## Describe the changes in the pull request The Rust compiler won't reuse intermediate artefacts that have been built with a different set of RUSTFLAGS. This PR tweaks the build.sh...

enforce:coverage
enforce:sanitize
size:S
enforce:test
backport 8.4

## Describe the changes in the pull request When running a Rust build, the Rust target directory was set to `bin/--/redisearch_rs`. When building Rust tests, the Rust target directory was...

size:S

## Describe the changes in the pull request Due to the size and variety of our workspace, we are often thrashing the build cache by building the same third-party dependency...

enforce:coverage
enforce:sanitize
size:M
enforce:test
backport 8.4

## Describe the changes in the pull request Integrate the Rust version of the non-optimized the optional iterator. Stacked on top of #7046 and #7398. #### Main objects this PR...

action:run-benchmark
enforce:sanitize
size:XL
enforce:test

For releasing, we switched to [`release-plz`](https://release-plz.dev/docs). It handles version updates in manifests, changelog maintainance and crates.io publishing, thus simplifying the overall workflow. I'd like to avoid using an API token...

# Context Attribute macros _replace_ the item they were attached to. This is not the same behaviour you get with `derive` macros: in that case, the decorated item is left...

diagnostics
p-pavex-macros