-
Notifications
You must be signed in to change notification settings - Fork 93
Regenerate Libraries #464
base: main
Are you sure you want to change the base?
Regenerate Libraries #464
Conversation
| true, outputType -> outputType = AssemblyConstants.QsharpExe | ||
| _ -> false | ||
|
||
if isExe then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logic for determining whether to emit C# for a particular source (whether source code or an assembly reference) is handled by GenerateCodeForSource. Please adapt it there rather than adding an additional branching here.
@ScottCarda-MS I believe this is a change that will be needed to enable turning on monomorphization by default, correct? Shall we keep this PR, or shall we close it and you'll set up a new one on top of all the latest changes? |
@bettinaheim I'd like to keep it around if it is not too much trouble. It serves as a good reminder to me for what needs to be picked back up when I finally get back to this point in the work stack. Otherwise I will lose more context on the task. |
No description provided.