Clément Jean

Results 44 comments of Clément Jean

It seems that its clang's AST that is failing to parse, interesting :smile:

@offa when compiling the code

Im curious about where are the other visualizers. im interested in doing this but I dont know where to start

The worst thing out of this transition is this part of [channelz/service/service_test.go](https://github.com/grpc/grpc-go/blob/9e1fc3e9c088387890f5a303b805d320f11cc6dd/channelz/service/service_test.go#L276). In order to be able to switch to `google.golang.org/protobuf/proto` It seems we somehow need to implement `protoreflect.ProtoMessage` and...

For those who are on M1 mac, i made the install work with `npm_config_target_arch=x64 npm i grpc-tools`. It is probably not the best solution but it is working fine.

It would be interesting to have this. I could have the same Go compiler but two entries in the compilers drop-down. The main difference would be the environment variables in...

I'm actually also working on this but I'm facing the following error: ``` ERROR: error loading package 'java/kotlin': at /private/var/tmp/_bazel_clement/5892ceef4629d9b2aad305f593ba52a0/external/rules_jvm_external.4.5/kt_defs.bzl:19:6: at /private/var/tmp/_bazel_clement/5892ceef4629d9b2aad305f593ba52a0/external/rules_jvm_external.4.5/private/rules/kt_jvm_export.bzl:1:6: at /private/var/tmp/_bazel_clement/5892ceef4629d9b2aad305f593ba52a0/external/rules_jvm_external.4.5.non_module_deps.io_bazel_rules_kotlin/kotlin/jvm.bzl:9:5: at /private/var/tmp/_bazel_clement/5892ceef4629d9b2aad305f593ba52a0/external/rules_jvm_external.4.5.non_module_deps.io_bazel_rules_kotlin/kotlin/internal/opts.bzl:22:5: Unable to find package...

@meteorcloudy 4.5 seems to be the version available on: [Bazel Central Register](https://registry.bazel.build/modules/rules_jvm_external) and on [Github](https://github.com/bazelbuild/rules_jvm_external/releases), isn't it ? Anyway, I moved to bazelisk and version 6.0.0rc4 and I have another...

When I remove the rules_kotlin, I have this error: ``` ERROR: Skipping '//...': error loading package under directory '': error loading package 'java/kotlin-lite': Unable to find package for @[unknown repo...

@meteorcloudy Still on this. I have the following error now: ``` No repository visible as '@io_bazel_rules_kotlin_configured' from repository '@rules_jvm_external~5.2~non_module_deps~io_bazel_rules_kotlin'. ``` We seem to have a problem with either koltin or...