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 to Scala 3.4.0 #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 28, 2024

  1. Update to Scala 3.4.0

    Due to multiple new warnings:
    
    - Added infix modifier for commonly used infix operators and types
    - Replaced `: _*` for `*`
    
    Due to new compilation errors:
    
    - Added Promotion `(T, DType) => T` -- match types are behaving slightly
    different now.
      - Although I'm still unsure what are the implications of this change
      everything runs properly
    davoclavo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    be0b842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc691f0 View commit details
    Browse the repository at this point in the history