Alex Eagle

Results 281 issues of Alex Eagle

…a RAM Some targets are globs of a large amount of code. By default Bazel allocates only 250MB See https://github.com/bazelbuild/bazel/commit/d7f0724b6b91b6c57039a1634ff00ccebd872714#diff-139b184febb86269f1ceee705bde7274e2efcccaa3f435a8c6cb2f1f0854ce46R96 --- ### Type of change - New feature or functionality...

### What happened? repro: https://github.com/binoche9/repros/tree/ts-proto-library-nested-workspace ``` bazel build @inner//:settings_ts --override_repository=aspect_rules_ts=$HOME/Projects/rules_ts DEBUG: (this is the args to protoc) /shared/cache/bazel/user_base/6756fcacb63b1eda5fcd3118a702b979/external/aspect_rules_ts/ts/private/ts_proto_library.bzl:38:10: --plugin=protoc-gen-es=bazel-out/k8-opt-exec-2B5CBBC6/bin/external/inner/_settings_ts.gen_es.sh | --es_opt=keep_empty_files=true --es_opt=target=js+dts --es_out=bazel-out/k8-fastbuild/bin --descriptor_set_in bazel-out/k8-fastbuild/bin/external/inner/settings_proto-descriptor-set.proto.bin external/inner/settings.proto INFO: Analyzed target @inner//:settings_ts...

bug
investigation needed

Continue running tests against LTS (Bazel 6) Note, we dropped Bazel 5 in https://github.com/aspect-build/rules_ts/pull/372 but didn't document that. BREAKING CHANGE: rules_ts 2.0 requires Bazel 6.0 or greater. --- ### Type...

### What happened? There's a TODO https://github.com/aspect-build/rules_ts/blob/71ecd6343a7e3d4af842ebe1b42b7b0aa2d1acd0/ts/private/ts_config.bzl#L45-L46 Maybe we can make it TODONE for 2.0 ### Version HEAD ### How to reproduce _No response_ ### Any other information? _No response_

bug
tech debt

### What happened? To green up https://github.com/aspect-build/rules_ts/pull/430 I'm disabling this CI matrix entry ### Version HEAD ### How to reproduce _No response_ ### Any other information? _No response_

bug
tech debt

**IMPORTANT:** This depends on an unimplemented feature request in TypeScript: `--isolatedDeclarations` https://github.com/microsoft/TypeScript/issues/47947 ### What is the current behavior? Currently, type-checking a tree of targets like `app Now assume we could...

enhancement
blocked

### What is the current behavior? Transferred from https://github.com/bazelbuild/rules_nodejs/issues/2850 ### Describe the feature We should support the performance gain of TypeScript 'incremental' mode. Currently it's ignored: https://github.com/aspect-build/rules_ts/blob/dc5f4549cffae844166620e81bbff9acf7e66428/examples/project_references/README.md?plain=1#L22-L24

enhancement
investigation needed

### What is the current behavior? Followup to #149 which introduces plugin support but only documents how to use them for pre-built plugins distributed as wasm files. ### Describe the...

enhancement
funding needed

### What is the current behavior? rules_python runs a Python program (pip-compile) which is very slow. ### Describe the feature https://astral.sh/blog/uv is very fast. Not 100% compatible, but for a...

enhancement
untriaged