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

11.3.1 #66

Merged
merged 1 commit into from
Oct 18, 2024
Merged

11.3.1 #66

merged 1 commit into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. 11.3.1

    - Remove extra definitions recently added to OpaqueX
    - Rename OpaqueInt -> RelaxedOpaqueInt
    - Rename OpaqueIntSafer -> RichOpaqueInt
    - Rename FunctionWrapper.apply -> exec
      The apply method is overloaded with TotalWrapper.apply, leading
      to spurious build errors. And also it seems like best practice
      to explicitly unwrap an Opaque function if we want to use it.
    - Restore trait to SameRuntime (requiring by FunctionalInterface tag)
    
    Note: Currently only use of RichOpaqueInt is Centis.  Many users
    of OpaqueInt in lila need to be renamed to RelaxedOpaqueInt, and
    many users of FunctionWrapper need the 'exec' method call added.
    
    There are related PRs in scalachess, lila-ws, and lila for the upgrade.
    isaacl committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8609462 View commit details
    Browse the repository at this point in the history