Skip to content

Clarify some of the language around determinism#52113

Merged
jaredpar merged 4 commits intomainfrom
dev/jaredpar/determinism-update
Mar 29, 2021
Merged

Clarify some of the language around determinism#52113
jaredpar merged 4 commits intomainfrom
dev/jaredpar/determinism-update

Conversation

@jaredpar
Copy link
Member

No description provided.

@jaredpar
Copy link
Member Author

@dotnet/roslyn-compiler can u please review this doc update?

- The compiler uses Unicode tables provided by the platform.
- The version of the zlib library that the CLR uses to implement compression (when `/embed` or `/debug:embedded` is used).
- The value of `%LIBPATH%`, as it can affect analyzer dependency loading.
- The value of `%LIBPATH%`, as it can affect reference discovery if not fully qualified and analyzer / generator dependency loading.
Copy link
Contributor

Choose a reason for hiding this comment

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

if not fully qualified [](start = 64, length = 23)

This clause makes it difficult to parse the subsequent "and analyzer / generator dependency loading". Perhaps add parentheses: "(if not fully qualified)".

Copy link
Member Author

Choose a reason for hiding this comment

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

I clarified the language here. The generator / analyzer dependency isn't about whether or not they're fully qualified but rather how the runtime deals with analyzer / generator dependency loading.

jaredpar and others added 2 commits March 28, 2021 15:13
Co-authored-by: Julien Couvreur <jcouv@users.noreply.github.com>
Co-authored-by: Marius Ungureanu <therzok@gmail.com>
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 4)

@jaredpar jaredpar merged commit 9cff09c into main Mar 29, 2021
@ghost ghost added this to the Next milestone Mar 29, 2021
@jaredpar jaredpar deleted the dev/jaredpar/determinism-update branch March 29, 2021 22:01
@allisonchou allisonchou modified the milestones: Next, 16.10.P2 Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants