Popular repositories
-
-
-
-
Forked from scala/scala-dist
Additional code relevant to creating a scala distribution.
Emacs Lisp 1
-
624 contributions in the last year
Contribution activity
December 2020
Created 11 commits in 2 repositories
Created a pull request in scala/scala that received 4 comments
Simpler SubstSymMap to leverage reusable instance [ci: last-only]
Follow-up to #9039 with an opinionated commit that simplifies the classes and just commits to mutable (instead of a forked hierarchy; there were va…
+102
−43
•
4
comments
Opened 7 other pull requests in 2 repositories
lampepfl/dotty
4
merged
scala/scala
3
merged
Reviewed 1 pull request in 1 repository
scala/scala 1 pull request
Created an issue in lampepfl/dotty that received 5 comments
Inference limitation with extension, or extension limitation with inference
Minimized code scala> extension [A <: AnyRef](anyref: A|Null) inline def ?:(alt: => A): A = if anyref != null then anyref.nn else alt def ?:[A <: A…
5
comments