microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
682 stars 170 forks source link

Add `BigInt` string interpolation test #1585

Closed swernli closed 1 year ago

swernli commented 1 year ago

This adds a new string interpolation test for BigInt which previously had been left as a "todo" comment due to missing runtime support. Now that support is up to date and the runtime pulls the latest qir-stdlib the test case can be added in.

References to the beta package in the test projects can be updated once we have a release of the runtime with the latest fixes.