-
test for method-call version of `getVar` (you can put it in `BasicOpsSpecification`) is failing compilation
```
property("getVar") {
test("getVar", env, ext,
"{ allOf(Coll(CONTEXT.getVar…
-
Let users have a back door to the database to do whatever they need to do. They can always open up another connection themselves; Having two database connections open from the same app to the same dat…
-
- remove sxr links?
- replace scaladoc links?
- replace github source code link?
- restore sxr?
- use metadoc? https://github.com/scalameta/metadoc
- any others?
```
$ git grep "/sxr/"
src/d…
-
Based on OpenCB failure in akka/akka-http https://github.com/VirtusLab/community-build3/actions/runs/5557868276/jobs/10152257798
## Compiler version
3.3.2-RC
Works in 3.3.1-RC4
Bisect results…
-
collection of ideas for next iteration of #1201
### expose links options
* provide `discoveredRuntimeLinks` function for auto-generated links
* provide `configuredRuntimeLinks` function for injec…
-
Chisel's IR (which is not Firrtl) is currently public and thus part of the API. Should this be the case? Now is the time to make it private if we're going to.
-
Originally reported by @retronym
## steps
See https://github.com/scala/scala/pull/6300#issuecomment-372495182
## problem
Classloader used by non-fork test includes scala-library in ScalaI…
-
download the href-bug.tgz file
extract the files with "tar xfz href-bug.tgz"
open a browser
go to href-bug/target/scala-2.10/api/index.html
then click on HrefWithHashtag
then click on TheAName
y…
-
When working on https://github.com/akka/akka-persistence-cassandra/pull/888 I realized that it wasn't obvious how to set a dispatcher all the way to the Sink (and not introduce async boundary).
My …
-
For example, the method signature for Map[P,Q].map is:
class Map[P,Q]
def map[B, That](f: A => B)(implicit bf: CanBuildFrom[Repr, B, That]): That
...however, in the apidocs, the signature is g…