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

Alloy metric recording fixes and additions #158

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

jacob-hughes
Copy link
Collaborator

No description provided.

Whether or not to record metrics must be set at Alloy compile-time. That
is, we must decide whether or not to record stats when we compile Alloy
itself, not when we compile our Alloy program. This is due to static
linkage fun when crates are lazily compiled across codegen units.
@ltratt ltratt added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@jacob-hughes
Copy link
Collaborator Author

Oops, I only ran the tests with the stats feature. Pushed a conditional compilation fix (c0b158f)

@ltratt
Copy link
Member

ltratt commented Feb 10, 2025

Please squash.

@jacob-hughes
Copy link
Collaborator Author

Squashed

@ltratt ltratt added this pull request to the merge queue Feb 10, 2025
Merged via the queue into softdevteam:master with commit c167aae Feb 10, 2025
2 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