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

Fix all Sail compilation warnings #540

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 4, 2024

  1. Fix all Sail compilation warnings

    Add `pure`/`impure` annotations and remove some duplicate function declarations.
    Timmmm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0cab9e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Change prints from impure to pure

    From the Sail model's perspective the output is not observable so these are pure. Also the pure/impure is used for formal backends which don't actually print anything anyway.
    Timmmm committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ae1e75e View commit details
    Browse the repository at this point in the history