Alan Geller

Results 6 comments of Alan Geller

I think the display parts of this spec are now incorporated into the UI requirements. I think being able to subscribe to changes in a particular parameter (or a set...

I'm working in a fork at https://github.com/msr-quarc/Llvm.NET/tree/xplat. Working on CMake as a first step. I've got a version that seems to work on WIndows; now testing to see if it...

@smaillet-ms I'm back at this, working on adapting the build scripts to use dotnet instead of msbuild directly. Does the build platform you'd use on Linux and MacOS have PowerShell...

@smaillet Also, any hints on what I need to do in the Llvm.Libs project to make all of this work? Is there anything I need to do other than do...

Current status: - the CMAKE piece wasn't exporting the proper symbols. I'm researching how to do this cross-platform right now. - I've replaced the LoadWin32Library using the current .NET Core...

I think @tcNickolas's point is that using a mutable is the only solution without a language change. Adding a `yield` statement to Q# has its own issues. While it might...