Skip to content
View lrytz's full-sized avatar
🛖
🛖

Sponsoring

@tekezo
@cryptomator

Organizations

@scala

Block or report lrytz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. efftp efftp Public

    Scala 84 5

  2. pacman pacman Public

    Scala 25 7

  3. soma soma Public

    Soma Cube Solver in Dart

    Dart 5 1

  4. effects effects Public

    Scala 4

  5. jenkins-scripts jenkins-scripts Public

    Shell 4 17

  6. scalabuilds scalabuilds Public

    Scala 4 1

606 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week July August September October November December January February March April May June July
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to scala/scala, scala/scala3, scala/scala-dist and 30 other repositories
Loading A graph representing lrytz's contributions from July 14, 2024 to July 19, 2025. The contributions are 58% commits, 25% code review, 12% pull requests, 5% issues.

Contribution activity

July 2025

Created a pull request in scala/scala that received 4 comments

Completions: exclude top-level class symbols with a $

Completions were changed recently to include symbols with a $ in their name (PR 11024). In SymbolLoaders, the compiler creates a class symbol for e…

+9 −2 lines changed 4 comments
Opened 1 other pull request in 1 repository
scala/scala 1 merged
Reviewed 6 pull requests in 3 repositories

Created an issue in scala/scala3 that received 3 comments

ClassTag inference fails with method call chain

//> using scala 3.7.1 trait B[-A, +To] { def addOne(e: A): this.type = this def res(): To } class Col[A] object Factory { def newB[A: reflect.ClassTag

3 comments
Loading