Skip to content
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

VB interfaces not emitted it a deterministic order across partial types #7111

Closed
jaredpar opened this issue Nov 30, 2015 · 0 comments
Closed
Labels
Area-Compilers Bug Concept-Determinism The issue involves our ability to support determinism in binaries and PDBs created at build time. Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@jaredpar
Copy link
Member

Consider the following Code

' file1.vb
Partial Class C 
  Implements I1
End Class

' file2.vb
Partial Class C
  Implements I2
End class

These interfaces should be emitted in source order (irrespective of determinism). At this time they are not.

@jaredpar jaredpar added Bug Area-Compilers Concept-Determinism The issue involves our ability to support determinism in binaries and PDBs created at build time. labels Nov 30, 2015
@jaredpar jaredpar added this to the 1.2 milestone Nov 30, 2015
gafter added a commit to gafter/roslyn that referenced this issue Dec 1, 2015
gafter added a commit to gafter/roslyn that referenced this issue Dec 1, 2015
@gafter gafter added the 4 - In Review A fix for the issue is submitted for review. label Dec 1, 2015
@gafter gafter closed this as completed in 487c201 Dec 4, 2015
@gafter gafter added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 4 - In Review A fix for the issue is submitted for review. labels Dec 4, 2015
@gafter gafter removed their assignment Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug Concept-Determinism The issue involves our ability to support determinism in binaries and PDBs created at build time. Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

No branches or pull requests

2 participants