Skip to content
New issue

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

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

Already on GitHub? # to your account

Breaking out trace and thread-scopes #436

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Conversation

Warfields
Copy link
Contributor

This commit allows for the use of traces without needing to bring all of workerd/io with them.

thread-scopes.h is used fairly often just to get
isPredictableModeForTest() so it makes sense not to pull all of workerd/util for one function.

Additionally a linter was run workerd/jsg/BUILD

This commit allows for the use of traces without needing to bring all of
workerd/io with them.

thread-scopes.h is used fairly often just to get
isPredictableModeForTest() so it makes sense not to pull all of
workerd/util for one function.

Additionally a linter was run workerd/jsg/BUILD
visibility = ["//visibility:public"],
)

wd_cc_library(
Copy link
Contributor

Choose a reason for hiding this comment

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

this target is used a lot. Thanks for extracting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, I was in the neighborhood and recognized the header.

@Warfields Warfields merged commit 9b18ef8 into main Mar 8, 2023
@mrbbot mrbbot mentioned this pull request Mar 16, 2023
4 tasks
@fhanau fhanau deleted the swarfield/dependencies branch September 29, 2024 04:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants