-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add examples of System.Private.CoreLib iterative workflow #38885
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
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
|
Oops, missed to update build.sh, will update that. |
stephentoub
left a comment
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.
Other than Dan's comments, LGTM. Thanks.
We should be careful when doing that because if CoreLib is built via a P2P and the configuration for CoreLib is Debug, but the runtime was built in release, there will be a configuration miss match in between CoreLib and runtime and I believe that is not allowed. |
@jkotas is mixing configurations between the runtime and CoreLib problematic? I assume not... |
Yes, it is problematic. Layout of some data structures embedded in CoreLib is different between debug and release. |
cc: @danmosemsft @stephentoub