This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add C# generation and runtime support for "[value, size = n]" array constructor
# Conflicts: # src/Simulation/CSharpGeneration/Microsoft.Quantum.CSharpGeneration.fsproj # src/Simulation/QCTraceSimulator.Tests/Tests.Microsoft.Quantum.Simulation.QCTraceSimulatorRuntime.csproj # src/Simulation/QSharpCore/Microsoft.Quantum.QSharp.Core.csproj # src/Simulation/QSharpFoundation/Microsoft.Quantum.QSharp.Foundation.csproj # src/Simulation/Simulators.Tests/TestProjects/HoneywellExe/HoneywellExe.csproj # src/Simulation/Simulators.Tests/TestProjects/IntrinsicTests/IntrinsicTests.csproj # src/Simulation/Simulators.Tests/TestProjects/IonQExe/IonQExe.csproj # src/Simulation/Simulators.Tests/TestProjects/Library with Spaces/Library with Spaces.csproj # src/Simulation/Simulators.Tests/TestProjects/Library1/Library1.csproj # src/Simulation/Simulators.Tests/TestProjects/Library2/Library2.csproj # src/Simulation/Simulators.Tests/TestProjects/QCIExe/QCIExe.csproj # src/Simulation/Simulators.Tests/TestProjects/QSharpExe/QSharpExe.csproj # src/Simulation/Simulators.Tests/TestProjects/TargetedExe/TargetedExe.csproj # src/Simulation/Simulators.Tests/TestProjects/UnitTests/UnitTests.csproj # src/Simulation/Simulators.Tests/Tests.Microsoft.Quantum.Simulators.csproj # src/Simulation/Simulators.Type1.Tests/Tests.Microsoft.Quantum.Simulators.Type1.csproj # src/Simulation/Simulators.Type2.Tests/Tests.Microsoft.Quantum.Simulators.Type2.csproj # src/Simulation/Simulators.Type3.Tests/Tests.Microsoft.Quantum.Simulators.Type3.csproj # src/Simulation/Simulators/Microsoft.Quantum.Simulators.csproj # src/Simulation/Type1Core/Microsoft.Quantum.Type1.Core.csproj # src/Simulation/Type2Core/Microsoft.Quantum.Type2.Core.csproj # src/Simulation/Type3Core/Microsoft.Quantum.Type3.Core.csproj
Merge main into feature/qep2
Merge main into feature/qep2
Update C# generation tests for changes from HM type inference
Update C# generation tests for microsoft/qsharp-compiler#952
Merge main into feature/qep2
swernli
reviewed
Apr 20, 2021
src/Simulation/QSharpFoundation/Microsoft.Quantum.QSharp.Foundation.csproj
Show resolved
Hide resolved
swernli
approved these changes
Apr 20, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on microsoft/qsharp-compiler#983.