Win Wang

Results 37 issues of Win Wang

I changed it to registerTask and it worked just fine, but registerMultiTask makes it so it doesn't even run with the supplied instructions.

For example, with `--scalac-options`, the only documentation I could find looked like `--scalac-options -Ywarn-unused`. If I had 2 options, `A` and `B`, I wouldn't know how to pass them as...

documentation
good first issue
cli

i.e. like `java_binary` and `java_test`. One example is how `scala_tests` don't have the `env` attribute from `java_test`. I believe that Bazel inherits attributes by depending on their "parent" classes(?) when...

One issue is that this means Windows will not respect `runtime_jdk`. Another issue is that we have different code paths for finding the java binary. https://github.com/bazelbuild/rules_scala/blob/cd556ccfc253bfd70659631079e39be412b5402d/scala/private/phases/phase_write_executable.bzl#L83

Hacked it up over [here](https://github.com/wiwa/rsc/commit/10f9bb3d6cb26bf6f5e906b5965d680057bf83ca), it showed a useful speedup in outlining a large target. Unsure of memory implications, though.

Semantic

`metac` version `2.12.8:4.2.0`, `metap` version `2.12:4.1.6`. Relates (?) to #1845 Foo.scala ```scala object Foo { class C[A](x: Int) } class Y extends Foo.C(1) ``` occurence has: ``` occurrences { range...

Semantic
Bug

### Description Include `runtime_jdk` as an an `attr` on `jmh_support:benchmark_generator`. `scala_benchmark_jmh` can now specify a Java runtime to build its `scala_binary` with. To test whether our changes work for different...

Hi, when I try `cabal install` I get this error: ``` Configuring Win32-2.3.1.0... cabal: Missing dependencies on foreign libraries: * Missing (or bad) header file: HsWin32.h * Missing C libraries:...

need information
fridge

Also fixes #353 This will prevent unreadable existential types from being ascribed, as well as circumventing a bug where an existential type might be qualified: `Box[MyScope._1] forSome { type _1...

As of Scala version `2.12.9`, the `-Youtline` and `-Ypickle-write` options have been added. This adds outlining capabilities to `scalac` itself! It would be good to support loading the `.sig` file...

Classpath
Scalasig