eugene yokota
eugene yokota
As annoying and un-typesafe as it is, this is perfectly legal under the current specification. [SLS 6.26.1 Value Conversions](https://www.scala-lang.org/files/archive/spec/2.13/06-expressions.html#value-discarding) > #### Value Discarding > If 𝑒 has some value type...
> do you maybe have time to take a look? sorry, I somehow missed this. > Is there a workaround to make the code compile even when turning warnings into...
Here's my PR - https://github.com/scala/scala/pull/8554
> this is why you only put the "Fixes X" in the PR, and never in the commit message. I'm sorry. I didn't know about this etiquette since I've been...
> The word "tail" appears only twice in the SLS ``` $ rg "\btail" . 02-identifiers-names-and-scopes.md 114:object X { type T = annotation.tailrec } 115:object Y { type T =...
I commented to Bazel issue https://github.com/bazelbuild/bazel/issues/13943#issuecomment-913187856 but using `unzip -Z -v ~/Downloads/pureconfig-core_2.12-0.14.1.jar | less` you can see that there are other classes that also included extended timestamp. Do you know...
As a concrete example, I'm looking to filter out some JARs after `collect_jars` phase. It looks like `phase_compile` uses the JARs from the struct named `collect_jars`: https://github.com/bazelbuild/rules_scala/blob/c9cc7c261d3d740eb91ef8ef048b7cd2229d12ec/scala/private/phases/phase_compile.bzl#L123-L127 so the only...
I work for Twitter, and we're trying to migrate existing Pants codebase to Bazel simultaneously since the `BUILD` files are close enough. Not so surprisingly, where we run into a...
When I started trying Oni 2 on a project, what I found most wanting was better file explorer. This lead me to explorer what I would like as an ideal...
@MichaelJAllen Thanks for the report. I might move things around in the description so steps describes the reproduction steps.