Alex Hansen

Results 123 comments of Alex Hansen

This is possibly related to #1781 and will require further investigation. @billti, could you see if this is still an issue with that extension disabled?

It should have everything after `src/`, is that not the behavior that you're seeing?

> Q# supports namespaces with periods This is not actually true anymore (as of #493), as `Microsoft.Quantum` is actually a namespace called `Microsoft` which contains another namespace named `Quantum`. Each...

We did move away from re-opening namespaces as a pattern with the introduction of implicit filename-based namespaces. This was intentional, as we don't want you to be able to re-open...

After #1885, these numbers will rarely (never?) show up in output, so we are marking this as low priority.

Do we want the library projects in `samples`? I was thinking we'd perhaps want to use `library` for our libraries, where we have `std` currently. Edit: #1801 sets us up...

The points brought up in https://github.com/microsoft/qsharp-language/issues/51 are very good, and the descriptions are thorough. This comment builds on that problem statement. There are some things we want to "fix" with...

We may consider this for learn.microsoft.com.