Peter Lobsinger

Results 8 comments of Peter Lobsinger

> We could probably design a new copy_file_bulk api that copies files at once, or at least tries to. There's already a bulk API that `rules_js` and friends make use...

FYI, this patch is fairly substantive, but I believe there are separable elements. I've filed it as one PR because this is my desired end-state. The `str.maketrans`/`str.translate` feature could be...

Moved to https://github.com/bazel-contrib/tar.bzl as https://github.com/bazel-contrib/tar.bzl/pull/3 to follow the `tar` rule to its new home.

A perhaps surprising consequence to the current behaviour is that symlinks to working scripts might themselves not work, depending on the symlink name. For example, if I start with the...

The commandline is an application you've published to Maven. Its the [`org.flywaydb:flyway-commandline`](https://central.sonatype.com/artifact/org.flywaydb/flyway-commandline) JAR I'm talking about.

Its not in the main application's dep set, but it does get pulled into our ops toolkit that way.

I am familiar with the API usage. That's how the main application uses Flyway. And that app uses the `flyway-core` dependency. What uses the `flyway-commandline` dependency is a separate artifact....

I have also found myself affected by this. Unfortunately, patching in https://github.com/jvolkman/rules_pycross/pull/146 did not work for the large lockfile I am importing. Instead, I wound up having to plumb environment...