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

Emit struct in #[tracked] fn last for better IDE support #612

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

Veykril
Copy link
Contributor

@Veykril Veykril commented Nov 2, 2024

This + a change in rust-analyzer resolves the last thing in #586

Copy link

netlify bot commented Nov 2, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit b0fafce
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/672cde6500d6c00008669fe7

Copy link

codspeed-hq bot commented Nov 2, 2024

CodSpeed Performance Report

Merging #612 will not alter performance

Comparing Veykril:veykril/push-lkqxvrqmzkoy (b0fafce) with master (dfbe6d6)

Summary

✅ 8 untouched benchmarks

@@ -288,5 +283,10 @@ macro_rules! setup_tracked_fn {
}
})
}

#[allow(non_camel_case_types)]
Copy link
Contributor

Choose a reason for hiding this comment

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

I would consider adding a comment explaining the importance of why this has to come last to avoid accidentally breaking this in the future.

Copy link
Contributor

Choose a reason for hiding this comment

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

Added a description; I'll land this change as Lukas is on vacation for the next 3 weeks.

@davidbarsky davidbarsky added this pull request to the merge queue Nov 7, 2024
Merged via the queue into salsa-rs:master with commit e4d36da Nov 7, 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.

3 participants