Skip to content

Commit 94a0ebb

Browse files
authored
Merge pull request #4205 from mtzguido/release
Prepare for release
2 parents 1006c12 + 143d03f commit 94a0ebb

84 files changed

Lines changed: 2320 additions & 3334 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fstar.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "2026.03.24~dev"
2+
version: "2026.04.17~dev"
33
maintainer: "guimartinez@microsoft.com"
44
authors: "Nik Swamy <nswamy@microsoft.com>,Jonathan Protzenko <protz@microsoft.com>,Tahina Ramananandro <taramana@microsoft.com>"
55
homepage: "http://fstar-lang.org"

mk/generic-0.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ endif
1818

1919
maybe_touch=$(if $(TOUCH), touch $(TOUCH))
2020

21-
# This is to support both --lax and non --lax clients.
22-
EXTENSION := $(if $(findstring --lax,$(FSTAR_OPTIONS)),.checked.lax,.checked)
23-
MSG := $(if $(findstring --lax,$(FSTAR_OPTIONS)),LAXCHECK,CHECK)
21+
EXTENSION := .checked
22+
MSG := CHECK
2423

2524
ifeq ($(CODEGEN),FSharp)
2625
EEXT=fs

stage0/Makefile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stage0/dune/fstar-guts/fstarc.ml/FStarC_CheckedFiles.ml

Lines changed: 39 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stage0/dune/fstar-guts/fstarc.ml/FStarC_Const.ml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stage0/dune/fstar-guts/fstarc.ml/FStarC_Errors.ml

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)