[
https://issues.apache.org/jira/browse/GROOVY-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788589#comment-17788589
]
ASF GitHub Bot commented on GROOVY-11194:
-----------------------------------------
codecov-commenter commented on PR #1992:
URL: https://github.com/apache/groovy/pull/1992#issuecomment-1821943088
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/1992?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
Report
> Merging
[#1992](https://app.codecov.io/gh/apache/groovy/pull/1992?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
(7433ca2) into
[GROOVY_4_0_X](https://app.codecov.io/gh/apache/groovy/commit/7634df1be6a249a640b512425c4a22fda74cdb06?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
(7634df1) will **increase** coverage by `0.0031%`.
> Report is 10 commits behind head on GROOVY_4_0_X.
> The diff coverage is `8.3333%`.
<details><summary>Additional details and impacted files</summary>
[](https://app.codecov.io/gh/apache/groovy/pull/1992?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
```diff
@@ Coverage Diff @@
## GROOVY_4_0_X #1992 +/- ##
======================================================
+ Coverage 68.0668% 68.0699% +0.0031%
- Complexity 28431 28435 +4
======================================================
Files 1425 1425
Lines 112635 112668 +33
Branches 19328 19338 +10
======================================================
+ Hits 76667 76693 +26
- Misses 29433 29437 +4
- Partials 6535 6538 +3
```
|
[Files](https://app.codecov.io/gh/apache/groovy/pull/1992?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
| Coverage Δ | |
|---|---|---|
|
[.../org/codehaus/groovy/tools/FileSystemCompiler.java](https://app.codecov.io/gh/apache/groovy/pull/1992?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3Rvb2xzL0ZpbGVTeXN0ZW1Db21waWxlci5qYXZh)
| `52.3810% <8.3333%> (-2.9863%)` | :arrow_down: |
... and [2 files with indirect coverage
changes](https://app.codecov.io/gh/apache/groovy/pull/1992/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
</details>
> groovyc missing features from the library compiler
> --------------------------------------------------
>
> Key: GROOVY-11194
> URL: https://issues.apache.org/jira/browse/GROOVY-11194
> Project: Groovy
> Issue Type: New Feature
> Components: command line processing, Compiler
> Affects Versions: 3.0.19, 5.0.0-alpha-2, 4.0.15
> Reporter: Benjamin Marwell
> Assignee: Keegan Witt
> Priority: Critical
>
> Hello groovy team,
> no version of the groovy distribution supports any of those features on the
> {{groovyc}} command line, which are available when invoking the groovy
> compiler via library means:
> * setDebug( boolean )
> * setVerbose( boolean )
> * setWarningLevel( int )
> * setTolerance( int )
> * invokeDynamic via optimizationOptions.put("indy", true);
> optimizationOptions.put("int", false);
> * parallel Parsing via optimizationOptions.put("parallelParse", true);
> This is important when gplus-maven-plugin shall run in fork mode. Draft PR:
> https://github.com/groovy/GMavenPlus/pull/283
--
This message was sent by Atlassian Jira
(v8.20.10#820010)