606 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
July 2025
Created 16 commits in 6 repositories
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
-
Merge 2.12.x to 2.13.x [ci: last-only]
This contribution was made on Jul 15
Reviewed 6 pull requests in 3 repositories
scala/scala
4 pull requests
-
Never emit abstract final inner class [ci: last-only]
This contribution was made on Jul 17
-
Completions: exclude top-level class symbols with a
$
This contribution was made on Jul 15 -
Also test abstract var in trait parent
This contribution was made on Jul 14
-
No dealias of type ctor in typedNew
This contribution was made on Jul 1
scala/scala3
1 pull request
-
Refine implicit search fallbacks for better ClassTag handling
This contribution was made on Jul 17
scala/scala-parallel-collections
1 pull request
-
Stabilise OldHashSet serialisation independent of the generated classfile
This contribution was made on Jul 14
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