Conversation
…e PATH guard Agent-Logs-Url: https://github.com/Cappucina/ADAN/sessions/e8dc27ec-ba7c-43cd-98fe-91c686db4521 Co-authored-by: transicle <173532449+transicle@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix readability and improve warning message in dependencies script
Fix dependencies.sh: blank line, apt warning clarity, LLDB comment, xmake PATH guard
Mar 27, 2026
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
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.
Four minor but meaningful fixes to
utils/dependencies.shaddressing readability, correctness, and user experience.Changes
install_packages()declaration andcasestatement, consistent with rest of scriptapt-get updatewarning — failure message now tells the user installation will continue from cache and what to do if it ultimately fails:print_warn "Failed to update package list; continuing with installation using the existing package cache. If installation fails, please check your network connection or run 'sudo apt-get update' manually and re-run this script."NEED_INSTALL=true(managed by Xcode/CLT, not the package manager)GITHUB_PATHupdate behindXMAKE_WAS_MISSING— previously the xmake PATH update ran wheneverGITHUB_PATHwas set, even if xmake was already present; now gated on a newXMAKE_WAS_MISSINGflag set only when xmake is detected as missing at dependency-check time:Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.