Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-williams/scala-bugs
Repros of scala/sbt bugs that I run in to
https://github.com/ryan-williams/scala-bugs
Last synced: about 2 months ago
JSON representation
Repros of scala/sbt bugs that I run in to
- Host: GitHub
- URL: https://github.com/ryan-williams/scala-bugs
- Owner: ryan-williams
- Created: 2017-03-08T22:23:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T20:12:08.000Z (over 5 years ago)
- Last Synced: 2024-10-20T07:45:17.139Z (3 months ago)
- Language: Scala
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-bug
Minimal repros of scala bugs I've run into:- [branch 10222](https://github.com/ryan-williams/scalac-bug/tree/10222): [scala/bug#10222](https://github.com/scala/bug/issues/10222)
- [branch 10401](https://github.com/ryan-williams/scalac-bug/tree/10401): [scala/bug#10401](https://github.com/scala/bug/issues/10401)
- [branch `trait`](https://github.com/ryan-williams/scalac-bug/tree/trait): [discussed on #9689](https://github.com/scala/bug/issues/9689#issuecomment-334975302)
- [branch `serde`](https://github.com/ryan-williams/scalac-bug/tree/serde): [discussed on #2824](https://github.com/sbt/sbt/issues/2824#issuecomment-327941556)
- [branch `dependsOn`](https://github.com/ryan-williams/scala-bugs/tree/dependsOn): `test->test` project-dependencies don't translate into `-tests`-dependency in POM ([sbt/sbt#3709](https://github.com/sbt/sbt/issues/3709))
- [branch `scalatest-stack`](https://github.com/ryan-williams/scala-bugs/tree/scalatest-stack): Scalatest doesn't show the full stack trace in JS ([scalatest#1575](https://github.com/scalatest/scalatest/issues/1575))