-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Move more helpers from DomainAssembly to Assembly #108568
Conversation
4a919da
to
d03738f
Compare
8a6f881
to
3c066d8
Compare
6be613e
to
e067319
Compare
RegisterWithHostAssembly(); | ||
} | ||
|
||
void Assembly::RegisterWithHostAssembly() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since some of these are only used within assembly.cpp, they can be marked static and removed from the header file (in a later PR).
76f5e28
to
51a84a8
Compare
5896999
to
8124caf
Compare
innerloop timeout is dotnet/dnceng#3879. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/ba-g per #108568 (comment) innerloop timeout is known. It is incorrectly shown as still running in GitHub checks. |
@elinor-fung, thank you. BTW, I have the next change ready on top of this branch which deletes DomainAssembly: main...am11:runtime:feature/domainassembly2. I kept them separate, because diffs were getting a bit confusing. 😁 |
Related to #104590