-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Area-Compiler-CodeGenIlxGen, ilwrite and things at the backendIlxGen, ilwrite and things at the backendFeature Improvement
Milestone
Description
F# is ignoring any custom modifiers from importing IL assemblies:
| ILType.Modified(_,_,ty) ->
// All custom modifiers are ignored
ImportILType env m tinst tyThis is violating the Ecma spec. We should probably get a list of C#/VB custom modifiers that have CMOD_REQ, and allow those to go through assuming we handle them properly anyway, and then we throw an error on ones that we don't know about; currently, we do not do this.
Metadata
Metadata
Assignees
Labels
Area-Compiler-CodeGenIlxGen, ilwrite and things at the backendIlxGen, ilwrite and things at the backendFeature Improvement
Type
Projects
Status
New