Mine Starks

Results 36 comments of Mine Starks

@idavis found a bug: Trying to complete ```qsharp import QIR.in; ``` causes a panic since `in` is a keyword and that's a parse tree I did not expect to have...

> @idavis found a bug: > > Trying to complete > > ```qsharp > import QIR.in; > ``` > > causes a panic since `in` is a keyword and that's...

> Fixed with my latest commit. Okay, I regressed things pretty badly with this fix, as @ScottCarda-MS discovered through testing (thanks!). The following piece of code should produce a mostly...

I pushed what I think is my final update. The parser change to fix the last issue ended up being minimal! Please sign off if no more concerns.

Thanks to all who have commented so far, it's helpful to get context on the various use cases for this, and to learn from the experience of those who have...