dependabot[bot]
f2f2d37a3f
Bump github/gh-aw from 0.43.15 to 0.45.1
...
Bumps [github/gh-aw](https://github.com/github/gh-aw ) from 0.43.15 to 0.45.1.
- [Release notes](https://github.com/github/gh-aw/releases )
- [Commits](https://github.com/github/gh-aw/compare/v0.43.15...v0.45.1 )
---
updated-dependencies:
- dependency-name: github/gh-aw
dependency-version: 0.45.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 22:15:27 +00:00
Nikolaj Bjorner
144c352f7d
Merge pull request #8650 from Z3Prover/copilot/fix-sparse-checkout-error
...
Fix sparse-checkout initialization in a3-python workflows
2026-02-16 10:11:57 -08:00
copilot-swe-agent[bot]
479a6d3d3b
Add Go bindings to API coherence checker workflow
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-16 17:50:48 +00:00
Nikolaj Bjorner
1924066ff0
update version
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-16 09:47:37 -08:00
Nikolaj Bjorner
dd10826c99
Merge pull request #8646 from Z3Prover/copilot/build-go-bindings-ci
...
Enable Go bindings in ubuntu-cmake CI builds
2026-02-16 09:45:42 -08:00
copilot-swe-agent[bot]
e3981e5213
Fix git sparse-checkout initialization in a3-python workflows
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-16 17:45:25 +00:00
Nikolaj Bjorner
e553ee2110
revert to last working flows
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-16 09:29:10 -08:00
copilot-swe-agent[bot]
c454b14c24
Add Go bindings support to ubuntu-cmake CI builds
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-16 05:34:36 +00:00
copilot-swe-agent[bot]
15c9455c7d
Fix template interpolation failure in agentic workflows
...
Remove shell command substitution syntax $(date +%Y-%m-%d) from workflow
markdown files that was causing template interpolation to fail. The shell
syntax is not valid in the context/frontmatter section that gets processed
by the template engine.
Fixed files:
- .github/workflows/a3-python-v2.md
- .github/workflows/a3-python.md
- .github/workflows/code-simplifier.md
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-16 04:54:37 +00:00
copilot-swe-agent[bot]
d6300b995c
Fix a3-python-v2 workflow compilation error
...
- Remove invalid source reference to non-existent commit
- Fix network domains: 'default' → 'defaults'
- Remove serena tools configuration
- Recompile workflow with gh-aw v0.45.0
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-16 01:33:43 +00:00
Nikolaj Bjorner
1463b1ef08
Merge pull request #8611 from Z3Prover/copilot/fix-action-run-error
...
Fix sparse-checkout initialization in a3-python workflows
2026-02-15 17:23:06 -08:00
Nikolaj Bjorner
e2486eff77
upgrade workflows
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-13 08:57:00 -08:00
copilot-swe-agent[bot]
8a49ca490f
Fix git sparse-checkout error in a3-python workflows
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-13 03:54:06 +00:00
Nikolaj Bjorner
83b60990b1
add tool
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-12 19:40:19 -08:00
Nikolaj Bjorner
3f15666441
Merge pull request #8603 from Z3Prover/copilot/fix-github-actions-job
...
Fix macOS NuGet validation: remove RuntimeIdentifier to match package structure
2026-02-12 19:25:17 -08:00
Nikolaj Bjorner
a81f691899
increment minor version
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-12 17:31:50 -08:00
copilot-swe-agent[bot]
fc6140e489
Remove RuntimeIdentifier to fix assembly loading on macOS
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 21:24:22 +00:00
copilot-swe-agent[bot]
1ea2b0865a
Fix test-nuget on macOS by rewriting csproj with proper configuration
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 21:22:30 +00:00
Nikolaj Bjorner
f80414f4bb
update release to dedup and include manylinux
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-12 11:38:41 -08:00
copilot-swe-agent[bot]
97bdef79b5
Replace Python deduplication script with shell commands
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 18:21:25 +00:00
copilot-swe-agent[bot]
24d9a62356
Fix EOF handling in bash read and improve empty content detection
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 17:43:37 +00:00
copilot-swe-agent[bot]
a1f5016f02
Add proper error handling for empty file list and preserve filepath integrity
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 17:42:24 +00:00
copilot-swe-agent[bot]
c1603fc65a
Improve file handling to properly handle special characters
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 17:41:02 +00:00
copilot-swe-agent[bot]
6bc44183bc
Fix nightly build workflow by removing --clobber and adding deduplication
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-12 17:39:24 +00:00
Nikolaj Bjorner
e6d32f3d40
bump version to prepare for release with wheels and npm
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-12 08:59:40 -08:00
Nikolaj Bjorner
0be5434f29
Remove --clobber option from nightly release
...
Remove the --clobber option from the nightly release command.
2026-02-12 08:21:54 -08:00
Nikolaj Bjorner
7c42ec3b25
Add release trigger to documentation workflow
2026-02-12 07:53:21 -08:00
Nikolaj Bjorner
3974bd1f45
Fix copy command for Linux Python packages
2026-02-12 06:59:06 -08:00
Nikolaj Bjorner
3c1a82f80c
revert back to working build for manylinux arm
2026-02-11 17:45:29 -08:00
Nikolaj Bjorner
eec44bd5d5
manual attempt to fix up how wheels are copied based on old release.yml file
2026-02-11 17:40:34 -08:00
copilot-swe-agent[bot]
3f96355772
Fix manylinux-python-arm64 to use native ARM64 container via QEMU
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 20:55:30 +00:00
copilot-swe-agent[bot]
1a7263e167
Refactor manylinux wheel production in nightly.yml workflow
...
- Fix ARM64 auditwheel repair to use manylinux_2_28_aarch64 platform
- Update python-package job to copy pre-built manylinux wheels directly
- Remove Linux wheel rebuilding from python-package job
- Fix artifact naming: change PythonPackage to PythonPackages in publish-test-pypi
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 17:21:29 +00:00
Nikolaj Bjorner
7e80914de8
Merge pull request #8585 from Z3Prover/copilot/fix-gcovr-command-issue
...
Fix code-coverage workflow: add --merge-mode-functions flag to gcovr
2026-02-11 08:52:51 -08:00
copilot-swe-agent[bot]
46d13597ad
Fix code-coverage workflow by adding --merge-mode-functions to gcovr commands
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 11:21:30 +00:00
copilot-swe-agent[bot]
682ed62dd7
Recompile a3-python-v2 workflow with gh-aw v0.43.5
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 11:21:05 +00:00
copilot-swe-agent[bot]
385d8746ab
Optimize a3-python-v2 workflow for better issue formatting
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 11:06:08 +00:00
Nikolaj Bjorner
c006174c90
fix underscore
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-11 02:36:16 -08:00
Nikolaj Bjorner
2a337915e0
Fix indentation for publish-test-pypi job
2026-02-10 20:48:00 -08:00
Nikolaj Bjorner
e53f5c8543
Rename publish-test.pypi to publish-test-pypi
2026-02-10 20:46:54 -08:00
Nikolaj Bjorner
770eb960be
publish test pypi
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-10 20:45:36 -08:00
Nikolaj Bjorner
33c79d5ee8
Update Linux binary handling in nightly workflow
...
Replaced unzip commands with copy commands for Linux binaries.
2026-02-10 20:28:15 -08:00
Nikolaj Bjorner
46ad0f67b3
Add agentic workflow a3-python-v2
2026-02-10 19:53:13 -08:00
Nikolaj Bjorner
b086050568
remove readmes
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-10 17:39:09 -08:00
Nikolaj Bjorner
74502a969c
recompile aw
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-10 17:27:30 -08:00
Nikolaj Bjorner
2bc6bf05c1
Merge pull request #8574 from Z3Prover/copilot/fix-a3-python-file-processing
...
Fix a3-python workflow sparse-checkout to include Python source files
2026-02-10 17:26:16 -08:00
Nikolaj Bjorner
cc98815ab4
Update nightly.yml
2026-02-10 17:23:45 -08:00
copilot-swe-agent[bot]
c31844f298
Add documentation for a3-python workflow fix
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 00:33:36 +00:00
copilot-swe-agent[bot]
25fc58c717
Add sparse-checkout step to a3-python workflow for Python source files
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-11 00:33:03 +00:00
Nikolaj Bjorner
71bf76e76c
update
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-10 15:59:03 -08:00
copilot-swe-agent[bot]
da210a73b8
Fix YAML indentation in a3-python.md network field
...
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-02-10 23:56:03 +00:00