Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions.eisopVersion from 3.42.0-eisop1 to 3.42.0-eisop4 in /docs/examples/errorprone #844

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps versions.eisopVersion from 3.42.0-eisop1 to 3.42.0-eisop4.
Updates io.github.eisop:checker-qual from 3.42.0-eisop1 to 3.42.0-eisop4

Release notes

Sourced from io.github.eisop:checker-qual's releases.

Checker Framework 3.42.0-eisop4

Version 3.42.0-eisop4 (July 12, 2024)

Implementation details:

New method GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror) that sets useFlow to false before calling addComputedTypeAnnotations. Subclasses should override method GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror) instead. Deprecated the GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean) overload.

Changed the return type of AnnotatedTypeFactory#getEnumConstructorQualifiers from Set<AnnotationMirror> to AnnotationMirrorSet.

Field AnnotatedTypeFactory#root is now private and can only be accessed through getRoot/setRoot.

framework-test:

  • Improvements to more consistently handle tests that do not use -Anomsgtext.
  • Added new class DetailedTestDiagnostic to directly represent test diagnostics when -Adetailedmsgtext is used.

Closed issues:

#742, #777, #795, typetools#6704.

Checker Framework 3.42.0-eisop3

Version 3.42.0-eisop3 (March 1, 2024)

User-visible changes:

Performance improvements in the Nullness Checker.

Implementation details:

Support separate defaults for wildcard and type variable upper bounds. Add support for defaults for type variable uses. See changes in TypeUseLocation, QualiferDefaults, and QualifierHierarchy, as well as the new ParametricTypeVariableUseQualifier meta-annotation.

Refactored the TypeInformationPresenter into several classes in the new org.checkerframework.framework.util.visualize package.

Closed issues:

#703, typetools#6433, typetools#6438.

Checker Framework 3.42.0-eisop2

Version 3.42.0-eisop2 (January 9, 2024)

... (truncated)

Changelog

Sourced from io.github.eisop:checker-qual's changelog.

Version 3.42.0-eisop4 (July 12, 2024)

Implementation details:

New method GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror) that sets useFlow to false before calling addComputedTypeAnnotations. Subclasses should override method GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror) instead. Deprecated the GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean) overload.

Changed the return type of AnnotatedTypeFactory#getEnumConstructorQualifiers from Set<AnnotationMirror> to AnnotationMirrorSet.

Field AnnotatedTypeFactory#root is now private and can only be accessed through getRoot/setRoot.

framework-test:

  • Improvements to more consistently handle tests that do not use -Anomsgtext.
  • Added new class DetailedTestDiagnostic to directly represent test diagnostics when -Adetailedmsgtext is used.

Closed issues:

#742, #777, #795, typetools#6704.

Version 3.42.0-eisop3 (March 1, 2024)

User-visible changes:

Performance improvements in the Nullness Checker.

Implementation details:

Support separate defaults for wildcard and type variable upper bounds. Add support for defaults for type variable uses. See changes in TypeUseLocation, QualiferDefaults, and QualifierHierarchy, as well as the new ParametricTypeVariableUseQualifier meta-annotation.

Refactored the TypeInformationPresenter into several classes in the new org.checkerframework.framework.util.visualize package.

Closed issues:

#703, typetools#6433, typetools#6438.

Version 3.42.0-eisop2 (January 9, 2024)

... (truncated)

Commits
  • 9cef095 new release 3.42.0-eisop4
  • 56e839d Adapt to javac signature change coming in Java 24 (#806)
  • 42b1dbd Prep for release
  • 9a6d25a Update dependency gradle to v8.9 (#805)
  • ce65897 Add note on handling line endings for Windows users (#781)
  • 4444c9f Add DetailedTestDiagnostic for easier test diagnostic handling (#758)
  • dcb31d3 Deprecate `GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, Annot...
  • c093a0d [nullness] Forward references and typo fixes (#804)
  • 4e1401e Update dependency org.projectlombok:lombok to v1.18.34 (#802)
  • aba0086 Update dependency org.junit.jupiter:junit-jupiter-api to v5.10.3 (#801)
  • Additional commits viewable in compare view

Updates io.github.eisop:checker from 3.42.0-eisop1 to 3.42.0-eisop4

Release notes

Sourced from io.github.eisop:checker's releases.

Checker Framework 3.42.0-eisop4

Version 3.42.0-eisop4 (July 12, 2024)

Implementation details:

New method GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror) that sets useFlow to false before calling addComputedTypeAnnotations. Subclasses should override method GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror) instead. Deprecated the GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean) overload.

Changed the return type of AnnotatedTypeFactory#getEnumConstructorQualifiers from Set<AnnotationMirror> to AnnotationMirrorSet.

Field AnnotatedTypeFactory#root is now private and can only be accessed through getRoot/setRoot.

framework-test:

  • Improvements to more consistently handle tests that do not use -Anomsgtext.
  • Added new class DetailedTestDiagnostic to directly represent test diagnostics when -Adetailedmsgtext is used.

Closed issues:

#742, #777, #795, typetools#6704.

Checker Framework 3.42.0-eisop3

Version 3.42.0-eisop3 (March 1, 2024)

User-visible changes:

Performance improvements in the Nullness Checker.

Implementation details:

Support separate defaults for wildcard and type variable upper bounds. Add support for defaults for type variable uses. See changes in TypeUseLocation, QualiferDefaults, and QualifierHierarchy, as well as the new ParametricTypeVariableUseQualifier meta-annotation.

Refactored the TypeInformationPresenter into several classes in the new org.checkerframework.framework.util.visualize package.

Closed issues:

#703, typetools#6433, typetools#6438.

Checker Framework 3.42.0-eisop2

Version 3.42.0-eisop2 (January 9, 2024)

... (truncated)

Changelog

Sourced from io.github.eisop:checker's changelog.

Version 3.42.0-eisop4 (July 12, 2024)

Implementation details:

New method GenericAnnotatedTypeFactory#addComputedTypeAnnotationsWithoutFlow(Tree, AnnotatedTypeMirror) that sets useFlow to false before calling addComputedTypeAnnotations. Subclasses should override method GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror) instead. Deprecated the GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, AnnotatedTypeMirror, boolean) overload.

Changed the return type of AnnotatedTypeFactory#getEnumConstructorQualifiers from Set<AnnotationMirror> to AnnotationMirrorSet.

Field AnnotatedTypeFactory#root is now private and can only be accessed through getRoot/setRoot.

framework-test:

  • Improvements to more consistently handle tests that do not use -Anomsgtext.
  • Added new class DetailedTestDiagnostic to directly represent test diagnostics when -Adetailedmsgtext is used.

Closed issues:

#742, #777, #795, typetools#6704.

Version 3.42.0-eisop3 (March 1, 2024)

User-visible changes:

Performance improvements in the Nullness Checker.

Implementation details:

Support separate defaults for wildcard and type variable upper bounds. Add support for defaults for type variable uses. See changes in TypeUseLocation, QualiferDefaults, and QualifierHierarchy, as well as the new ParametricTypeVariableUseQualifier meta-annotation.

Refactored the TypeInformationPresenter into several classes in the new org.checkerframework.framework.util.visualize package.

Closed issues:

#703, typetools#6433, typetools#6438.

Version 3.42.0-eisop2 (January 9, 2024)

... (truncated)

Commits
  • 9cef095 new release 3.42.0-eisop4
  • 56e839d Adapt to javac signature change coming in Java 24 (#806)
  • 42b1dbd Prep for release
  • 9a6d25a Update dependency gradle to v8.9 (#805)
  • ce65897 Add note on handling line endings for Windows users (#781)
  • 4444c9f Add DetailedTestDiagnostic for easier test diagnostic handling (#758)
  • dcb31d3 Deprecate `GenericAnnotatedTypeFactory#addComputedTypeAnnotations(Tree, Annot...
  • c093a0d [nullness] Forward references and typo fixes (#804)
  • 4e1401e Update dependency org.projectlombok:lombok to v1.18.34 (#802)
  • aba0086 Update dependency org.junit.jupiter:junit-jupiter-api to v5.10.3 (#801)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 7, 2024
@wmdietl
Copy link
Member

wmdietl commented Aug 9, 2024

@dependabot recreate

@wmdietl wmdietl enabled auto-merge (squash) August 9, 2024 01:47
Bumps `versions.eisopVersion` from 3.42.0-eisop1 to 3.42.0-eisop4.

Updates `io.github.eisop:checker-qual` from 3.42.0-eisop1 to 3.42.0-eisop4
- [Release notes](https:/eisop/checker-framework/releases)
- [Changelog](https:/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](checker-framework-3.42.0-eisop1...checker-framework-3.42.0-eisop4)

Updates `io.github.eisop:checker` from 3.42.0-eisop1 to 3.42.0-eisop4
- [Release notes](https:/eisop/checker-framework/releases)
- [Changelog](https:/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](checker-framework-3.42.0-eisop1...checker-framework-3.42.0-eisop4)

---
updated-dependencies:
- dependency-name: io.github.eisop:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.eisop:checker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/docs/examples/errorprone/versions.eisopVersion-3.42.0-eisop4 branch from 80f2269 to 4a1e0be Compare August 9, 2024 02:03
@wmdietl wmdietl disabled auto-merge August 9, 2024 12:54
@wmdietl wmdietl merged commit 5e54d07 into master Aug 9, 2024
72 checks passed
@wmdietl wmdietl deleted the dependabot/gradle/docs/examples/errorprone/versions.eisopVersion-3.42.0-eisop4 branch August 9, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant