-
Notifications
You must be signed in to change notification settings - Fork 446
fix issue #995 #1024
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
fix issue #995 #1024
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1024 +/- ##
============================================
- Coverage 94.54% 94.36% -0.18%
- Complexity 417 443 +26
============================================
Files 2 2
Lines 6176 6424 +248
Branches 1656 1719 +63
============================================
+ Hits 5839 6062 +223
- Misses 92 93 +1
- Partials 245 269 +24
Continue to review full report at Codecov.
|
|
@wycers @Linyer-qwq Thank you for the pull request! I added some more tests (currently Your fix surprised me: I thought something more difficult would be necessary. 👍 😅 I did more analysis and added a comment on #995. The fix may be even simpler than your proposal, perhaps this is enough: Can you explore this? |
|
Thanks for adding more tests, we will follow up. |
|
@wycers @Linyer-qwq any update? I am planning to finish up some items over the weekend (hopefully including a fix for #995) and release picocli 4.3. Please let me know if you are still working on this. |
|
We're still working on this, but it's a little difficult for us. No worries if you want to fix it. We're happy to see that happens! |
|
Maybe you could give us a little more time....XD |
|
@wycers @Linyer-qwq Thank you for the quick reply!
Okay. Can you give me some indication of how much time? I suggest the following approach:
|
|
Sorry to reply so lately. I am following that "change the expectation. (Expect no reuse.)" So most of the failed testcase are passed now. And now I am working on fixing testcase : "testMapFieldHappyCase". I thought i will work it out tonight. |
|
No problem at all. |
|
We give it a new try... (#1035) |
|
I merged #1035, so I will close this pull request. |
fix #995