microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 170 forks source link

Monomorphization is not setting the correct parent for specializations #773

Closed bettinaheim closed 3 years ago

bettinaheim commented 3 years ago

The name of the original callable is listed as parent for monomorphized specializations.

bettinaheim commented 3 years ago

Fixed in https://github.com/microsoft/qsharp-compiler/pull/774.

ScottCarda-MS commented 3 years ago

@bettinaheim Since #774 does not target main, should we wait until this fix is in main to close this issue? Should the fix in #774 be separated out into a different PR targeting main?

ScottCarda-MS commented 3 years ago

Merged into Main with #809.