From cb8cd4e0576f23384b3886cb7cc7ae581972e600 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Fri, 3 Jun 2022 12:32:43 -0400 Subject: [PATCH] new release 3.22.1-eisop1 --- docs/checker-framework-webpage.html | 8 ++++---- docs/examples/MavenExample/pom.xml | 2 +- docs/manual/external-tools.tex | 22 +++++++++++----------- docs/manual/introduction.tex | 2 +- docs/manual/manual.tex | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/checker-framework-webpage.html b/docs/checker-framework-webpage.html index 939afdae1aa..b7086f36693 100644 --- a/docs/checker-framework-webpage.html +++ b/docs/checker-framework-webpage.html @@ -30,8 +30,8 @@

The Checker Framework

Installation instructions and tutorial.
  • - Download: checker-framework-3.22.1.zip - (1 Jun 2022); + Download: checker-framework-3.22.1-eisop1.zip + (3 Jun 2022); includes source, platform-independent binary, tests, and documentation.
    Then, see the installation @@ -93,7 +93,7 @@

    The Checker Framework

    the .class file. The tools support both Java 5 declaration annotations and Java 8 type annotations.
      -
    • annotation-tools-3.22.1.zip (01 Jun 2022) +
    • annotation-tools-3.22.1-eisop1.zip (03 Jun 2022)
    • source code repository
    • @@ -223,7 +223,7 @@

      Mailing lists


      -Last updated: 1 Jun 2022 +Last updated: 3 Jun 2022

      diff --git a/docs/examples/MavenExample/pom.xml b/docs/examples/MavenExample/pom.xml index 8cf23ef7bee..6b073870b93 100644 --- a/docs/examples/MavenExample/pom.xml +++ b/docs/examples/MavenExample/pom.xml @@ -14,7 +14,7 @@ UTF-8 ${com.google.errorprone:javac:jar} - 3.22.0-eisop1 + 3.22.1-eisop1 diff --git a/docs/manual/external-tools.tex b/docs/manual/external-tools.tex index fde92eba636..da775a218f0 100644 --- a/docs/manual/external-tools.tex +++ b/docs/manual/external-tools.tex @@ -341,13 +341,13 @@ \begin{Verbatim} prebuilt_jar( name = 'checker-framework', - binary_jar = 'checker-3.22.0-eisop1.jar', + binary_jar = 'checker-3.22.1-eisop1-eisop1.jar', visibility = [ 'PUBLIC' ] ) prebuilt_jar( name = 'checker-qual', - binary_jar = 'checker-qual-3.22.0-eisop1.jar', + binary_jar = 'checker-qual-3.22.1-eisop1-eisop1.jar', visibility = [ 'PUBLIC' ] ) @@ -411,21 +411,21 @@ use the last one. % Is the last one required for Cygwin, as well as for the Windows command shell? Adjust the pathnames if you have installed the Checker Framework somewhere -other than \<\${HOME}/checker-framework-3.22.0-eisop1/>. +other than \<\${HOME}/checker-framework-3.22.1-eisop1-eisop1/>. \begin{itemize} \item Option 1: Add directory - \code{.../checker-framework-3.22.0-eisop1/checker/bin} to your path, \emph{before} any other + \code{.../checker-framework-3.22.1-eisop1-eisop1/checker/bin} to your path, \emph{before} any other directory that contains a \ executable. If you are using the bash shell, a way to do this is to add the following to your \verb|~/.profile| (or alternately \verb|~/.bash_profile| or \verb|~/.bashrc|) file: \begin{Verbatim} - export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.0-eisop1 + export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.1-eisop1-eisop1 export PATH=${CHECKERFRAMEWORK}/checker/bin:${PATH} \end{Verbatim} @@ -446,7 +446,7 @@ file: % No Windows example because this doesn't work under Windows. \begin{Verbatim} - export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.0-eisop1 + export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.1-eisop1-eisop1 alias javacheck='$CHECKERFRAMEWORK/checker/bin/javac' \end{Verbatim} @@ -468,11 +468,11 @@ \begin{Verbatim} # Unix - export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.0-eisop1 + export CHECKERFRAMEWORK=${HOME}/checker-framework-3.22.1-eisop1-eisop1 alias javacheck='java -jar "$CHECKERFRAMEWORK/checker/dist/checker.jar"' # Windows - set CHECKERFRAMEWORK = C:\Program Files\checker-framework-3.22.0-eisop1\ + set CHECKERFRAMEWORK = C:\Program Files\checker-framework-3.22.1-eisop1-eisop1\ doskey javacheck=java -jar "%CHECKERFRAMEWORK%\checker\dist\checker.jar" $* \end{Verbatim} @@ -551,9 +551,9 @@ \begin{itemize} \item \: \url{https://search.maven.org/artifact/com.google.errorprone/javac/9%2B181-r4173-1/jar} -\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker-qual/3.22.0-eisop1/checker-qual-3.22.0-eisop1.jar} -\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker-util/3.22.0-eisop1/checker-util-3.22.0-eisop1.jar} -\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker/3.22.0-eisop1/checker-3.22.0-eisop1-all.jar} +\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker-qual/3.22.1-eisop1-eisop1/checker-qual-3.22.1-eisop1-eisop1.jar} +\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker-util/3.22.1-eisop1-eisop1/checker-util-3.22.1-eisop1-eisop1.jar} +\item \: \url{https://repo1.maven.org/maven2/io/github/eisop/checker/3.22.1-eisop1-eisop1/checker-3.22.1-eisop1-eisop1-all.jar} \end{itemize} Different arguments to \ are required for JDK 8 diff --git a/docs/manual/introduction.tex b/docs/manual/introduction.tex index d7ec0b2517d..bc69ad38226 100644 --- a/docs/manual/introduction.tex +++ b/docs/manual/introduction.tex @@ -212,7 +212,7 @@ %BEGIN LATEX \\ %END LATEX - \url{https://checkerframework.org/checker-framework-3.22.1.zip} + \url{https://checkerframework.org/checker-framework-3.22.1-eisop1.zip} \item Unzip it to create a \code{checker-framework-\ReleaseVersion{}} directory. diff --git a/docs/manual/manual.tex b/docs/manual/manual.tex index 6e2ab5c8d0f..0e292581638 100644 --- a/docs/manual/manual.tex +++ b/docs/manual/manual.tex @@ -4,8 +4,8 @@ \title{The Checker Framework Manual: \\ Custom pluggable types for Java} \author{\url{https://eisop.github.io/}} -\newcommand{\ReleaseVersion}{3.22.1} -\newcommand{\ReleaseInfo}{3.22.1 (1 Jun 2022)} +\newcommand{\ReleaseVersion}{3.22.1-eisop1} +\newcommand{\ReleaseInfo}{3.22.1-eisop1 (3 Jun 2022)} \date{Version \ReleaseInfo{}} \begin{document}