Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lean: concurrency_interface test fails #1150

Open
protoben opened this issue Mar 11, 2025 · 0 comments
Open

Lean: concurrency_interface test fails #1150

protoben opened this issue Mar 11, 2025 · 0 comments
Labels
Lean Issues with Sail to Lean translation

Comments

@protoben
Copy link
Collaborator

The concurrency_interface Lean test fails with the following message:

error: ././././Out.lean:291:38: application type mismatch
  sail_mark_register PreSail.Reg
argument
  PreSail.Reg
has type
  (r : ?m.5451) → PreSail.RegisterRef ?m.5452 (?m.5452 r) : Type
but is expected to have type
  RegisterRef ?m.5450 : Type
error: ././././Out.lean:292:43: application type mismatch
  sail_mark_register_pair PreSail.Reg
argument
  PreSail.Reg
has type
  (r : ?m.5699) → PreSail.RegisterRef ?m.5700 (?m.5700 r) : Type
but is expected to have type
  RegisterRef ?m.5697 : Type
error: ././././Out.lean:292:51: invalid dotted identifier notation, unknown identifier `String.Reg` from expected type
  String
error: Lean exited with code 1
✔ [13/14] Built Out.Sail.Sail:c.o
Some required builds logged failures:
- Out
error: build failed
@protoben protoben added the Lean Issues with Sail to Lean translation label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lean Issues with Sail to Lean translation
Projects
None yet
Development

No branches or pull requests

1 participant