Skip to content

Commit

Permalink
Update to EISOP 3.34-eisop1 from 3.32-eisop1 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Mar 28, 2024
2 parents cb3e568 + 2e21e44 commit 32f25d1
Show file tree
Hide file tree
Showing 263 changed files with 5,944 additions and 2,068 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Thanks for submitting an issue.
As explained in the instructions for submitting an issue at https://checkerframework.org/manual/#reporting-bugs, please include four pieces of information:
As explained in the instructions for submitting an issue at https://eisop.github.io/cf/manual/#reporting-bugs, please include four pieces of information:
* commands (that can be cut-and-pasted into a command shell),
* inputs,
* outputs, and
Expand Down
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeAll",
":automergeRequireAllStatusChecks",
"schedule:nonOfficeHours",
":disableDependencyDashboard"
],
"timezone": "America/Los_Angeles",
"packageRules": [
{
"matchPackageNames": ["aws-java-sdk-bom"],
"schedule": ["* 23 28 * * "]
}
]
}
2 changes: 2 additions & 0 deletions .github/renovate.json-README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This schedule doesn't work: Renovate accepts it but updates the dependency every day.
"schedule": ["on the last day of the month"],
4 changes: 2 additions & 2 deletions .travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ROOTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
SCRIPTDIR=$ROOTDIR/checker/bin-devel/

# For debugging
(cd "$CHECKERFRAMEWORK" && ./gradlew getPlumeScripts -q)
(cd "$CHECKERFRAMEWORK" && ./gradlew getPlumeScripts)
"${SCRIPTDIR}/plume-scripts/ci-info" typetools
eval $("${SCRIPTDIR}/plume-scripts/ci-info" typetools)

Expand All @@ -53,7 +53,7 @@ echo "In checker-framework/.travis-build.sh GROUP=$GROUP"
case $GROUP in
all)
# Run cftests-junit, cftests-nonjunit, and cftests-inference separately,
# because cftests-all takes too long to run on Travis under JDK 11.
# because cftests-all takes too long to run on Travis.
"$SCRIPTDIR/test-cftests-junit.sh"
"$SCRIPTDIR/test-cftests-nonjunit.sh"
"$SCRIPTDIR/test-cftests-inference.sh"
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

Thank you for contributing to the Checker Framework! This project is a
community effort of [more than 110
developers](https://checkerframework.org/manual/#credits), plus countless
developers](https://eisop.github.io/cf/manual/#credits), plus countless
more people who have contributed bug reports and feature suggestions. We
couldn't do it without your help.


## Reporting bugs

Please see the [bug
reporting](https://checkerframework.org/manual/#reporting-bugs) section of
reporting](https://eisop.github.io/cf/manual/#reporting-bugs) section of
the Checker Framework manual.

If the documentation is incorrect, incomplete, or confusing, that is a
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The Checker Framework: pluggable type-checking for Java

Please see the Checker Framework manual
([HTML](https://checkerframework.org/manual/),
[PDF](https://checkerframework.org/manual/checker-framework-manual.pdf)).
([HTML](https://eisop.github.io/cf/manual/),
[PDF](https://eisop.github.io/cf/manual/checker-framework-manual.pdf)).

The history of releases and changes is in file
[docs/CHANGELOG.md](docs/CHANGELOG.md).
Expand Down
Loading

0 comments on commit 32f25d1

Please sign in to comment.