[ 
https://issues.apache.org/jira/browse/GROOVY-11914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18072243#comment-18072243
 ] 

ASF GitHub Bot commented on GROOVY-11914:
-----------------------------------------

codecov-commenter commented on PR #2452:
URL: https://github.com/apache/groovy/pull/2452#issuecomment-4213806284

   ## 
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2452?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   :x: Patch coverage is `59.28571%` with `57 lines` in your changes missing 
coverage. Please review.
   :white_check_mark: Project coverage is 66.4846%. Comparing base 
([`2d9c0b7`](https://app.codecov.io/gh/apache/groovy/commit/2d9c0b7292e8a3fa9b0ff44c4c6c5652a71ad53f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`ac8f4ab`](https://app.codecov.io/gh/apache/groovy/commit/ac8f4ab044e0a984115634b506b0e82e2f707bd7?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2452?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[...in/groovy/groovy/typecheckers/PurityChecker.groovy](https://app.codecov.io/gh/apache/groovy/pull/2452?src=pr&el=tree&filepath=subprojects%2Fgroovy-typecheckers%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Ftypecheckers%2FPurityChecker.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LXR5cGVjaGVja2Vycy9zcmMvbWFpbi9ncm9vdnkvZ3Jvb3Z5L3R5cGVjaGVja2Vycy9QdXJpdHlDaGVja2VyLmdyb292eQ==)
 | 59.2857% | [39 Missing and 18 partials :warning: 
](https://app.codecov.io/gh/apache/groovy/pull/2452?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   
   <details><summary>Additional details and impacted files</summary>
   
   
   
   [![Impacted file tree 
graph](https://app.codecov.io/gh/apache/groovy/pull/2452/graphs/tree.svg?width=650&height=150&src=pr&token=1r45138NfQ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)](https://app.codecov.io/gh/apache/groovy/pull/2452?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   ```diff
   @@                Coverage Diff                 @@
   ##               master      #2452        +/-   ##
   ==================================================
   - Coverage     66.4957%   66.4846%   -0.0111%     
   - Complexity      30217      30225         +8     
   ==================================================
     Files            1408       1409         +1     
     Lines          117746     117886       +140     
     Branches        20907      20948        +41     
   ==================================================
   + Hits            78296      78376        +80     
   - Misses          33024      33061        +37     
   - Partials         6426       6449        +23     
   ```
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2452?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[...in/groovy/groovy/typecheckers/PurityChecker.groovy](https://app.codecov.io/gh/apache/groovy/pull/2452?src=pr&el=tree&filepath=subprojects%2Fgroovy-typecheckers%2Fsrc%2Fmain%2Fgroovy%2Fgroovy%2Ftypecheckers%2FPurityChecker.groovy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VicHJvamVjdHMvZ3Jvb3Z5LXR5cGVjaGVja2Vycy9zcmMvbWFpbi9ncm9vdnkvZ3Jvb3Z5L3R5cGVjaGVja2Vycy9QdXJpdHlDaGVja2VyLmdyb292eQ==)
 | `59.2857% <59.2857%> (ø)` | |
   
   ... and [5 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/groovy/pull/2452/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   </details>
   <details><summary> :rocket: New features to boost your workflow: </summary>
   
   - :snowflake: [Test 
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, 
report on failures, and find test suite problems.
   - :package: [JS Bundle 
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save 
yourself from yourself by tracking and limiting bundle sizes in JS merges.
   </details>




> Add PurityChecker type checking extension
> -----------------------------------------
>
>                 Key: GROOVY-11914
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11914
>             Project: Groovy
>          Issue Type: New Feature
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>
> I asked AI what features could be added to Groovy to give it vastly improved 
> reasoning capabilities of Groovy code. First up it suggested @Modifies 
> (GROOVY-11909) and the ModifiesChecker (GROOVY-11910). It said a close second 
> would be a PurityChecker type checking extension. This issue looks at that.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to