qsharp-compiler
qsharp-compiler copied to clipboard
Naming Scheme for Generated Callables and Local Symbols
Updates the naming scheme used for generated callables and local variables in the Q# compiler. Generated callables names will all have a GUID surrounded by double underscores prepended to the original name. Generated variable names will have a label and number surrounded by double underscores prepended to the original name, or by themselves if there is no original name. The old NameDecorator class is deprecated in favor of the new static NameGenerator class.
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
@ScottCarda-MS Is this PR still relevant or can it be closed?
@ScottCarda-MS Is this PR still relevant or can it be closed?
This was for a feature that never got off the ground. I will close it out.