Kartik Singhal

Results 54 comments of Kartik Singhal

~~Hi @lildude, the license for `vscode-ott` is the accepted 3-clause BSD license. Is there a way I can specify it so the CI does not complain about it thinking it's...

I did use the add-grammar script the first time around following the contributing guide. I found the `vendor/licenses/git_submodule/vscode-ott.dep.yml` file lying around in my local branch yesterday. I am not sure...

Thanks, the tests are all passing locally. ``` Finished in 32.266520s, 46.1779 runs/s, 940.9444 assertions/s. 1490 runs, 30361 assertions, 0 failures, 0 errors, 0 skips ``` I did have some...

Hi @Alhadis, do you need any more changes from my end? I know this PR will be pending popularity, but perhaps the tests workflow could proceed?

I am pretty happy with the current naming scheme

Interested in this feature as well. Are there any reasons that it is still pending? cc: @sciunto

> Since the move of QDK to .net6.0 it has been broken even under the emulated x64. Confirm, I tried using the x64 for emulation, but I get no output...

@filipw Does your [workaround](https://github.com/microsoft/qsharp-compiler/issues/1273#issue-1066414871) still work? I do not see `/usr/local/share/dotnet/x64` in my installation: ``` PlatiniumM1Pro in /usr/local/share/dotnet🔒 ❯ tree -f | grep x64 │   ├── ./sdk/6.0.302/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.x64.dll │   ├── ./sdk/6.0.302/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.x64.dll.manifest...

@filipw thanks, I didn't realize it required a separate installation. Here are the steps for anyone else trying: 1. Install macOS x64 dotnet from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 ([direct link for v6.0.400](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.400-macos-x64-installer)) and...

I believe .net6 support was added a few weeks ago, but I am still getting this same issue: > PlatiniumM1Pro in ~/Projects/runSayHello via .NET v6.0.104 🎯 net6.0 ❯ dotnet run...