Nick Korostelev

Results 15 issues of Nick Korostelev

bug: https://github.com/bazelbuild/bazel/issues/10543

cla: yes

### Description of the problem / feature request: Currently when building a .jar file it's missing a meta-inf describing where to locate the main method. The rule itself has all...

I noticed that the Bazel user root dir grows unbound because rules_jvm_external keeps stale version of the downloaded artifacts unless I manually run `bazel clean --expunge` to clean it up....

Currently `java_export` does not support the generation of `maven-metadata.xml`. This is useful for anyone who's hosting `m2` repo privately, on GCS for example, instead of using Artifactory. Gradle and Maven...

We've seen that Kotlin performs significantly different than Java in Buck, Bazel and Gradle. Adding this scenario would give us better insights into how different it actually is.

#### Description of the issue. Please be specific. In my project it generates the wrong `packagePrefix` #### What's the simplest set of steps to reproduce this issue? Please provide an...

product: IntelliJ
more-data-needed

#### Description of the issue. Please be specific. When clicking on a small play buttons on the gutter to the left of each test method. I expect it to run...

type: feature request
product: Android Studio
android-studio-3.5
topic: testing

Fails with jdeps: ``` cd examples/jdesp_issue bazel build //libKtAndroid1:src_main_kt --@io_bazel_rules_kotlin//kotlin/internal/jvm:experimental_prune_transitive_deps=True --@io_bazel_rules_kotlin//kotlin/internal/jvm:kotlin_deps=True ``` Passes without jdeps: ``` cd examples/jdesp_issue bazel build //libKtAndroid1:src_main_kt --@io_bazel_rules_kotlin//kotlin/internal/jvm:experimental_prune_transitive_deps=True --@io_bazel_rules_kotlin//kotlin/internal/jvm:kotlin_deps=False ``` Error: ``` ERROR: /Users/nkorostelev/Snapchat/Dev/rules_kotlin/examples/jdesp_issue/libKtAndroid1/BUILD.bazel:3:19: KotlinCompile //libKtAndroid1:src_main_kt...

Meld version 3.21.0.osx3 Mac Catalina v10.15.7 2.4 GHz 8-Core Intel Core i9 64 GB 2667 MHz DDR4 Intel UHD Graphics 630 1536 MB for a ~160 line Java file during...