-
Notifications
You must be signed in to change notification settings - Fork 53
fix(bigshot.lic): v5.11.4 new command checks #2185
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
Open
mrhoribu
wants to merge
10
commits into
master
Choose a base branch
from
fix/bigshot-v5.11.4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Contributor
Author
|
@ellipsis review again |
Contributor
Author
|
@ellipsis hide 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 77b61a0 in 2 minutes and 16 seconds. Click for details.
- Reviewed
175lines of code in1files - Skipped
0files when reviewing. - Skipped posting
9draft 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:8
- Draft comment:
Version header updated to v5.11.4 with required Lich bumped to 5.13.0. Confirm this upgrade is intentional. - Reason this comment was not posted:
Comment looked like it was already resolved.
2. scripts/bigshot.lic:17
- Draft comment:
Changelog entries for v5.11.4 have been added. Ensure the changelog remains comprehensive and clear. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is asking the PR author to ensure that the changelog is comprehensive and clear, which is a general request for confirmation and not a specific code suggestion or issue. It violates the rule against asking the author to ensure something is done.
3. scripts/bigshot.lic:2565
- Draft comment:
The command modifier regex has been updated to include 'essence' and 'splashy'. Verify that tests cover these new modifiers. - 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:2570
- Draft comment:
New command amount checks for 'essence' (and its negation) are added using Resources.shadow_essence. Ensure that Resources.shadow_essence is properly defined and behaves as expected. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is asking the PR author to ensure thatResources.shadow_essenceis properly defined and behaves as expected. This falls under the category of asking the author to double-check things, which is against the rules.
5. scripts/bigshot.lic:3575
- Draft comment:
Added 'splashy' and '!splashy' room checks using Room.current.tags. Confirm that Room.current.tags reliably returns an array with the 'meta:splashy' tag. - 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:5896
- Draft comment:
Multiple fput('unhide') calls are now inserted in various follower-check blocks. Consider refactoring these repeated calls into a helper function to improve maintainability and consistency. - 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.
7. scripts/bigshot.lic:6355
- Draft comment:
An ATTACK event (:ATTACK) is added when followers are missing. Ensure that the event is handled correctly elsewhere and that its timing is appropriate. - 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.
8. scripts/bigshot.lic:7825
- Draft comment:
A final fput('unhide') call is added in the head/lead block. Verify that automatically unhiding in this context does not interfere with other visibility or command logic. - 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.
9. scripts/bigshot.lic:5908
- Draft comment:
Typographical note: The message string contains four consecutive periods (Waiting for followers....). If an ellipsis was intended, consider using three periods (...) instead. - Reason this comment was not posted:
Comment was on unchanged code.
Workflow ID: wflow_d34nb3ywwRApbHkx
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 v5.11.4 with new command checks and improved follower handling.bigshot.licto version 5.11.4, requiring Lich >= 5.13.0.splashyandessencecommand checks ininitialize_command_data.@COMMAND_MODIFIER_REGEXand@COMMAND_AMOUNT_CHECKSfor new commands.unhidecommand if hidden and leading in multiple follower management functions.ATTACKevent to follower routine if followers are separated.Bigshotclass.This description was created by
for 77b61a0. You can customize this summary. It will automatically update as commits are pushed.