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

Update scalalib and scalachess #16238

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Conversation

isaacl
Copy link
Member

@isaacl isaacl commented Oct 17, 2024

scalalib 11.3.1
scalachess 16.3.2

Major changes:

  • FunctionWrapper no longer will implicitly apply the function. The method is now named 'exec'.
  • OpaqueInt was renamed to RelaxedOpaqueInt.
  • The new OpaqueInt now does not have any arithmetic ops by default, similar to OpaqueFloat, etc.
  • Centis has a more restrictive type (RichOpaqueInt) which does not allow direct comparisons to Int.
  • nowNanos was renamed to nowNanosRel

scalalib 11.3.1
scalachess 16.3.2

Major changes:
- FunctionWrapper no longer will implicitly apply the function. The
  method is now named 'exec'.
- OpaqueInt was renamed to RelaxedOpaqueInt.
- The new OpaqueInt now does not have any arithmetic ops by default, similar to
  OpaqueFloat, etc.
- Centis has a more restrictive type (RichOpaqueInt) which does not allow direct
  comparisons to Int.
- nowNanos was renamed to nowNanosRel
@isaacl
Copy link
Member Author

isaacl commented Oct 17, 2024

Note: build is failing because scalalib and scalachess are not published yet.

@isaacl
Copy link
Member Author

isaacl commented Oct 18, 2024

Verified tests pass with these PRs merged using a publishLocal

@ornicar ornicar merged commit 96fecc9 into lichess-org:master Oct 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants