Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Popular repositories
-
-
-
-
Forked from scala/scala-dist
Additional code relevant to creating a scala distribution.
Emacs Lisp 1
-
451 contributions in the last year
Contribution activity
December 2019
Created a pull request in akka/akka that received 14 comments
No more Predef.getClass
Purpose The Scala community build noticed that a test class accidentally uses the root import of Predef.getClass, which is no longer supported, so…
+5
−2
•
14
comments
- Test for Queue iterator optimization
- Lint recursive application using default args, quick use of lint roller
- Filter retracted apply from overload
- REPL uses actual root imports for templating
- Improve message with overloaded constructor
- Deprecate old-style constructor syntax
- Lint confusing by-name conversion of block result
- Spec grammar touchups pointed out by Ducanhta
- Partially revert infer-any lint improvement aka realias all the…
- Throw on null env var
- Use Arabic numerals in compiler error summary [ci: last-only]
- Warn infer-any avoids extra work
- Check that varargs is applied only to methods
Created an issue in scala/bug that received 2 comments
Elidable categories
-Xelide-below is only a single knob. What if I want to elide logging, assertions in my collections library, expensive checks, on different timetabl…
2
comments