Skip to content

Conversation

@auduchinok
Copy link
Member

I extracted the assembly reader shim part from other changes introduced in #4791. Remaining changes are under discussion and will change in some way. If the reader part is OK, I'd rather have it merged.

@dsyme Would you mind having interface for ILModuleReader extracted?

Copy link
Contributor

@dsyme dsyme left a comment

Choose a reason for hiding this comment

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

I'm ok with this change. Just one renaming change requested



[<Sealed>]
type ILModuleReader =
Copy link
Contributor

Choose a reason for hiding this comment

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

Just use the name ILModuleReader for the interface and hide this concrete implementation type please (I don't think it needs to be public?)

Re I naming - for example we already use ImportMap in the compiler even though it's an interface type.

@auduchinok
Copy link
Member Author

This is ready.

Copy link
Contributor

@KevinRansom KevinRansom left a comment

Choose a reason for hiding this comment

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

Thank you for this

@KevinRansom KevinRansom merged commit cc8bc2b into dotnet:master Jun 1, 2018
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.

3 participants