Chris Bracken

Results 39 issues of Chris Bracken

In #15, I switched from hardcoding Bazel 1.0.1 in the .travis.yml config to installing Bazel via their published APT repository. This has the advantage that we pick up the latest...

enhancement

Users should be able to build Flutter apps using Bazel. The Flutter tool doesn't yet have a stable API but if we get to that point, it would be reasonable...

enhancement

We'd still likely need a bundle format to deal with loading of data assets.

enhancement

Along with the checked in sources in the repo, Bazel emits generated code to either `bazel-bin` or `bazel-genfiles`. Since checked-in code frequently imports generated code, toolchain support for multiple parallel...

enhancement

### Check for existing issues - [X] Completed ### Language Objective-C ### Tree Sitter parser link https://github.com/jiyee/tree-sitter-objc ### Language server link https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd ### Misc notes In addition to C/C++, `clangd`...

language

Specifically the ability to merge lcov.

type-enhancement

type-enhancement
type-cleanup

Add `--json`, `--lcov`, `--pretty-print` (default) flags to specify output. Requires adding --sdk-root and --package-root flags. Blocked by #7.

type-enhancement

In particular, lack of `@Injectable` should cause failures consistent with the failures users would experience in the static codegen version emitted by the transformer.