-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into weigl/abbrevmgr
- Loading branch information
Showing
76 changed files
with
2,806 additions
and
934 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!-- | ||
Thanks for submitting this pull request for KeY. | ||
Since the project has a strict review policy, please make the | ||
reviewer's job easier by providing the necessary information | ||
in the text below. The comments may remain since they will be | ||
invisible when showing the PR. | ||
--> | ||
|
||
## Related Issue | ||
|
||
<!-- Please remove if this PR is not related to an issue. --> | ||
<!-- Please add number if it is in answer to an issue. --> | ||
This pull request addresses #. | ||
|
||
## Intended Change | ||
|
||
<!-- Please give a brief description of what behaviour changes and | ||
why it should be changed. --> | ||
|
||
## Type of pull request | ||
|
||
<!--- What types of changes does your code introduce? Put an `x` in the box(es) that apply: --> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Refactoring (behaviour should not change or only minimally change) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] There are changes to the (Java) code | ||
- [ ] There are changes to the taclet rule base | ||
- [ ] There are changes to the deployment/CI infrastructure (gradle, github, ...) | ||
- [ ] Other: | ||
|
||
## Ensuring quality | ||
|
||
- [ ] I made sure that introduced/changed code is well documented (javadoc and inline comments). | ||
- [ ] I made sure that new/changed end-user features are well documented (https://github.com/KeYProject/key-docs). | ||
- [ ] I added new test case(s) for new functionality. | ||
- [ ] I have tested the feature as follows: ... | ||
- [ ] I have checked that runtime performance has not deteriorated. | ||
|
||
## Additional information and contact(s) | ||
|
||
<!-- Add further information to help the reviewer understand the request. | ||
Leave empty if you are sure the reviewer does not need more | ||
Who apart from yourself is involved in this pull request? | ||
Use @mentions to refer to them here. | ||
Use Co-Authored-By in your git commits if applicable. --> | ||
<!-- DRAFT MODE: Please note that on the button to submit this pull | ||
request you can select between submitting a merge-ready request | ||
or one in draft mode (still evolving). | ||
Please use the draft mode unless you think that your proposal | ||
should be brought onto master in the current form. --> | ||
|
||
The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# .github/release.yml | ||
|
||
# Documentation: | ||
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes | ||
|
||
changelog: | ||
exclude: | ||
labels: | ||
- "Ignore in Changelog" | ||
authors: | ||
- octocat | ||
- dependabot | ||
categories: | ||
- title: Breaking Changes 🗲 | ||
labels: | ||
- "Breaking Change" | ||
- title: Exciting New Features 🎉 | ||
labels: | ||
- "Exciting New Feature" | ||
- title: Enhancement | ||
labels: | ||
- "Enhancement" | ||
- title: Bug Fixes | ||
labels: | ||
- "🐞 Bug" | ||
- title: Other Changes | ||
labels: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
|
||
github_checks: | ||
annotations: false | ||
|
||
ignore: | ||
- "key.ui/" | ||
- "keyext.ui.testgen/" | ||
- "key.removegenerics/" | ||
- "key.core.symbolic_execution.example/" | ||
- "key.core.example/" | ||
- "key.ui/" | ||
- "keyext.ui.testgen/" | ||
- "key.removegenerics/" | ||
- "key.core.symbolic_execution.example/" | ||
- "key.core.example/" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.