Ecosyste.ms: Timeline

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

lrytz

lrytz created a comment on a pull request on scala/scala
OK, I think it should be fine. What I did - downloaded the latest sbt to `/usr/local/sbt`, `/usr/local/bin/sbt` is a symlink to that (it used to be sbt-extras) - downloaded jdk 8 to `/usr/l...

View on GitHub

lrytz created a review on a pull request on scala/scala-lang
LGTM, thanks!

View on GitHub

lrytz pushed 1 commit to main scala/scala-jenkins-infra
  • Jenkins workers disk space feafefd

View on GitHub

lrytz pushed 1 commit to lint-structural lrytz/scala
  • -Xsource-features:no-infer-structural e8ffd4b

View on GitHub

lrytz pushed 2 commits to 2.13.x scala/scala
  • Fix reentrancy issue in LongMap/AnyRefMap.getOrElseUpdate 5539af7
  • Merge pull request #10924 from lrytz/t13048 Fix reentrancy issue in LongMap/AnyRefMap.getOrElseUpdate fa008e6

View on GitHub

lrytz closed an issue on scala/bug
getOrElseUpdate does not behave as it should on mutable.LongMap
Here's a self-contained example that shows the incorrect behavior: ```scala import scala.collection.mutable import scala.collection.immutable.SortedSet import scala.util.Random class Bug(m...
lrytz closed a pull request on scala/scala
Fix reentrancy issue in LongMap/AnyRefMap.getOrElseUpdate
Fixes https://github.com/scala/bug/issues/13048
lrytz created a comment on a pull request on scala/scala
> It would be nice if lrytz finally signed the CLA Just adding a few more commits before I sue EPFL.

View on GitHub

lrytz pushed 2 commits to lint-structural lrytz/scala
  • lint inferred structural types 60606b5
  • -Xsource-features:no-infer-structural 90bb51c

View on GitHub

lrytz created a comment on a pull request on scala/scala
I'm taking another look. `Namer.assignTypeToTree` is used to infer a DefDef/ValDef type. It calls `Typer.computeType`, which calls `packedType`. Example: `def t = new C { def f = 1 }` - ...

View on GitHub

lrytz created a comment on a pull request on scala/scala
This could go in 2.13.16, maybe @som-snytt can βœ…it

View on GitHub

lrytz created a comment on an issue on scala/scala3
Starting point is https://github.com/scala/scala-dev/issues/405. There are many links from there to PRs, a repo with tests / experiments, eg a script that compiles files in random orders or recompi...

View on GitHub

lrytz pushed 2 commits to t13062 lrytz/scala
  • distinguish null and empty lazy list, cons(1, null) should NPE 8da24c8
  • rename _state to _tail 41171c2

View on GitHub

lrytz created a review comment on a pull request on scala/scala
I probably didn't get what you mean then, https://github.com/scala/scala/pull/10937/commits/188f445436ff55ace8b685dd4399e1a117b2d555#diff-b64326ffeb79c30e7645bbfd8c8071cd453e417debf25dfb870af8323eb...

View on GitHub

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

View on GitHub

lrytz pushed 2 commits to t13062 lrytz/scala
  • distinguish null and empty lazy list, cons(1, null) should NPE 188f445
  • rename _state to _tail 58e886e

View on GitHub

lrytz pushed 2 commits to t13062 lrytz/scala
  • distinguish null and empty lazy list, cons(1, null) should NPE c710235
  • rename _state to _tail cc7fe7a

View on GitHub

lrytz pushed 1 commit to annot-overload lrytz/scala

View on GitHub

lrytz created a review comment on a pull request on scala/scala
Thank you! I pushed a slightly different, simpler fix, please take a look. The problem is that `EmptyFun: () => LazyList[A]` has to return a `LazyList`, so it cannot be an arbitrary marker objec...

View on GitHub

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

View on GitHub

lrytz pushed 3 commits to t13062 lrytz/scala
  • heap saftety test for foldLeft 57112f3
  • distinguish null and empty lazy list, cons(1, null) should NPE fa4b5fe
  • rename _state to _tail 046b928

View on GitHub

lrytz created a comment on an issue on raspberrypi/bookworm-feedback
Thanks!

View on GitHub

lrytz opened an issue on raspberrypi/bookworm-feedback
Latest `raspberrypi-ui-mods`: rasputin not working on X11 due to missing xinput
### Describe the bug `sudo apt dist-upgrade` upgrades `raspberrypi-ui-mods`, it removes `lxinput` and installs `rasputin`. `sudo apt autoremove` then removes `xinput`. Starting `rasputin` th...
lrytz created a branch on lrytz/scala

YnoRcentJeps - The Scala programming language

lrytz opened an issue on raspberrypi/linux
Latest `raspberrypi-ui-mods`: rasputin not working on X11 due to missing xinput
### Describe the bug `sudo apt dist-upgrade` upgrades `raspberrypi-ui-mods`, it removes `lxinput` and installs `rasputin`. `sudo apt autoremove` then removes `xinput`. Starting `rasputin` th...
lrytz created a review comment on a pull request on scala/scala
maybe this is actually needed for heap safety / enabling early GC of `this`: https://github.com/scala/scala/pull/7990#issuecomment-524346566

View on GitHub

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

View on GitHub

lrytz created a comment on an issue on scala/scala-dev
πŸ‘

View on GitHub

lrytz created a comment on a pull request on scala/scala
it's a completion test ``` [metals] [error] ==> X tests.pc.CompletionArgSuite.contructor-param_2.13.16-bin-06d9be6 0.047s munit.ComparisonFailException: tests/cross/src/test/scala/tests/pc/Com...

View on GitHub

lrytz created a comment on an issue on scala/scala-dev
... sometimes the simple ideas are not that simple. https://github.com/scala/scala/compare/2.13.x...lrytz:scala:annot-overload?expand=1 adds the constructor symbol to AnnotationInfo, but - we...

View on GitHub

Load more