From a5a5c928194135458be6ab8caa0b75e75dbe5993 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:34:13 +0000 Subject: [PATCH 1/3] ci: build x4-pro-debug on pull requests Co-authored-by: prokrypt <1832555+prokrypt@users.noreply.github.com> --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 115d2312c05..5bdb9e7835f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,14 @@ jobs: strategy: fail-fast: false matrix: - environment: [default, x4-pro, x4-classic, sticky] + include: + - environment: default + - environment: x4-pro + - environment: x4-classic + - environment: sticky + - environment: x4-pro-debug + pull_request_only: true + if: ${{ !matrix.pull_request_only || github.event_name == 'pull_request' }} steps: - uses: actions/checkout@v6 with: From cdeaf7511d8cef3d4a4a989dbb1b772e6451ac56 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:38:07 +0000 Subject: [PATCH 2/3] ci: target development branch for CI triggers Co-authored-by: prokrypt <1832555+prokrypt@users.noreply.github.com> --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bdb9e7835f..d025d4b67d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,9 @@ name: CI (build) on: push: - branches: [main] + branches: [development] pull_request: + branches: [development] permissions: contents: read From 0f7557c215e07ee23e0a9913511efd6cf5d81212 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:13:01 +0000 Subject: [PATCH 3/3] docs: sync cache format version example Co-authored-by: prokrypt <1832555+prokrypt@users.noreply.github.com> --- docs/file-formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/file-formats.md b/docs/file-formats.md index 37f1628dbf2..f67f2da70e0 100644 --- a/docs/file-formats.md +++ b/docs/file-formats.md @@ -426,7 +426,7 @@ import std.mem; import std.string; import std.core; -#define EXPECTED_VERSION 75 +#define EXPECTED_VERSION 77 #define MAX_STRING_LENGTH 65535 #define FOOTNOTE_NUMBER_LEN 32 #define FOOTNOTE_HREF_LEN 96