-
Notifications
You must be signed in to change notification settings - Fork 48
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 6f9e7bf #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
🪧 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
bfb86e7
to
5fef132
Compare
5fef132
to
d5a38c0
Compare
d5a38c0
to
cbf5f8b
Compare
f1018b9
to
293ce13
Compare
293ce13
to
4d507c8
Compare
4d507c8
to
a014a6c
Compare
a014a6c
to
6acdd11
Compare
6acdd11
to
1f81c6c
Compare
1f81c6c
to
c5604e9
Compare
c5604e9
to
2a4c244
Compare
2a4c244
to
cb59aee
Compare
cb59aee
to
ddc68b9
Compare
ddc68b9
to
a4838e5
Compare
a4838e5
to
e6fe9db
Compare
This PR contains the following updates:
458be61
->6f9e7bf
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