Skip to content

Print attributes of nested modules in signatures.#13890

Merged
vzarytovskii merged 2 commits into
dotnet:mainfrom
nojaf:signature-attributes-on-nested-modules
Sep 15, 2022
Merged

Print attributes of nested modules in signatures.#13890
vzarytovskii merged 2 commits into
dotnet:mainfrom
nojaf:signature-attributes-on-nested-modules

Conversation

@nojaf

@nojaf nojaf commented Sep 13, 2022

Copy link
Copy Markdown
Contributor

Fixes #13758.

I'm not quite happy that

[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]

was printed as

[<CompilationRepresentation (enum<CompilationRepresentationFlags> (4))>]

but that is the behaviour today, I would perhaps revisit that in another PR.

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.

Signature file generation does not handle attributes on nested modules

3 participants