Jason Bedard

Results 116 issues of Jason Bedard

When putting a non-existing URL in the `registry` or `@scope:registry` it is not respected and still fetches from the default. When configuring a non-existing registry the build still passes. For...

bug
prioritized

Today validation is enabled/disabled with `ts_project(validate=True|False)`. As more validation is added it would be nice to enable only a subset while opting out of others.

enhancement

With rules_js `.npmrc` can be used to customize registry URLs, auth. Customizing the typescript URLs in rules_ts is difficult and undocumented, see ts/private/npm_repositories.bzl Ideally this will respect all config from...

enhancement
need: funding

Trying out `experimental_remote_downloader` with rules_js and buildbuddy...

A lot of the `paths` methods are significantly slower then they could be. I've found when invoked frequently (such as once per path in a large `glob` result) doing simple...

I assume this is a result of https://github.com/bazelbuild/bazel-gazelle/commit/073699ea1342b90ed0ca28ab39c90bc71c223e9a although I haven't investigated yet. Downgrading to 0.34 seems to work. ### What version of gazelle are you using? 0.35 ### What...

### Type of change - Performance (a code change that improves performance) ### Test plan - Covered by existing test cases

### What happened? The rules_js bzlmod npm extensions are slower then the repository rules today due to parsing and iterating over the lockfile+npmrc file content multiple times. ### How to...

bug
performance

--- ### Type of change - Bug fix (change which fixes an issue) - New feature or functionality (change which adds functionality) - Style (white-space, formatting, etc...) - Refactor (a...