Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Please cleanup GITHUB building after the build is done. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | bug-1871581951 |
Files: | files | file ages | folders |
SHA3-256: |
f83994c590bc8a23add49d7c7ea84f37 |
User & Date: | jan.nijtmans 2024-09-14 21:48:03.212 |
Context
2024-09-14
| ||
21:48 | Please cleanup GITHUB building after the build is done. Closed-Leaf check-in: f83994c5 user: jan.nijtmans tags: bug-1871581951 | |
2024-09-13
| ||
21:35 | Fix wrong behavior of the revised text widget when moving the cursor one line down while already on the last displayed line of the text. See comment in ticket [1871581951] for details. check-in: fd4362b4 user: fvogel tags: bug-1871581951 | |
2024-09-10
| ||
20:16 | Let this bugfix branch build and test at Github Actions. check-in: 79959164 user: fvogel tags: bug-1871581951 | |
Changes
Changes to .github/workflows/linux-build.yml.
1 2 3 4 5 6 7 8 | name: Linux on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | name: Linux on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" tags: - "core-**" permissions: contents: read defaults: run: shell: bash |
︙ | ︙ |
Changes to .github/workflows/mac-build.yml.
1 2 3 4 5 6 7 8 | name: macOS on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | name: macOS on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" tags: - "core-**" permissions: contents: read env: ERROR_ON_FAILURES: 1 jobs: |
︙ | ︙ |
Changes to .github/workflows/win-build.yml.
1 2 3 4 5 6 7 8 | name: Windows on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | name: Windows on: push: branches: - "main" - "core-8-branch" - "core-8-6-branch" - "revised_text" tags: - "core-**" permissions: contents: read env: ERROR_ON_FAILURES: 1 jobs: |
︙ | ︙ |