Alex Eagle

Results 1035 comments of Alex Eagle

I've been working on this in a branch: https://github.com/bazelbuild/examples/compare/nextjs_standalone Some observations: - next.js wants to copy node_modules from the working directory into the `.next/standalone` output directory. - rules_js patches the...

Sorry I ran out of time to work on this, I had a short-term funding source for 30min of hand-on-help but we only scheduled two of those.

@gregmagolan has a solution for this now.

Ping @jsharpe ? Sounds like there's just an input to the repository rule which isn't referenced by a label during the rule execution, so bazel doesn't know that changes to...

Indeed I think you found the problem, `exclude=["bazel*/**"]` makes the glob exclude the files correctly

Hey @gergelyfabian I'm curious if you've tried this with https://github.com/aspect-build/rules_lint We support scalafmt and shouldn't have any of these bugs that Tiago pointed out there.

Generally LGTM, it would be good to show an example of use and have a test that confirms that we build wheels with some dependencies automatically included.

Can the maintainers give an update on this? Breaking changes have been a major obstacle for my clients, and not having a stable Python ruleset is inhibiting the Bazel ecosystem...

FYI I'm adding mypy to rules_lint: https://github.com/aspect-build/rules_lint/issue/79

I see a 3.0 is shipping right now https://github.com/bazelbuild/bazel-central-registry/pull/1483 so maybe it's the right time to try this again and ping the maintainers over there if something is broken?