Matt Mackay

Results 52 comments of Matt Mackay

@jgsogo rules_py doesn't publish / support windows yet, this is expected. Consider donating to the project if you would like to fund Windows support, https://github.com/aspect-build/rules_py/issues/237#issuecomment-1874394936

Closing as this falls in the "windows isn't supported" category, repro works as expected on supported platforms.

> @mattem any idea if renovate should be setting some environment variable like `CARGO_BAZEL_REPIN=true` so that it could send Green PRs? It would need to commit the result of running...

Running the CARGO_REPIN command in the e2e dir doesn't do anything? Not sure how to green this up.

I think Windows support in general will require funding the development. Please consider donating to the project either in time or via Aspect's Open Collective https://opencollective.com/aspect-build

Would you expect it to package the interpreter? If so, perhaps we could leverage py oxidizer.

We have an [internal diff](https://github.com/aspect-build/silo/pull/5812) to transition to Zig, which will if it lands, will be exported here. + @mrmeku for visibility.

This is the approach I took: `BUILD` ``` sass_library( name = "angular_material_theming", srcs = [ "@npm//:node_modules/@angular/material/_theming.scss", ] ) sass_binary( name = "global_app_styles", src = "styles.scss", deps = [ ":app_theme", ":angular_material_theming",...

I agree that a migration from `~` to `pkg:` overall won't be painful, but during that migration period it is sometimes expected to support two build systems (in our case...

Correct, currently only a root level `.bzlgenrc` file is supported. The rc file and all flags are resolved within [`Flags#setupAndParseArgs`](https://github.com/Evertz/bzlgen/blob/master/src/flags.ts#L190). If the files were placed in the folder they were...