-
Notifications
You must be signed in to change notification settings - Fork 53
fix(bigshot.lic): v5.9.5 various updates #2014
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
Author
|
@ellipsis remove previous comments and review again |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caution
Changes requested ❌
Reviewed everything up to 138c564 in 3 minutes and 33 seconds. Click for details.
- Reviewed
139lines of code in1files - Skipped
0files when reviewing. - Skipped posting
13draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. scripts/bigshot.lic:3011
- Draft comment:
Regex updated: 'coupdegrace' added. Confirm that its inclusion and the overall regex performance and capture behavior are as intended. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
2. scripts/bigshot.lic:3045
- Draft comment:
Buff check for 'coupdegrace' uses a regex with Effects::Buffs.time_left. Ensure that the API supports regex patterns and that the matched buff string consistently follows the pattern. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
3. scripts/bigshot.lic:3079
- Draft comment:
New lambda for 'coupdegrace' in the second check uses Effects::Buffs.active? with a regex. Verify this behaves consistently with other buff checks. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
4. scripts/bigshot.lic:5142
- Draft comment:
Added the 'check_disks' parameter to bigclaim?. Ensure that all call sites and intended behaviors are updated accordingly. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
5. scripts/bigshot.lic:5150
- Draft comment:
Updated disk check logic: using '!check_disks' in the condition. Review the combined condition to ensure it correctly bypasses the disk check when intended and that edge cases are covered. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
6. scripts/bigshot.lic:5197
- Draft comment:
Companion_check() call has been commented out. Confirm that its removal (and reliance on GameObj.targets) does not leave gaps in companion validation logic. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
7. scripts/bigshot.lic:5729
- Draft comment:
In attack_break, a new 'No Claim' condition is added using bigclaim?(check_disks: false). Verify that bypassing the disk check in this context is deliberate and doesn’t affect overall claim validation. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
8. scripts/bigshot.lic:5792
- Draft comment:
In need_to_loot?, the immediate return unless bigclaim?(check_disks: false) now affects loot logic. Confirm that omitting disk checks here is intended. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
9. scripts/bigshot.lic:6697
- Draft comment:
Move timeout increased from 2 to 5 seconds, but the inline comment still references a 2-second timeout. Update the comment to accurately reflect the new timeout. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
10. scripts/bigshot.lic:7256
- Draft comment:
Companion_check() call is commented out in the tail/follow/link branch. Verify that removal here aligns with overall companion validation strategy. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
11. scripts/bigshot.lic:24
- Draft comment:
Typographical: The term 'coupdegrace' appears; consider using the standard spelling 'coup de grace' for clarity. - Reason this comment was not posted:
Comment looked like it was already resolved.
12. scripts/bigshot.lic:3020
- Draft comment:
On line 3020, please check the term “coupdegrace”. In common usage it’s often written as "coup de grace" (with a space) or even with an accent. If the current spelling is intentional for command matching, perhaps consider adding a comment for clarity. - Reason this comment was not posted:
Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 10% vs. threshold = 50% 1. The term is used in a command matching regex pattern 2. The current spelling is clearly intentional for command matching purposes 3. The code already has many other similar command patterns that use simplified spellings 4. The suggestion to add a comment would add noise to an already long regex pattern 5. The spelling is consistent throughout the file The comment raises a valid point about non-standard spelling, but may not fully appreciate the technical constraints of command matching. While technically correct about spelling, the simplified spelling is intentional and necessary for command matching. Adding a comment would add unnecessary noise. Delete the comment. The spelling is intentionally simplified for command matching purposes, and adding a comment would not improve code clarity.
13. scripts/bigshot.lic:5745
- Draft comment:
Typographical inconsistency: the key "Should rest" (with a lowercase 'r') does not match the capitalization style used in the other conditions (e.g., "Should Rest"). Please adjust for consistent capitalization. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_QLsuNz9U3gs7aw9h
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Update
bigshot.licto version 5.9.5 with improvements including removal ofcompanion_check, addition ofcheck_disksparameter, andcoupdegracebuff check.companion_checkcalls as they are no longer needed withGameObj.targets.check_disksparameter tobigclaim?method.attack_breakandneed_to_loot?(ignoring disk check).coupdegracebuff check and command check.bs_movetimeout from 2 to 5 seconds.bigshot.lic.This description was created by
for 138c564. You can customize this summary. It will automatically update as commits are pushed.