John Firebaugh

Results 208 comments of John Firebaugh

Thank you for the detailed response. I understand that test sandboxing means that `buildifier_test` cannot currently subsume the complete functionality of `buildifier(mode = "diff")`. It does make sense then to...

Sorry, I'm not sure what "lines about ../../../blaze-bin etc" refers to. Is there a link where I can read about that?

Thanks for the pointer. I don't think that's the issue here. I've added a `rootDirs` section. Bazel/tsc output is unchanged: https://github.com/jfirebaugh/bazel_test/commit/42acea57293d87022b4eb91573183ede2bc6e66b

I some digging with `-s` and `--sandbox_debug`. The default for `include` is `["**/*"]`, which is resolved relative to the location of `tsconfig.json`, which winds up being a directory in the...

I've also tried indirecting the b -> a dependency through `js_library`. This produces the same error.

Some of the links _are_ working. Ones that are not: CrateInfo, DepInfo, StdLibInfo, rules_rust_dependencies, and rust_register_toolchains. Possibly others, I didn't test them all.

I've gotten the "not under rootDir" error on macOS when using `--spawn_strategy=local`. It's the same underlying issue -- tsc prefers the `.ts` file in the source dir to the `.d.ts`...

> In Terraform's default configuration, `terraform init` will generate a lock file containing all of the checksums signed by the original provider author across all platforms. This just doesn't seem...

I wonder if we can use the `input` event instead. That would avoid needing to use `keyCode` which is non-standard, deprecated, and system and implementation dependent. /cc @tmcw