-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update slang digest to d0e33c7 #410
base: master
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant BuildSystem
participant SlangRepo
User->>BuildSystem: Request build
BuildSystem->>SlangRepo: Fetch slang dependency
SlangRepo-->>BuildSystem: Provide updated slang version
BuildSystem->>BuildSystem: Verify checksum and extract
BuildSystem-->>User: Complete build
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- WORKSPACE (1 hunks)
Additional comments not posted (3)
WORKSPACE (3)
73-73
: Verify the new URL.Ensure that the new URL
https://github.com/MikePopoloski/slang/archive/47fdb0b46851514010d9c72d26189bbd0ee2c152.zip
is correct and accessible.Run the following command to verify the URL:
Verification successful
URL verification successful.
The new URL for the
slang
dependency is correct and accessible. It redirects as expected to the download location.
- Original URL:
https://github.com/MikePopoloski/slang/archive/47fdb0b46851514010d9c72d26189bbd0ee2c152.zip
- Redirected URL:
https://codeload.github.com/MikePopoloski/slang/zip/47fdb0b46851514010d9c72d26189bbd0ee2c152
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the accessibility of the new URL. # Check the URL curl -I https://github.com/MikePopoloski/slang/archive/47fdb0b46851514010d9c72d26189bbd0ee2c152.zipLength of output: 4203
70-70
: Verify the newsha256
checksum.Ensure that the new checksum
d9ec5d3c599b6d69867f8326792999afec10e5d2d76baf0b828d186b2a8293a9
matches the downloaded file to maintain integrity.Run the following command to verify the checksum:
71-71
: Verify the newstrip_prefix
.Ensure that the new
strip_prefix
slang-47fdb0b46851514010d9c72d26189bbd0ee2c152
matches the structure of the downloaded file.Run the following command to verify the
strip_prefix
:
3bb7273
to
c6558e0
Compare
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.
Actionable comments posted: 0
c6558e0
to
3ba34f9
Compare
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.
Actionable comments posted: 0
3ba34f9
to
4d10d06
Compare
4d10d06
to
d92e3b5
Compare
d92e3b5
to
b2d8187
Compare
b2d8187
to
009746c
Compare
009746c
to
821ebcd
Compare
821ebcd
to
331c6b1
Compare
331c6b1
to
4796340
Compare
4796340
to
a718684
Compare
a718684
to
a9d403f
Compare
26b2a5e
to
484217d
Compare
a7dd724
to
3db0b9f
Compare
3db0b9f
to
91285b7
Compare
91285b7
to
c25f762
Compare
c25f762
to
d93ecf1
Compare
d93ecf1
to
ad7507c
Compare
ad7507c
to
c479dbe
Compare
c479dbe
to
dcceae6
Compare
dcceae6
to
e35bdd3
Compare
e35bdd3
to
62806d7
Compare
62806d7
to
e6a6eb6
Compare
e6a6eb6
to
a7c48e0
Compare
a7c48e0
to
f1e56eb
Compare
f1e56eb
to
cde2836
Compare
cde2836
to
ec26886
Compare
ec26886
to
5bc0aa1
Compare
This PR contains the following updates:
458be61
->d0e33c7
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This change is