qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Naming Scheme for Generated Callables and Local Symbols

Open ScottCarda-MS opened this issue 2 years ago • 4 comments

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.

ScottCarda-MS avatar Apr 22 '22 22:04 ScottCarda-MS

/azp run

ScottCarda-MS avatar May 02 '22 16:05 ScottCarda-MS

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar May 02 '22 16:05 azure-pipelines[bot]

/azp run

ScottCarda-MS avatar May 04 '22 16:05 ScottCarda-MS

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar May 04 '22 16:05 azure-pipelines[bot]

@ScottCarda-MS Is this PR still relevant or can it be closed?

swernli avatar Feb 15 '23 06:02 swernli

@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.

ScottCarda-MS avatar Feb 15 '23 17:02 ScottCarda-MS