Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the span used for salsa struct constructors #606

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

Veykril
Copy link
Contributor

@Veykril Veykril commented Oct 25, 2024

Fixes the first point of #586

Copy link

netlify bot commented Oct 25, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit 56b7a23
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/671b7a3e54984c0008853947

@@ -204,7 +204,7 @@ macro_rules! setup_tracked_fn {
aux: &dyn $zalsa::JarAux,
first_index: $zalsa::IngredientIndex,
) -> Vec<Box<dyn $zalsa::Ingredient>> {
let mut fn_ingredient = <$zalsa::function::IngredientImpl<$Configuration>>::new(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unused (r-a complains about it, whereas rustc does not, probably because r-a does not take into account cross crate diagnostic-ity)

Copy link

codspeed-hq bot commented Oct 25, 2024

CodSpeed Performance Report

Merging #606 will not alter performance

Comparing Veykril:veykril/push-wpzpkktutxso (56b7a23) with master (254c749)

Summary

✅ 8 untouched benchmarks

@nikomatsakis nikomatsakis added this pull request to the merge queue Oct 25, 2024
Merged via the queue into salsa-rs:master with commit b3b6286 Oct 25, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants