Fix outdated PAServer URLs for Delphi 11.3 and add 10.4.2 support#8
Merged
Conversation
- Alexandria 11.3: update PAServer path from /113/ to /1131/ to install the correct build (28.0.48361.3236 instead of 28.0.47991.2819) - Sydney: add explicit 10.4.2 case and make generic aliases (10.4, 21.0, sydney) point to the latest 10.4.2 PAServer; preserve 10.4.1/10.4.0 as exact-version selectors - Update help text to reflect new defaults Fixes #7 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jimmckeeth
added a commit
that referenced
this pull request
Jun 21, 2026
resolve merge conflict: apply PR #8 fixes to current main
d8686a9 to
380c699
Compare
Daniel09Fernandes
pushed a commit
to Daniel09Fernandes/Delphi-on-Linux-Setup
that referenced
this pull request
Jul 4, 2026
- fix Alexandria 11.3 PAServer URL: /113/ -> /1131/ (build 28.0.48361.3236) - add Sydney 10.4.2 case; update 10.4/sydney/21.0 aliases to point to 10.4.2 - preserve 10.4.1 as an explicit exact-version selector - update help text to reflect new Sydney default Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Pn2b7amU63zQDmgmva78Q
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.
Summary
Addresses the two issues reported in #7:
/113/to/1131/, installing build28.0.48361.3236instead of the older28.0.47991.2819. Both paths return HTTP 200, so the bug was silent — the script succeeded but installed an incompatible version.10.4.2case and updates the generic aliases (10.4,21.0,sydney) to point to the 10.4.2 PAServer (21.0/2/PAServer/). The 10.4.1 and 10.4.0 exact-version selectors are preserved.All three corrected URLs verified live (HTTP 200) before committing.
Test plan
11.3/alexandria/22.0and confirm PAServer binary reports build28.0.48361.323610.4/sydney/21.0and confirm PAServer version12.2.10.3is installed10.4.1and confirm PAServer version12.1.10.3is installed (no regression)10.4.0and confirm PAServer version12.0.12.8is installed (no regression)--helpoutput lists21.0, 10.4, 10.4.2 = Sydney 10.4.2and10.4.1 = Sydney 10.4.1Closes #7
🤖 Generated with Claude Code