3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-07 13:12:48 +00:00
z3/.github/workflows
copilot-swe-agent[bot] 4a2accf10c
fstar: fix F* 2026 compatibility and run Meta-F* extraction successfully
- IEEE754.fst: fix multi-binding in assume val signatures (F* 2026 syntax),
  change float from Type0 to eqtype for equality support, generalize fma NaN
  axioms to handle any-NaN inputs (ax_fma_any_nan_y/x/z)
- FPARewriterRules.fst: add explicit #eb #sb type arguments to axiom calls
  where F* 2026 cannot infer them, use ax_fma_any_nan_y for proofs where
  y is an arbitrary NaN rather than the canonical nan constant
- RewriteCodeGen.fst: fix F* 2026 API changes: FStar.Sealed.unseal->unseal,
  C_Bool->{C_True,C_False}, List.Tot.iter->iter, FStar.Reflection.V2.inspect
  ->inspect_ln for term_view, post from C_Lemma pre->post with Tv_Abs peel,
  b2t unwrapping, lemma_ref via pack_fv instead of quote for polymorphic lemmas,
  per-branch offset tracking for Pat_Var in match branches
- .github/workflows/fstar-extract.yml: update to F* 2026.03.24 with correct
  archive name fstar-v{VERSION}-Linux-x86_64.tar.gz
- fstar/README.md and extract.sh: update version references to 2026.03.24

Extraction now produces correct output:
  expr *c, *t, *e;
  if (m().is_ite(arg1, c, t, e)) {
      result = m().mk_ite(c, m_util.mk_is_nan(t), m_util.mk_is_nan(e));
      return BR_REWRITE2;
  }

Agent-Logs-Url: https://github.com/Z3Prover/z3/sessions/0a30f342-3941-4952-a54f-1bee84b022ef

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2026-04-06 01:49:41 +00:00
..
shared Upgrade agentic workflows to gh-aw v0.36.0 (#8122) 2026-01-08 11:50:35 -08:00
a3-python.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
a3-python.md Add noop report-as-issue: false to all agentic workflow frontmatter 2026-03-12 20:01:30 +00:00
academic-citation-tracker.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
academic-citation-tracker.md Add monthly Academic Citation & Research Trend Tracker workflow (#9007) 2026-03-15 15:39:37 -07:00
agentics-maintenance.yml recompile workflows 2026-04-01 09:27:45 -07:00
android-build.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
api-coherence-checker.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
api-coherence-checker.md udpated wf 2026-03-24 09:15:08 -07:00
build-warning-fixer.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
build-warning-fixer.md Add noop report-as-issue: false to all agentic workflow frontmatter 2026-03-12 20:01:30 +00:00
build-z3-cache.yml Bump actions/cache from 5.0.3 to 5.0.4 (#9112) 2026-03-23 16:33:01 -07:00
ci.yml Update .github/workflows/ci.yml 2026-03-21 06:16:46 -10:00
code-conventions-analyzer.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
code-conventions-analyzer.md Add noop report-as-issue: false to all agentic workflow frontmatter 2026-03-12 20:01:30 +00:00
code-simplifier.lock.yml Bump github/gh-aw from 0.57.2 to 0.65.0 (#9173) 2026-03-30 19:17:19 -07:00
code-simplifier.md udpated wf 2026-03-24 09:15:08 -07:00
copilot-setup-steps.yml update aw to current version 2026-01-08 18:15:03 +00:00
coverage.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
cross-build.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
csa-analysis.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
csa-analysis.md udpated wf 2026-03-24 09:15:08 -07:00
docs.yml Bump actions/download-artifact from 8.0.0 to 8.0.1 (#9016) 2026-03-16 16:11:55 -07:00
fstar-extract.yml fstar: fix F* 2026 compatibility and run Meta-F* extraction successfully 2026-04-06 01:49:41 +00:00
issue-backlog-processor.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
issue-backlog-processor.md Add noop report-as-issue: false to all agentic workflow frontmatter 2026-03-12 20:01:30 +00:00
mark-prs-ready-for-review.yml Fix mark-prs-ready-for-review workflow: use GH_AW_GITHUB_TOKEN for GraphQL mutation 2026-03-12 18:18:45 +00:00
memory-safety-report.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
memory-safety-report.md udpated wf 2026-03-24 09:15:08 -07:00
memory-safety.yml Bump actions/download-artifact from 8.0.0 to 8.0.1 (#9016) 2026-03-16 16:11:55 -07:00
msvc-static-build-clang-cl.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
msvc-static-build.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
nightly-validation.yml Add riscv64 wheel builds to nightly and release PyPI publishing (#9153) 2026-03-28 15:26:59 -07:00
nightly.yml Bump nuget/setup-nuget from 2 to 3 (#9175) 2026-03-30 19:16:54 -07:00
nuget-build.yml Bump nuget/setup-nuget from 2 to 3 (#9175) 2026-03-30 19:16:54 -07:00
ocaml.yaml Bump actions/cache from 5.0.3 to 5.0.4 (#9112) 2026-03-23 16:33:01 -07:00
ostrich-benchmark.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
ostrich-benchmark.md udpated wf 2026-03-24 09:15:08 -07:00
pyodide.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
qf-s-benchmark.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
qf-s-benchmark.md udpated wf 2026-03-24 09:15:08 -07:00
release-notes-updater.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
release-notes-updater.md udpated wf 2026-03-24 09:15:08 -07:00
release.yml Bump nuget/setup-nuget from 2 to 3 (#9175) 2026-03-30 19:16:54 -07:00
specbot-crash-analyzer.lock.yml Fix Specbot Crash Analyzer: move Z3 build to pre-steps to avoid MCP session timeout (#9200) 2026-04-02 08:48:25 -07:00
specbot-crash-analyzer.md Fix Specbot Crash Analyzer: move Z3 build to pre-steps to avoid MCP session timeout (#9200) 2026-04-02 08:48:25 -07:00
tactic-to-simplifier.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
tactic-to-simplifier.md udpated wf 2026-03-24 09:15:08 -07:00
wasm-release.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
wasm.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
Windows.yml Bump microsoft/setup-msbuild from 2 to 3 (#9109) 2026-03-23 16:33:25 -07:00
wip.yml Bump actions/checkout from 5.0.1 to 6.0.2 (#9018) 2026-03-16 15:52:35 -07:00
workflow-suggestion-agent.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
workflow-suggestion-agent.md udpated wf 2026-03-24 09:15:08 -07:00
zipt-code-reviewer.lock.yml recompile workflows 2026-04-01 09:27:45 -07:00
zipt-code-reviewer.md udpated wf 2026-03-24 09:15:08 -07:00