Snorlax

Results 14 issues of Snorlax

Tulsi only transfer the includes header defines in `include` label into `HEADER_SEARCH_PATHS` Mostly we should hide inner header for preventing other lib using it, so flags like -iquote or -I...

I am using `[project root]/kls-classpath` to provider classpath from bazel to language server and the content of kls-classpath like this ``` # kls-classpath # I have made a aspects to...

I am integrating with bazel system, but the process found that the walk function is not handled correctly, resulting in an infinite loop. I tried to make a patch and...

Currently composed resource generators do not have customization capabilities(https://github.com/JetBrains/compose-multiplatform/blob/master/gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/resources/ResourcesGenerator.kt), e.g. Res is internal level. Generation strategies for drawable density. Is it possible to add some options such as at least...

enhancement
resources

**Describe the bug** Two modules has values/strings.xml cause compile error **Affected platforms** Select one of the platforms below: - Android If the bug is Android-only, report it in the [Jetpack...

bug
resources

In some ksp usage scenarios, you need to pass in apoption. But now rules does not implement this function. I tried to implement it with a options params. https://github.com/bazelbuild/rules_kotlin/pull/1103 Here's...

Hello, I'm trying to use kotlin multiplatform recently and I have implemented a rule for compiling kotlin source files into static_framework so they can be integrated into iOS ecosystem. This...

feature request

https://github.com/hedronvision/bazel-compile-commands-extractor/issues/93 Usage ``` bazel run //:refresh_compile_commands -- --file=a/b/c.c ``` - [ ] # TODO we should always be quoting targets when we splice them in https://github.com/xinzhengzhang/bazel-compile-commands-extractor/pull/1 - [ ] #...

Reimplement for https://github.com/hedronvision/bazel-compile-commands-extractor/pull/89