Skip to content

Fix extraction of primitive array literal - #22457

Open
SkySkimmer wants to merge 1 commit into
rocq-prover:masterfrom
SkySkimmer:fix-extr-arr
Open

Fix extraction of primitive array literal#22457
SkySkimmer wants to merge 1 commit into
rocq-prover:masterfrom
SkySkimmer:fix-extr-arr

Conversation

@SkySkimmer

Copy link
Copy Markdown
Contributor

Fix #22365

@SkySkimmer
SkySkimmer requested a review from a team as a code owner September 9, 2026 14:10
@coqbot-app coqbot-app Bot added the needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. label Sep 9, 2026
@SkySkimmer SkySkimmer added the request: full CI Use this label when you want your next push to trigger a full CI. label Sep 9, 2026
@coqbot-app coqbot-app Bot removed request: full CI Use this label when you want your next push to trigger a full CI. needs: full CI The latest GitLab pipeline that ran was a light CI. Say "@coqbot run full ci" to get a full CI. labels Sep 9, 2026
@ppedrot ppedrot self-assigned this Sep 9, 2026
@ppedrot ppedrot added this to the 9.3.0 milestone Sep 9, 2026
@ppedrot ppedrot added the kind: fix This fixes a bug or incorrect documentation. label Sep 9, 2026
@ppedrot

ppedrot commented Sep 9, 2026

Copy link
Copy Markdown
Member

The test on 32-bit cannot be the same as the one on 64-bit architectures 😱

@SkySkimmer SkySkimmer added the request: full CI Use this label when you want your next push to trigger a full CI. label Sep 9, 2026
@coqbot-app coqbot-app Bot removed the request: full CI Use this label when you want your next push to trigger a full CI. label Sep 9, 2026
@SkySkimmer

Copy link
Copy Markdown
Contributor Author

being an int63 array is irrelevant to the bug so let's use nat instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: fix This fixes a bug or incorrect documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extraction of literal primitive arrays emits [|(e1; e2; …)|] → single-element OCaml array (silent data corruption of verified artifacts)

2 participants