Stefan J. Wernli
Stefan J. Wernli
I've transferred this issue from qsharp-language to qsharp-runtime and marked it as bug. We should investigate to understand why enforcement is not happening here.
Thanks for bringing this up and working on the doc update, @HalOwens! I agree with the recommendation of moving these to the input description, so they would look like: ```qsharp...
I would prefer that we use the same generator across all three platforms to have a uniform configuration experience. Right now we don't do much in the way of configuration...
As an additional data point, the dotnet runtime uses Ninja as its default cmake generator for maximum cross-platform compatibility. See their requirements in the docs: https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/windows-requirements.md#ninja and related issue announcing...
If I try this locally I do get an error when using dotnet run: ``` > dotnet run Unhandled exception: System.MemberAccessException: Cannot create an instance of Program.F because it is...
Ah, I see the issue. The unit test infrastructure indeed swallows the error. This is because it is an unhandled exception that is hit at runtime, which is expected, and...
So far we've noted the manual handle management in `LLVMBuilderRef`, `LLVMContextRef`, `LLVMModuleRef`, and the newly added `LLVMExecutionEngineRef`.
@qudarr Which versions of the .NET SDK do you have installed? For reference, the list of supported .NET versions for arm-based Macs can be found here: https://docs.microsoft.com/en-us/dotnet/core/install/macos#arm-based-macs. For now, we...
Thanks for the extra info! Since we don't support Apple Silicon, we don't have additional steps for you to take. We'll improve our documentation to make this support statement more...