Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@swernli
Copy link
Contributor

@swernli swernli commented Mar 10, 2021

The merges has the latest bug fixes and updates for QIR generation, including the addition of stand-alone LLVM generation via a hybrid of Llvm.NET and LLVMSharp, eliminating the need for any cached binaries while still support cross-platform development.

bamarsha and others added 30 commits January 26, 2021 12:16
* Use RuntimeCapability type in qsc/LS

* Update capability names in SDK
* Continue on error in check style step

* Test bad formatting

* Use separate job for check style

* Fix WrapUp job name

* Fix initialize job steps

* Run init/steps/wrap-up in same job

* Remove dependsOn

* Revert some changes

* Revert "Test bad formatting"

This reverts commit a59e4f7.
* Hide internal, ```Q# → ```qsharp, and fix ms.topic.

* Update src/Documentation/DocumentationGenerator/ProcessDocComments.cs

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Update src/Documentation/DocumentationGenerator/ProcessDocComments.cs

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>

* Added missing using statement.

Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com>
* Update global.json and use .NET 5 in CI

* Fix .NET version

* Use 3.1 runtime

* Use 3.1 SDK instead of runtime
Added template README file.
This change updates yeoman-environment package version from 2.9.6 to 2.10.3, back to the configuration used in the QDK version 0.14.2011120240.
Updated Interpolated String Delimiter Logic for Code Lines.
* Add Q# source code formatter

* Add formatter to build scripts

* Formatting

* Add docs to Discoverer.fs

* Add links to original language spec grammars

* Add copyright headers

* Update README

* Clean up Parser.csproj a little

* Add properties for ANTLR version and JAR name

* Add quotes in command line

* Use AntlrInput variable for ANTLR command

* Update command line interface

* Use inferred type

* Add CLI tests

* Formatting

* Add (skipped) identity tests

* Don't format if there are syntax errors

* Remove error token hiding

* Add error tests

* Filter out test cases with invalid syntax

* Use Microsoft.Quantum namespace prefix

* Update README

* Add comments to Program.fs

* Fix duplicate error messages

* Add IO exception handlers

* Replace several facts with theories

* Remove nameof

* Add limitations to readme

* Remove whitespace/comment types

* Add TODO to CallableDeclaration

* Add signature files

* Remove redundant access modifiers

* Rename Formatter to QsFmt

* Update solution name in scripts
…ax tree (#835)

* Use Public instead of DefaultAccess

* Deprecate AccessModifier and Modifiers

* Formatting

* Comment out reference to Example project

* Skip execution tests

* Update variable names in doc generator

* Update tuple item names in CompilationUnit

* Update more names/functions to visibility

* Update terminology in Namespace.fs

* Update terminology in NamespaceManager.fs

* Deprecate QsNullable<T>.FromOption

* Update Monomorphization.cs

* Update more terminology

* Add doc comments

* Hide records

* Re-enable execution tests

* Update runtime packages

* Minor version 15

* Update ProcessDocComments.cs

* Remove unused using

* Rename Visibility to Access

* IsVisible -> IsAccessible

* Visibility -> accessibility

* Disable execution tests

* More general name

* Revert "Disable execution tests"

This reverts commit 7c8a675.

* Update runtime packages

* Add backwards compatible Modifiers properties
ricardo-espinoza and others added 10 commits February 23, 2021 04:34
* Fixing duplicate intrinsics

This fixes an issue where `body intrinsic` callables would appear twice in monomorphized results by pruning the list of concretized callables based on intrinsic settings.

* Adding test case
* remove qsc nuget package

* add clear to config

* add nuget.org as source

* remove qsc.nupkg from manifest

* remove qsc nuget package
@swernli swernli requested review from bamarsha and bettinaheim March 10, 2021 19:56
swernli and others added 4 commits March 10, 2021 14:59
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
…Transformation.cs

Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
…Transformation.cs

Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
@swernli swernli force-pushed the swernli/standalone-llvm-2 branch from 6c83238 to 0d10b35 Compare March 10, 2021 23:39
@swernli
Copy link
Contributor Author

swernli commented Mar 11, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@swernli
Copy link
Contributor Author

swernli commented Mar 12, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@bettinaheim bettinaheim merged commit 3e9c2c1 into feature/qir Mar 12, 2021
@bettinaheim bettinaheim deleted the swernli/standalone-llvm-2 branch March 12, 2021 02:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants