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

Q# compiler, command line tool, and Q# language server

Results 138 qsharp-compiler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I noticed that in the PRs for the Quantum API docs there are some warnings. These articles are auto generated. **To Reproduce** See the past PRs in...

bug
area: docs generation

**Describe the bug** Find all references does not seem to work in Visual Studio. **Screenshots** Even though the highlighting is correct (i.e. the language server accurately finds all occurrences), the...

bug
area: editor

Currently, when the VS Code extension is updating the language server, it takes a while to startup and the only indicator to users of the status bar that can be...

enhancement
area: editor

**Describe the bug** After typing `@`, typing a letter or pressing Ctrl+Space shows completions for all identifiers and keywords, not just attribute names. **To Reproduce** Steps to reproduce the behavior:...

bug
good first issue
area: editor
Hacktoberfest

**Is your feature request related to a problem? Please describe.** Currently need to generate the Q# library and host program separately, from the command line, and then add the library...

enhancement
area: editor
Hacktoberfest

When the Visual Studio Code extension is installed using the command line, the following warning is shown: ``` PS > code --install-extension .\quantum-devkit-vscode-0.18.2108160999.vsix Installing extensions... (node:33076) [DEP0005] DeprecationWarning: Buffer() is...

bug

**Describe the bug** I can run the following code ```qsharp use a = Qubit(); repeat { let res = MResetZ(a); } until res == Zero; ``` but I cannot run...

bug

Right now, we use a pointer to store and load the current value for variables in QIR when they are declared as mutable in Q#. I believe we should be...

enhancement
area: code gen (QIR)

Hello dear development team With `dotnet` in Ubuntu 20.04 release https://docs.microsoft.com/tr-tr/azure/quantum/install-command-line-qdk?tabs=tabid-vscode I installed it on my system by following the steps, but when compiling it does not compile the code...

bug
needs info

**Describe the bug** When using a virtual workspace in VS Code (e.g.: via the remote repository link at https://open.vscode.dev/Microsoft/quantum), the Quantum Development Kit extension attempts to start the language server,...

bug
area: editor