Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

lrytz

lrytz created a review on a pull request on scala/scala
LGTM, let's put it in a single commit?

View on GitHub

lrytz closed an issue on scala/bug
-Xlint:implicit-recursion doesn't notice implicit class conversion
## reproduction steps using Scala? _Yes._ ```scala ➜ ✗ scala -nobootcp -Xlint Welcome to Scala 2.13.3 (OpenJDK 64-Bit Server VM, Java 11.0.7). Type in expressions for evaluation. Or try :...
lrytz pushed 4 commits to 2.13.x scala/scala
  • Warn implicit is wrapper of enclosing class 95a416c
  • Improve lint explanation 6488e31
  • Lint adapting to universal member 24c9a2d
  • Merge pull request #10933 from som-snytt/issue/12226-lint-recursion-implicit-class Warn implicit is wrapper of enclo... b77c824

View on GitHub

lrytz closed a pull request on scala/scala
Warn implicit is wrapper of enclosing class [ci: last-only]
Fixes scala/bug#12226 Also take Lukas's idea of linting when a conversion adds a universal method.
lrytz created a review comment on a pull request on scala/scala
True, making it protected is more honest, and we are planning to go ahead with additions (SIP-51).

View on GitHub

lrytz created a review on a pull request on scala/scala

View on GitHub

lrytz created a review on a pull request on scala/scala
Very nice, thank you! I added a tiny change https://github.com/scala/scala/compare/f0cef92cb12821e3d648eb4f19da876269cee738..24c9a2dadcd601479314e6a8888bcc7cf1ba4056.

View on GitHub

lrytz created a comment on a pull request on scala/scala
No need, IMO. It doesn't change compilation, just makes the compiler less picky.

View on GitHub

lrytz created a review comment on a pull request on scala/scala
I think it's fine to leave this `private[concurrent]`. Custom Future subclasses defined outside the `concurrent` package can override this method and make the override public. They cannot call it u...

View on GitHub

lrytz created a review on a pull request on scala/scala

View on GitHub

lrytz opened a pull request on scala/scala
Default implementation for Future.onCompleteWithUnregister
To ensure compatibility with existing `Future` subclasses. Follow-up for https://github.com/scala/scala/pull/10927
lrytz created a branch on lrytz/scala

t13058-default - The Scala programming language

lrytz closed an issue on scala/bug
Scalacheck Prop.forAll with > 8 arbitraries eta-expands under -Xsource:3
## Questions are not bug reports Miles had a question: TIL that if you ask `Prop.forAll` for more than 8 arbitraries in a test the test will silently succeed no matter what. If you hand `Pro...
lrytz pushed 2 commits to 2.13.x scala/scala
  • Unexpected eta expansion is behind -Xsource-features:eta-expand-always 21cf899
  • Merge pull request #10907 from som-snytt/issue/13055-eta-x Unexpected eta expansion is behind -Xsource-features:eta-... 81af191

View on GitHub

lrytz closed a pull request on scala/scala
Unexpected eta expansion is behind -Xsource-features:eta-expand-always
Require `-Xsource-features:eta-expand-always` for eta-expansion without an expected type. Plain `-Xsource:3` is reserved for benign features only. As a consequence, `-Xsource-features:case-co...
lrytz created a review on a pull request on scala/scala
Thank you!

View on GitHub

lrytz created a comment on a pull request on scala/scala
You got one method out!

View on GitHub

lrytz closed an issue on scala/bug
Types#termSymbolDirect is broken
```scala Welcome to Scala 2.11.8 (OpenJDK 64-Bit Server VM, Java 1.8.0_66-internal). Type in expressions for evaluation. Or try :help. scala> :power Power mode enabled. :phase is at typer. im...
lrytz pushed 2 commits to 2.13.x scala/scala
  • Remove unused termSymbolDirect 5482c9a
  • Merge pull request #10906 from som-snytt/issue/9720-single-term-direct Remove broken termSymbolDirect e982e4c

View on GitHub

lrytz created a review on a pull request on scala/scala

View on GitHub

lrytz created a comment on a pull request on scala/scala
@SethTisue is this expected? <img width="1071" alt="image" src="https://github.com/user-attachments/assets/b26e95ee-e233-4084-a251-3118c28fb552" /> It links to https://docs.github.com/en/acti...

View on GitHub

lrytz pushed 2 commits to 2.13.x scala/scala
  • Do not expand lambdas used in super constructor calls. That was necessary when `-Ydelambdafy:method` was introduced.... c312eb9
  • Merge pull request #10993 from sjrd/dont-expand-lambdas-in-constructors Do not expand lambdas used in super construc... 82b00e7

View on GitHub

lrytz closed a pull request on scala/scala
Do not expand lambdas used in super constructor calls.
That was necessary when `-Ydelambdafy:method` was introduced. However, since then, the codegen was improved so that delambdafy targets that do not refer to `this` are compiled as `static`. If a ...
lrytz created a review on a pull request on scala/scala
Thanks!

View on GitHub

lrytz created a comment on an issue on scala/scala3
> In Dotty, I've been told a few times not to add `Mode` bits (we have 30 out of 32 used currently), and I would expect the same answer here. Make it a Long?

View on GitHub

lrytz pushed 2 commits to 2.13.x scala/scala
  • Print import given which is never a rename 71be0b3
  • Merge pull request #10943 from som-snytt/issue/13038-given-import Print import given which is never a rename 1c9aa59

View on GitHub

lrytz closed an issue on scala/bug
`Wildcard import cannot be renamed` error in REPL with given import
## Reproduction steps Scala version: 2.13.15 ``` $ scala -Xsource:3 Welcome to Scala 2.13.15 -Xsource:3.0.0 (OpenJDK 64-Bit Server VM, Java 21.0.4). Type in expressions for evaluation. Or ...
lrytz closed a pull request on scala/scala
Print import given which is never a rename
Fixes scala/bug#13038 Stringly REPL relies on correct printing.
lrytz created a comment on a pull request on scala/scala
Thanks!

View on GitHub

lrytz created a review on a pull request on scala/scala

View on GitHub

Load more