Release: dev -> main (package install redeclare fix + backlog) #302

Merged
jmiller merged 6 commits from release/dev-to-main-r3 into main 2026-07-16 19:22:00 +00:00
Owner

Cuts a stable including the critical package-install redeclare guard (#301) that was blocking suite.dev updates, plus the backlog fixes merged since 02.65.00. Excludes untested component Type-Name (#299).

https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i

Cuts a stable including the critical package-install redeclare guard (#301) that was blocking suite.dev updates, plus the backlog fixes merged since 02.65.00. Excludes untested component Type-Name (#299). https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
jmiller added 6 commits 2026-07-16 19:21:56 +00:00
fix(install): guard package script against "Cannot redeclare class" fatal
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 44s
Generic: Project CI / Lint & Validate (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Has been cancelled
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
c70f024201
Package updates could fatal with a compile-time "Cannot redeclare class
Pkg_MokoSuiteBackupInstallerScript" when Joomla extracts/includes the
package script.php twice in one request (two tmp/install_* dirs). Because
the class is a top-level unconditional declaration it is early-bound at
compile time, so a runtime return can't prevent the redeclare — wrapping
it in `if (!class_exists(...)) { ... }` makes it a conditional (runtime)
declaration, so the second include is a no-op instead of a fatal.

Claude-Session: https://claude.ai/code/session_01WbGBN9VyRK61zczYWcCQ2i
chore(version): pre-release bump to 02.65.03-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
3644a99d07
Merge pull request 'fix(install): guard package script against Cannot redeclare class fatal' (#301) from fix/package-script-redeclare-guard into dev
Universal: Auto Version Bump / Version Bump (push) Has been skipped
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 33s
28adcd0778
chore(version): pre-release bump to 02.65.04-dev [skip ci]
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 32s
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
1f189349f5
jmiller merged commit 102746e834 into main 2026-07-16 19:22:00 +00:00
jmiller deleted branch release/dev-to-main-r3 2026-07-16 19:22:01 +00:00
Sign in to join this conversation.